Skip to content

@uservane/openai-agents/server: AgentsRunResultLike

AgentsRunResultLike = object

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

Minimal surface of a resolved Agents SDK run result (non-stream or stream).

optional completed?: Promise<void>

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

Present on StreamedRunResult; resolve when the stream finishes.


optional finalOutput?: unknown

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