Skip to content

Documentation / @agentick/mcp / SamplingTextOpts

Interface: SamplingTextOpts

Defined in: protocol/types.ts:762

Properties

includeContext?

optional includeContext: "none" | "thisServer" | "allServers"

Defined in: protocol/types.ts:768


maxTokens?

optional maxTokens: number

Defined in: protocol/types.ts:764


modelPreferences?

optional modelPreferences: ModelPreferences

Defined in: protocol/types.ts:767


stopSequences?

optional stopSequences: string[]

Defined in: protocol/types.ts:766


systemPrompt?

optional systemPrompt: string

Defined in: protocol/types.ts:763


temperature?

optional temperature: number

Defined in: protocol/types.ts:765

Released under the ISC License.