ToolSchema = Omit
<GoogleGenAITypes.Schema
, "type"
| "properties"
> & object
Defined in: src/agent/Tool.ts:10
Type Declaration
properties?
optional
properties: Record
<string
, ToolSchema
>
type?
optional
type: keyof typeof GoogleGenAITypes.Type