Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/mcp / / MCPSamplingResult
Interface: MCPSamplingResult
Defined in: packages/mcp/src/client/types.ts:183
Operator response to an MCPSamplingRequest.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
content | readonly | MCPSamplingContent | packages/mcp/src/client/types.ts:185 |
model | readonly | string | packages/mcp/src/client/types.ts:186 |
role | readonly | "assistant" | packages/mcp/src/client/types.ts:184 |
stopReason? | readonly | string | packages/mcp/src/client/types.ts:187 |