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
Properties
content : stringmodule:ai/aichat/model/aichatcontext~AIContextTextResource#contentThe content of the text resource.
module:ai/aichat/model/aichatcontext~AIContextTextResource#typeThe type of the text resource.
Value
object