mcp-use TypeScript API
Preparing search index...
mcp-use
index
InferPromptInput
Type Alias InferPromptInput<T>
InferPromptInput
:
T
extends
{
schema
:
infer
S
extends
StandardSchemaWithJSON
}
?
StandardSchemaWithJSON.InferOutput
<
S
>
:
Record
<
string
,
unknown
>
Infer the callback params type from a prompt definition's
schema
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mcp-use TypeScript API
Loading...
Infer the callback params type from a prompt definition's
schema.