UITool Invocation
class UIToolInvocation<TInput, TOutput>(val toolCallId: String, val toolName: String, val state: ToolCallState, val payload: UIToolInvocationPayload<TInput, TOutput>, val metadata: UIToolInvocationMetadata = UIToolInvocationMetadata())(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(toolCallId: String, toolName: String, state: ToolCallState, payload: UIToolInvocationPayload<TInput, TOutput>, metadata: UIToolInvocationMetadata = UIToolInvocationMetadata())