TTMSMCPSamplingContextIncludeType Enumeration
Selects how much of the surrounding session the client should attach to a completion request.
scitNoneattaches nothing,scitThisServerattaches the context of the requesting server only, andscitAllServersattaches the context of every server the client is connected to.
API unit family: TMS.MCP.Sampling
Remarks
The value is a request, not a guarantee: the client decides what it is willing to share and may attach less than was asked for.
Members
| Name | Description |
|---|---|
scitNone |
Attach nothing, so the model sees only the messages the request itself carries. Written as none on the wire, and it is the scope a request starts out with. |
scitThisServer |
Attach the context of the requesting server only. Written as thisServer on the wire. |
scitAllServers |
Attach the context of every server the client is connected to. Written as allServers on the wire, and it is the widest scope that can be asked for. |