Interface: PatchOpenAIAgentsOptions
Defined in: src/hooks/openai-agents.ts:380
Properties
approvalTimeoutMs?
optionalapprovalTimeoutMs?:number
Defined in: src/hooks/openai-agents.ts:382
failClosed?
optionalfailClosed?:boolean
Defined in: src/hooks/openai-agents.ts:390
When the expected hook point is absent (upstream API moved), throw a
ConfigurationError instead of only warning. Set from the caller's
fail-closed (enforce) posture so an enforce agent fails loudly rather than
running ungoverned (AAASM-4797).
fallbackRunId?
optionalfallbackRunId?:string
Defined in: src/hooks/openai-agents.ts:383
gatewayClient
gatewayClient:
GatewayClient
Defined in: src/hooks/openai-agents.ts:381
loadAgentClass?
optionalloadAgentClass?: () =>Promise<OpenAIAgentsAgentClass|undefined>
Defined in: src/hooks/openai-agents.ts:391
Returns
Promise<OpenAIAgentsAgentClass | undefined>