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

Hierarchy (view full)

  • Toolkit
    • GoogleGenerativeAIChatCallOptions

Properties

Properties

streamUsage?: boolean

Whether or not to include usage data, like token counts in the streamed response chunks.

Default

true
tools?: StructuredToolInterface[] | FunctionDeclarationsTool[]

Generated using TypeDoc