objectiveai 1.0.1 → 1.0.3
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/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -520,6 +520,7 @@ export declare namespace Query {
|
|
|
520
520
|
top_logprobs?: number | null;
|
|
521
521
|
usage?: Chat.Completions.Request.Usage | null;
|
|
522
522
|
embeddings?: string | null;
|
|
523
|
+
select_deterministic?: boolean | null;
|
|
523
524
|
}
|
|
524
525
|
interface ChatCompletionCreateParamsStreaming extends ChatCompletionCreateParamsBase {
|
|
525
526
|
stream: true;
|
|
@@ -657,7 +658,6 @@ export declare namespace QueryTool {
|
|
|
657
658
|
top_logprobs?: number | null;
|
|
658
659
|
usage?: Chat.Completions.Request.Usage | null;
|
|
659
660
|
embeddings?: string | null;
|
|
660
|
-
select_deterministic?: boolean | null;
|
|
661
661
|
}
|
|
662
662
|
interface ChatCompletionCreateParamsStreaming extends ChatCompletionCreateParamsBase {
|
|
663
663
|
stream: true;
|
|
@@ -1160,6 +1160,7 @@ export declare namespace QueryModel {
|
|
|
1160
1160
|
id: string;
|
|
1161
1161
|
mode: QueryLlm.Mode;
|
|
1162
1162
|
select_top_logprobs?: number | null;
|
|
1163
|
+
tool_response_format?: boolean | null;
|
|
1163
1164
|
frequency_penalty?: number | null;
|
|
1164
1165
|
logit_bias?: Record<string, number> | null;
|
|
1165
1166
|
max_completion_tokens?: number | null;
|