Type Alias JsonOutputKeyToolsParserParams<T>
JsonOutputKeyToolsParserParams<T>: { diff?: undefined | boolean; keyName: string; returnId?: undefined | boolean; returnSingle?: undefined | boolean; zodSchema?: undefined | ZodType<T, ZodTypeDef, T>; } Type Parameters
- T extends Record<string, any> = Record<string, any>
Type declaration
Optional
diff?: undefined | boolean
keyName: string
Optional
returnId?: undefined | boolean
Optional
returnSingle?: undefined | boolean
Optional
zodSchema?: undefined | ZodType<T, ZodTypeDef, T>
Whether to return the tool call id.