Skip to content

@uservane/openai-agents/server: RunWithFeedbackResult

Type Alias: RunWithFeedbackResult<TResult>

Section titled “Type Alias: RunWithFeedbackResult<TResult>”

RunWithFeedbackResult<TResult> = object

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

TResult extends AgentsRunResultLike = AgentsRunResultLike

feedback: FeedbackPayload

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

Thread to the client for controller.bind(…).


finalOutput: unknown

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

finalOutput from the resolved Agents run.


result: TResult

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

The underlying Agents SDK result object.