ToolInvocation constructor
const
ToolInvocation({})
Implementation
const ToolInvocation({
required this.sessionId,
required this.toolCallId,
required this.toolName,
required this.arguments,
});
const ToolInvocation({
required this.sessionId,
required this.toolCallId,
required this.toolName,
required this.arguments,
});