Type alias ParsedToolCall
 
ParsedToolCall: { 
    args: Record<string, any>; 
    arguments: Record<string, any>; 
    name: string; 
    type: string; 
    id?: string; 
}
Type declaration
- 
args: Record<string, any>
- 
arguments: Record<string, any>
- 
name: string
- 
type: string
- 
Optionalid?: string
  
⚠️ Deprecated ⚠️
Use
argsinstead. Will be removed in 0.2.0.This feature is deprecated and will be removed in the future.
It is not recommended for use.