graphlit-client 1.0.20250224002 → 1.0.20250225001

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.
@@ -7922,6 +7922,8 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
7922
7922
  modelName
7923
7923
  temperature
7924
7924
  probability
7925
+ enableThinking
7926
+ thinkingTokenLimit
7925
7927
  }
7926
7928
  google {
7927
7929
  tokenLimit
@@ -8263,6 +8265,8 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
8263
8265
  modelName
8264
8266
  temperature
8265
8267
  probability
8268
+ enableThinking
8269
+ thinkingTokenLimit
8266
8270
  }
8267
8271
  google {
8268
8272
  tokenLimit
@@ -22382,6 +22382,8 @@ export type GetSpecificationQuery = {
22382
22382
  modelName?: string | null;
22383
22383
  temperature?: number | null;
22384
22384
  probability?: number | null;
22385
+ enableThinking?: boolean | null;
22386
+ thinkingTokenLimit?: number | null;
22385
22387
  } | null;
22386
22388
  google?: {
22387
22389
  __typename?: 'GoogleModelProperties';
@@ -22767,6 +22769,8 @@ export type QuerySpecificationsQuery = {
22767
22769
  modelName?: string | null;
22768
22770
  temperature?: number | null;
22769
22771
  probability?: number | null;
22772
+ enableThinking?: boolean | null;
22773
+ thinkingTokenLimit?: number | null;
22770
22774
  } | null;
22771
22775
  google?: {
22772
22776
  __typename?: 'GoogleModelProperties';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250224002",
3
+ "version": "1.0.20250225001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",