AIContextTextResource
typedef
A text resource that can be used as a context item. For instance:
{
content: '<h2>HTML note</h2><p>Lorem ipsum dolor sit amet...</p>',
type: 'html'
}
Copy code
A text resource that can be used as a context item. For instance:
{
content: '<h2>HTML note</h2><p>Lorem ipsum dolor sit amet...</p>',
type: 'html'
}