ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ContentEvent
Interface ContentEvent
Represents partial content (text delta) intended for the user.
interface
ContentEvent
{
content
:
string
;
type
:
CONTENT
;
}
Properties
content
content
:
string
type
type
:
CONTENT
Properties
content
type
ADK for TypeScript: API Reference
Loading...
Represents partial content (text delta) intended for the user.