Files
klz-cables.com/.pnpm-store/v10/files/76/7234542acf1302ed89e3af033265cf89b1ca533687c715c0855104887fb433b3b2fba456946e6e9e04b34a73e5dc3fb54e6563957a84ff36e60285ed667a19
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

5 lines
802 B
Plaintext

export declare const OPENAI_INTEGRATION_NAME = "OpenAI";
export declare const INSTRUMENTED_METHODS: readonly ["responses.create", "chat.completions.create", "embeddings.create", "conversations.create"];
export declare const RESPONSES_TOOL_CALL_EVENT_TYPES: readonly ["response.output_item.added", "response.function_call_arguments.delta", "response.function_call_arguments.done", "response.output_item.done"];
export declare const RESPONSE_EVENT_TYPES: readonly ["response.created", "response.in_progress", "response.failed", "response.completed", "response.incomplete", "response.queued", "response.output_text.delta", "response.output_item.added", "response.function_call_arguments.delta", "response.function_call_arguments.done", "response.output_item.done"];
//# sourceMappingURL=constants.d.ts.map