Package version:

Type Alias AgentRunResponse

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

Agent run response with support to stream.

Type declaration