콘텐츠로 이동

ToolEnabledFunction

이 콘텐츠는 아직 번역되지 않았습니다.

type ToolEnabledFunction<Context> = (runContext, agent) => Promise<boolean>;
Type Parameter Default type

Context

UnknownContext

Parameter Type

runContext

RunContext<Context>

agent

Agent<any, any>

Promise<boolean>