Share via


AgentRunResponse type

Agent run response with support to stream.

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