@uservane/openai-agents/server: AgentsRunResultLike
Type Alias: AgentsRunResultLike
Section titled “Type Alias: 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).
Properties
Section titled “Properties”completed?
Section titled “completed?”
optionalcompleted?: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.
finalOutput?
Section titled “finalOutput?”
optionalfinalOutput?:unknown
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:31