콘텐츠로 이동

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