Skip to content

InteractivityMode

Controls how runtime interaction prompts are handled in MCP mode.

public enum InteractivityMode

Use prefilled values, fall back to defaults if missing.

PrefillThenDefaults = 1

InteractivityMode

Use prefilled values, then elicitation, then sampling, then fail.

PrefillThenElicitation = 2

InteractivityMode

Use prefilled values, fail with descriptive error if missing.

PrefillThenFail = 0

InteractivityMode

Use prefilled values, then sampling (skip elicitation), then fail.

PrefillThenSampling = 3

InteractivityMode