MCP TypeScript SDK
V2 Docs
Preparing search index...
types
ToolChoiceSchema
Variable ToolChoiceSchema
Const
ToolChoiceSchema
:
ZodObject
<
{
mode
:
ZodOptional
<
ZodEnum
<
{
auto
:
"auto"
;
none
:
"none"
;
required
:
"required"
}
>
,
>
;
}
,
$strip
,
>
= ...
Controls tool usage behavior in sampling requests.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V2 Docs
MCP TypeScript SDK
Loading...
Controls tool usage behavior in sampling requests.