Skip to content

Documentation / @agentick/mcp / SamplingTextOpts

Interface: SamplingTextOpts

Defined in: protocol/types.ts:744

Properties

includeContext?

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

Defined in: protocol/types.ts:750


maxTokens?

optional maxTokens: number

Defined in: protocol/types.ts:746


modelPreferences?

optional modelPreferences: ModelPreferences

Defined in: protocol/types.ts:749


stopSequences?

optional stopSequences: string[]

Defined in: protocol/types.ts:748


systemPrompt?

optional systemPrompt: string

Defined in: protocol/types.ts:745


temperature?

optional temperature: number

Defined in: protocol/types.ts:747

Released under the ISC License.