콘텐츠로 이동

CompletedAgentToolInvocationRunResult

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

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

TContext

TAgent extends Agent<TContext, any>