Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/mcp / / MCPSamplingResult
Interface: MCPSamplingResult
Defined in: packages/mcp/src/client/types.ts:171
Operator response to an MCPSamplingRequest.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
content | readonly | MCPSamplingContent | packages/mcp/src/client/types.ts:173 |
model | readonly | string | packages/mcp/src/client/types.ts:174 |
role | readonly | "assistant" | packages/mcp/src/client/types.ts:172 |
stopReason? | readonly | string | packages/mcp/src/client/types.ts:175 |