Constructors
Constructors
constructor
Parameters
The content data to create the instance from.
Returns
ContentDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more
This class encapsulates single result of Chat LLM generation (either standalone or a chunk of ContentStream). Includes the text content and any tool calls that are embedded within the content.
new Content(content: ContentInterface): Content
ContentWas this page helpful?