콘텐츠로 이동

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>