opik 1.8.14 → 1.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Client-bCWsliVm.d.cts → Client-DEHfVKk_.d.cts} +3 -1
- package/dist/{Client-bCWsliVm.d.ts → Client-DEHfVKk_.d.ts} +3 -1
- package/dist/chunk-LURR2JMH.js +9 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/vercel/index.cjs +1 -1
- package/dist/vercel/index.d.cts +1 -1
- package/dist/vercel/index.d.ts +1 -1
- package/dist/vercel/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-435T76ZR.js +0 -9
|
@@ -2017,9 +2017,10 @@ declare const AssistantMessageRole: {
|
|
|
2017
2017
|
interface AssistantMessage {
|
|
2018
2018
|
role?: AssistantMessageRole;
|
|
2019
2019
|
content?: string;
|
|
2020
|
+
reasoningContent?: string;
|
|
2020
2021
|
name?: string;
|
|
2021
2022
|
toolCalls?: ToolCall[];
|
|
2022
|
-
refusal?:
|
|
2023
|
+
refusal?: string;
|
|
2023
2024
|
functionCall?: FunctionCall;
|
|
2024
2025
|
}
|
|
2025
2026
|
|
|
@@ -2062,6 +2063,7 @@ interface CompletionTokensDetails {
|
|
|
2062
2063
|
interface Delta {
|
|
2063
2064
|
role?: string;
|
|
2064
2065
|
content?: string;
|
|
2066
|
+
reasoningContent?: string;
|
|
2065
2067
|
toolCalls?: ToolCall[];
|
|
2066
2068
|
functionCall?: FunctionCall;
|
|
2067
2069
|
}
|
|
@@ -2017,9 +2017,10 @@ declare const AssistantMessageRole: {
|
|
|
2017
2017
|
interface AssistantMessage {
|
|
2018
2018
|
role?: AssistantMessageRole;
|
|
2019
2019
|
content?: string;
|
|
2020
|
+
reasoningContent?: string;
|
|
2020
2021
|
name?: string;
|
|
2021
2022
|
toolCalls?: ToolCall[];
|
|
2022
|
-
refusal?:
|
|
2023
|
+
refusal?: string;
|
|
2023
2024
|
functionCall?: FunctionCall;
|
|
2024
2025
|
}
|
|
2025
2026
|
|
|
@@ -2062,6 +2063,7 @@ interface CompletionTokensDetails {
|
|
|
2062
2063
|
interface Delta {
|
|
2063
2064
|
role?: string;
|
|
2064
2065
|
content?: string;
|
|
2066
|
+
reasoningContent?: string;
|
|
2065
2067
|
toolCalls?: ToolCall[];
|
|
2066
2068
|
functionCall?: FunctionCall;
|
|
2067
2069
|
}
|