MCPcopy
hub / github.com/openai/openai-agents-js / AirlineAgentContext

Interface AirlineAgentContext

examples/customer-service/index.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// Context
8
9interface AirlineAgentContext {
10 passengerName?: string;
11 confirmationNumber?: string;
12 seatNumber?: string;
13 flightNumber?: string;
14}
15
16// ------------------------------------------------
17// Tools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected