コンテンツにスキップ

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>