Options for a one-shot generation request via contentAgent.prompt().
const { text } = await contentAgent.prompt( { instructions: 'Be concise' }, { message: 'List all authors in my dataset' },) Copy
const { text } = await contentAgent.prompt( { instructions: 'Be concise' }, { message: 'List all authors in my dataset' },)
Optional
Signal to abort the request.
The prompt message to send.
Enable streaming response.
false Copy
false
Options for a one-shot generation request via contentAgent.prompt().
Example