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
Optionaldiff?: undefined | boolean
keyName: string
OptionalreturnId?: undefined | boolean
OptionalreturnSingle?: undefined | boolean
OptionalzodSchema?: undefined | ZodType<T, ZodTypeDef, T>
Whether to return the tool call id.