コンテンツにスキップ

ToolErrorFormatter

このコンテンツはまだ日本語訳がありません。

type ToolErrorFormatter<TContext> = (args) => Promise<string | undefined> | string | undefined;
Type Parameter Default type

TContext

unknown

Parameter Type

args

ToolErrorFormatterArgs<TContext>

Promise<string | undefined> | string | undefined