Aracılığıyla paylaş


AgentRunResponse type

Aracı, akış desteğiyle yanıt çalıştırır.

type AgentRunResponse = PromiseLike<ThreadRun> & {
  stream: () => Promise<AgentEventMessageStream>
}