Sanity Library Reference Docs
Preparing search index...
content-agent
GenerateResult
Interface GenerateResult
Result from a one-shot generation request via
contentAgent.prompt()
.
interface
GenerateResult
{
text
:
string
;
}
Index
Properties
text
Properties
text
text
:
string
The generated text response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
Sanity Library Reference Docs
Loading...
Result from a one-shot generation request via contentAgent.prompt().