LLMFunctionCallResult

@Serializable
data class LLMFunctionCallResult(val functionName: String, val toolCallId: String, val arguments: Value, val result: Value)

Constructors

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

Properties

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