Udostępnij przez


AgentRunResponse type

Agent uruchamia odpowiedź z obsługą strumienia.

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