objectiveai 1.0.1 → 1.0.2
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 +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -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;
|