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