FunctionToolCall
sttp.openai.requests.completions.chat.ToolCall.FunctionToolCall
case class FunctionToolCall(id: Option[String], function: FunctionCall) extends ToolCall
Value parameters
- function
-
The function that the model called.
- id
-
The ID of the tool call.
Attributes
- Graph
-
- Supertypes
Members list
In this article