sttp.openai.requests.threads.runs.ThreadRunsResponseData.FunctionToolCall
See theFunctionToolCall companion object
case class FunctionToolCall(id: String, `type`: String, function: FunctionCallResult) extends ToolCall
Function tool call
Value parameters
- function
-
The definition of the function that was called.
- id
-
The ID of the tool call object.
- type
-
The type of tool call. This is always going to be function for this type of tool call.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article