Files
klz-cables.com/.pnpm-store/v10/files/7b/f934f019e2cd46057764b79a015f0c4394b80d99c9a51253bea60fe0d5dea6184d486276ac7e0df2f66de5c35e476de848aedfae60225fc91ac907e8c42fcf
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

28 lines
912 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