Skip to content

@uservane/openai-agents/server: awaitRunResolution

awaitRunResolution<T>(result): Promise<T>

Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:97

Await true run resolution (non-stream or stream) exactly once. Does not call agent_end hooks.

T extends AgentsRunResultLike

T

Promise<T>