コンテンツにスキップ

HandoffEnabledFunction

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

type HandoffEnabledFunction<TContext> = (args) => Promise<boolean>;
Type Parameter Default type

TContext

UnknownContext

Parameter Type

args

{ agent: Agent<any, any>; runContext: RunContext<TContext>; }

args.agent

Agent<any, any>

args.runContext

RunContext<TContext>

Promise<boolean>