コンテンツにスキップ

ToolTimeoutErrorFunction

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

type ToolTimeoutErrorFunction<Context> = (context, error) => Promise<string> | string;
Type Parameter Default type

Context

UnknownContext

Parameter Type

context

RunContext<Context>

error

ToolTimeoutError

Promise<string> | string