UNPKG

@openai/agents-openai

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.

9 lines 437 B
/** * Branding symbol used to tag OpenAI-backed sessions with the underlying API family they rely on. * * This enables runtime checks (and some type narrowing) to prevent mixing sessions that are not * compatible with each other (e.g., using a Conversations-based session where a Responses-only * feature is required). */ export const OPENAI_SESSION_API = Symbol('OPENAI_SESSION_API'); //# sourceMappingURL=openaiSessionApi.mjs.map