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