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