LLMFunctionCallData

@Serializable
data class LLMFunctionCallData(val functionName: String, val toolCallID: String, val args: JsonElement)

Constructors

Link copied to clipboard
constructor(functionName: String, toolCallID: String, args: JsonElement)

Properties

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