mcp-use TypeScript API
Preparing search index...
@mcp-use/agent
index
TextContentPart
Interface TextContentPart
Text content supplied to a model.
interface
TextContentPart
{
text
:
string
;
type
:
"text"
;
}
Index
Properties
text
type
Properties
text
text
:
string
Plain-text content.
type
type
:
"text"
Content discriminator.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
type
mcp-use TypeScript API
Loading...
Text content supplied to a model.