oci-generativeaiagentruntime 2.123.1 → 2.125.0

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.
@@ -47,6 +47,18 @@ export interface ModelParams {
47
47
  * Presence penalty to encourage new topics. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
48
48
  */
49
49
  "presencePenalty"?: number;
50
+ /**
51
+ * Seed makes best effort to sample tokens deterministically. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
52
+ */
53
+ "seed"?: number;
54
+ /**
55
+ * Constrains effort on reasoning for reasoning models.
56
+ */
57
+ "reasoningEffort"?: string;
58
+ /**
59
+ * Constrains the verbosity of the model's response.
60
+ */
61
+ "verbosity"?: string;
50
62
  }
51
63
  export declare namespace ModelParams {
52
64
  function getJsonObj(obj: ModelParams): object;
@@ -1 +1 @@
1
- {"version":3,"file":"model-params.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/model-params.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AAmCH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
1
+ {"version":3,"file":"model-params.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/model-params.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;AA+CH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-generativeaiagentruntime",
3
- "version": "2.123.1",
3
+ "version": "2.125.0",
4
4
  "description": "OCI NodeJS client for Generative Ai Agent Runtime Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.123.1",
19
- "oci-workrequests": "2.123.1"
18
+ "oci-common": "2.125.0",
19
+ "oci-workrequests": "2.125.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"