Sdílet prostřednictvím


AgentRunResponse type

Odpověď spuštění agenta s podporou streamování

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