Interface GoogleGenerativeAIChatCallOptions
interface GoogleGenerativeAIChatCallOptions { streamUsage?: boolean; tools?: any[]; } - Toolkit
- GoogleGenerativeAIChatCallOptions
Properties
Optional
streamUsage
streamUsage?: boolean
Optional
tools
tools?: any[]
Whether or not to include usage data, like token counts in the streamed response chunks.