ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ActiveStreamingToolParams
Interface ActiveStreamingToolParams
The parameters for creating an ActiveStreamingTool.
interface
ActiveStreamingToolParams
{
stream
?:
LiveRequestQueue
;
task
?:
Promise
<
void
>
;
}
Properties
Optional
stream
stream
?:
LiveRequestQueue
Optional
task
task
?:
Promise
<
void
>
Properties
stream
task
ADK for TypeScript: API Reference
Loading...
The parameters for creating an ActiveStreamingTool.