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 Serializabletrait Producttrait Equalstrait StepDetailsclass Objecttrait Matchableclass Any
Members list
In this article