跳转到内容

CompletedAgentToolInvocationRunResult

此内容尚不支持你的语言。

type CompletedAgentToolInvocationRunResult<TContext, TAgent> = CompletedRunResult<TContext, TAgent> & object;
agentToolInvocation: AgentToolInvocation;
Type Parameter

TContext

TAgent extends Agent<TContext, any>