interface GoogleGenerativeAIChatCallOptions {
    tools?: StructuredToolInterface[] | FunctionDeclarationsTool[];
}

Hierarchy (view full)

  • Toolkit
    • GoogleGenerativeAIChatCallOptions

Properties

Properties

tools?: StructuredToolInterface[] | FunctionDeclarationsTool[]

Generated using TypeDoc