Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / TextResourceContent

Class: TextResourceContent ​

Defined in: packages/chaingraph-nodes/src/nodes/mcp/types.ts:347

Constructors ​

Constructor ​

new TextResourceContent(): TextResourceContent

Returns ​

TextResourceContent

Properties ​

_meta? ​

optional _meta: Record<string, any>

Defined in: packages/chaingraph-nodes/src/nodes/mcp/types.ts:371


mimeType ​

mimeType: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/mcp/types.ts:358


text ​

text: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/mcp/types.ts:364


uri ​

uri: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/mcp/types.ts:352

Licensed under BUSL-1.1