@uservane/openai-agents/server: RunWithFeedbackOptions
Type Alias: RunWithFeedbackOptions
Section titled “Type Alias: RunWithFeedbackOptions”RunWithFeedbackOptions =
RunWithFeedbackMintOpts&object
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:103
Type Declaration
Section titled “Type Declaration”runFn?
Section titled “runFn?”
optionalrunFn?:AgentsRunFn
Injectable run (tests). Defaults to @openai/agents run.
runner?
Section titled “runner?”
optionalrunner?:object
Optional pre-built Runner (or any object with .run). When provided,
runner.run(agent, input, opts) is used instead of the free run function.
Prefer constructing new Runner({ groupId }) so the Agents trace carries
the same groupId the mint uses as sessionId.
runner.run
Section titled “runner.run”run:
AgentsRunFn
runOptions?
Section titled “runOptions?”
optionalrunOptions?:Record<string,unknown>
Options forwarded to the Agents run / Runner.run call.
Do not put secretKey here.
stream?
Section titled “stream?”
optionalstream?:boolean
When true, pass { stream: true } into the run and await result.completed.