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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objectiveai",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SDK for the Objective AI API, intended for use in conjunction with the OpenAI SDK.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {