Type Alias: ToolSchema
ToolSchema =
Omit<GoogleGenAITypes.Schema,"type"|"properties"|"items"> &object
Defined in: src/agent/Tool.ts:25
Type Declaration
items?
optionalitems:ToolSchema
properties?
optionalproperties:Record<string,ToolSchema>
type?
optionaltype: keyof typeofGoogleGenAITypes.Type