@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
Type Parameters
Section titled “Type Parameters”TResult
Section titled “TResult”TResult extends AgentsRunResultLike = AgentsRunResultLike
Properties
Section titled “Properties”feedback
Section titled “feedback”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
Section titled “finalOutput”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
Section titled “result”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.