ToolCalls

sttp.openai.requests.threads.runs.ThreadRunsResponseData.ToolCalls
See theToolCalls companion object
case class ToolCalls(`type`: String, toolCalls: Seq[ToolCall]) extends StepDetails

Details of the tool call

Value parameters

`type`

Always tool_calls.

toolCalls

An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, retrieval, or function.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StepDetails
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product