LLMFunctionCall

@Serializable
data class LLMFunctionCall(val functionName: String, val toolCallId: String, val args: Value)

Constructors

Link copied to clipboard
constructor(functionName: String, toolCallId: String, args: Value)

Properties

Link copied to clipboard
val args: Value
Link copied to clipboard
@SerialName(value = "function_name")
val functionName: String
Link copied to clipboard
@SerialName(value = "tool_call_id")
val toolCallId: String