@openai/agents-openai
Version:
The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.
12 lines • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OPENAI_SESSION_API = void 0;
/**
* 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).
*/
exports.OPENAI_SESSION_API = Symbol('OPENAI_SESSION_API');
//# sourceMappingURL=openaiSessionApi.js.map