vellum-ai 0.14.81 → 0.14.82

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 (109) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/folderEntities/client/Client.js +2 -2
  8. package/api/resources/metricDefinitions/client/Client.js +2 -2
  9. package/api/resources/mlModels/client/Client.js +1 -1
  10. package/api/resources/organizations/client/Client.js +1 -1
  11. package/api/resources/prompts/client/Client.js +2 -2
  12. package/api/resources/releaseReviews/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +8 -8
  17. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  18. package/api/resources/workflows/client/Client.js +2 -2
  19. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  20. package/api/resources/workspaces/client/Client.js +1 -1
  21. package/api/types/ExecutionThinkingVellumValue.d.ts +14 -0
  22. package/api/types/ExecutionThinkingVellumValue.js +5 -0
  23. package/api/types/ExecutionVellumValue.d.ts +1 -1
  24. package/api/types/PromptOutput.d.ts +1 -1
  25. package/api/types/ThinkingVellumValue.d.ts +11 -0
  26. package/api/types/ThinkingVellumValue.js +5 -0
  27. package/api/types/ThinkingVellumValueRequest.d.ts +11 -0
  28. package/api/types/ThinkingVellumValueRequest.js +5 -0
  29. package/api/types/VellumValue.d.ts +1 -1
  30. package/api/types/VellumValueRequest.d.ts +1 -1
  31. package/api/types/VellumVariableType.d.ts +3 -1
  32. package/api/types/VellumVariableType.js +1 -0
  33. package/api/types/index.d.ts +3 -0
  34. package/api/types/index.js +3 -0
  35. package/dist/Client.js +11 -11
  36. package/dist/api/resources/adHoc/client/Client.js +2 -2
  37. package/dist/api/resources/containerImages/client/Client.js +4 -4
  38. package/dist/api/resources/deployments/client/Client.js +8 -8
  39. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  40. package/dist/api/resources/documents/client/Client.js +5 -5
  41. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  42. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  43. package/dist/api/resources/mlModels/client/Client.js +1 -1
  44. package/dist/api/resources/organizations/client/Client.js +1 -1
  45. package/dist/api/resources/prompts/client/Client.js +2 -2
  46. package/dist/api/resources/releaseReviews/client/Client.js +1 -1
  47. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  48. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  49. package/dist/api/resources/testSuites/client/Client.js +4 -4
  50. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  51. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  52. package/dist/api/resources/workflows/client/Client.js +2 -2
  53. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  54. package/dist/api/resources/workspaces/client/Client.js +1 -1
  55. package/dist/api/types/ExecutionThinkingVellumValue.d.ts +14 -0
  56. package/dist/api/types/ExecutionThinkingVellumValue.js +5 -0
  57. package/dist/api/types/ExecutionVellumValue.d.ts +1 -1
  58. package/dist/api/types/PromptOutput.d.ts +1 -1
  59. package/dist/api/types/ThinkingVellumValue.d.ts +11 -0
  60. package/dist/api/types/ThinkingVellumValue.js +5 -0
  61. package/dist/api/types/ThinkingVellumValueRequest.d.ts +11 -0
  62. package/dist/api/types/ThinkingVellumValueRequest.js +5 -0
  63. package/dist/api/types/VellumValue.d.ts +1 -1
  64. package/dist/api/types/VellumValueRequest.d.ts +1 -1
  65. package/dist/api/types/VellumVariableType.d.ts +3 -1
  66. package/dist/api/types/VellumVariableType.js +1 -0
  67. package/dist/api/types/index.d.ts +3 -0
  68. package/dist/api/types/index.js +3 -0
  69. package/dist/serialization/types/ExecutionThinkingVellumValue.d.ts +16 -0
  70. package/dist/serialization/types/ExecutionThinkingVellumValue.js +47 -0
  71. package/dist/serialization/types/ExecutionVellumValue.d.ts +2 -1
  72. package/dist/serialization/types/ExecutionVellumValue.js +2 -0
  73. package/dist/serialization/types/PromptOutput.d.ts +2 -1
  74. package/dist/serialization/types/PromptOutput.js +2 -0
  75. package/dist/serialization/types/ThinkingVellumValue.d.ts +14 -0
  76. package/dist/serialization/types/ThinkingVellumValue.js +45 -0
  77. package/dist/serialization/types/ThinkingVellumValueRequest.d.ts +14 -0
  78. package/dist/serialization/types/ThinkingVellumValueRequest.js +45 -0
  79. package/dist/serialization/types/VellumValue.d.ts +2 -1
  80. package/dist/serialization/types/VellumValue.js +2 -0
  81. package/dist/serialization/types/VellumValueRequest.d.ts +2 -1
  82. package/dist/serialization/types/VellumValueRequest.js +2 -0
  83. package/dist/serialization/types/VellumVariableType.d.ts +1 -1
  84. package/dist/serialization/types/VellumVariableType.js +1 -0
  85. package/dist/serialization/types/index.d.ts +3 -0
  86. package/dist/serialization/types/index.js +3 -0
  87. package/dist/version.d.ts +1 -1
  88. package/dist/version.js +1 -1
  89. package/package.json +1 -1
  90. package/serialization/types/ExecutionThinkingVellumValue.d.ts +16 -0
  91. package/serialization/types/ExecutionThinkingVellumValue.js +47 -0
  92. package/serialization/types/ExecutionVellumValue.d.ts +2 -1
  93. package/serialization/types/ExecutionVellumValue.js +2 -0
  94. package/serialization/types/PromptOutput.d.ts +2 -1
  95. package/serialization/types/PromptOutput.js +2 -0
  96. package/serialization/types/ThinkingVellumValue.d.ts +14 -0
  97. package/serialization/types/ThinkingVellumValue.js +45 -0
  98. package/serialization/types/ThinkingVellumValueRequest.d.ts +14 -0
  99. package/serialization/types/ThinkingVellumValueRequest.js +45 -0
  100. package/serialization/types/VellumValue.d.ts +2 -1
  101. package/serialization/types/VellumValue.js +2 -0
  102. package/serialization/types/VellumValueRequest.d.ts +2 -1
  103. package/serialization/types/VellumValueRequest.js +2 -0
  104. package/serialization/types/VellumVariableType.d.ts +1 -1
  105. package/serialization/types/VellumVariableType.js +1 -0
  106. package/serialization/types/index.d.ts +3 -0
  107. package/serialization/types/index.js +3 -0
  108. package/version.d.ts +1 -1
  109. package/version.js +1 -1
@@ -12,7 +12,8 @@ import { ExecutionSearchResultsVellumValue } from "./ExecutionSearchResultsVellu
12
12
  import { ExecutionErrorVellumValue } from "./ExecutionErrorVellumValue";
13
13
  import { ExecutionArrayVellumValue } from "./ExecutionArrayVellumValue";
14
14
  import { ExecutionFunctionCallVellumValue } from "./ExecutionFunctionCallVellumValue";
15
+ import { ExecutionThinkingVellumValue } from "./ExecutionThinkingVellumValue";
15
16
  export declare const ExecutionVellumValue: core.serialization.Schema<serializers.ExecutionVellumValue.Raw, Vellum.ExecutionVellumValue>;
16
17
  export declare namespace ExecutionVellumValue {
17
- type Raw = ExecutionStringVellumValue.Raw | ExecutionNumberVellumValue.Raw | ExecutionJsonVellumValue.Raw | ExecutionChatHistoryVellumValue.Raw | ExecutionSearchResultsVellumValue.Raw | ExecutionErrorVellumValue.Raw | ExecutionArrayVellumValue.Raw | ExecutionFunctionCallVellumValue.Raw;
18
+ type Raw = ExecutionStringVellumValue.Raw | ExecutionNumberVellumValue.Raw | ExecutionJsonVellumValue.Raw | ExecutionChatHistoryVellumValue.Raw | ExecutionSearchResultsVellumValue.Raw | ExecutionErrorVellumValue.Raw | ExecutionArrayVellumValue.Raw | ExecutionFunctionCallVellumValue.Raw | ExecutionThinkingVellumValue.Raw;
18
19
  }
@@ -46,6 +46,7 @@ const ExecutionSearchResultsVellumValue_1 = require("./ExecutionSearchResultsVel
46
46
  const ExecutionErrorVellumValue_1 = require("./ExecutionErrorVellumValue");
47
47
  const ExecutionArrayVellumValue_1 = require("./ExecutionArrayVellumValue");
48
48
  const ExecutionFunctionCallVellumValue_1 = require("./ExecutionFunctionCallVellumValue");
49
+ const ExecutionThinkingVellumValue_1 = require("./ExecutionThinkingVellumValue");
49
50
  exports.ExecutionVellumValue = core.serialization.undiscriminatedUnion([
50
51
  ExecutionStringVellumValue_1.ExecutionStringVellumValue,
51
52
  ExecutionNumberVellumValue_1.ExecutionNumberVellumValue,
@@ -55,4 +56,5 @@ exports.ExecutionVellumValue = core.serialization.undiscriminatedUnion([
55
56
  ExecutionErrorVellumValue_1.ExecutionErrorVellumValue,
56
57
  ExecutionArrayVellumValue_1.ExecutionArrayVellumValue,
57
58
  ExecutionFunctionCallVellumValue_1.ExecutionFunctionCallVellumValue,
59
+ ExecutionThinkingVellumValue_1.ExecutionThinkingVellumValue,
58
60
  ]);
@@ -8,7 +8,8 @@ import { StringVellumValue } from "./StringVellumValue";
8
8
  import { JsonVellumValue } from "./JsonVellumValue";
9
9
  import { ErrorVellumValue } from "./ErrorVellumValue";
10
10
  import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
11
+ import { ThinkingVellumValue } from "./ThinkingVellumValue";
11
12
  export declare const PromptOutput: core.serialization.Schema<serializers.PromptOutput.Raw, Vellum.PromptOutput>;
12
13
  export declare namespace PromptOutput {
13
- type Raw = StringVellumValue.Raw | JsonVellumValue.Raw | ErrorVellumValue.Raw | FunctionCallVellumValue.Raw;
14
+ type Raw = StringVellumValue.Raw | JsonVellumValue.Raw | ErrorVellumValue.Raw | FunctionCallVellumValue.Raw | ThinkingVellumValue.Raw;
14
15
  }
@@ -42,9 +42,11 @@ const StringVellumValue_1 = require("./StringVellumValue");
42
42
  const JsonVellumValue_1 = require("./JsonVellumValue");
43
43
  const ErrorVellumValue_1 = require("./ErrorVellumValue");
44
44
  const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
45
+ const ThinkingVellumValue_1 = require("./ThinkingVellumValue");
45
46
  exports.PromptOutput = core.serialization.undiscriminatedUnion([
46
47
  StringVellumValue_1.StringVellumValue,
47
48
  JsonVellumValue_1.JsonVellumValue,
48
49
  ErrorVellumValue_1.ErrorVellumValue,
49
50
  FunctionCallVellumValue_1.FunctionCallVellumValue,
51
+ ThinkingVellumValue_1.ThinkingVellumValue,
50
52
  ]);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vellum from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { StringVellumValue } from "./StringVellumValue";
8
+ export declare const ThinkingVellumValue: core.serialization.ObjectSchema<serializers.ThinkingVellumValue.Raw, Vellum.ThinkingVellumValue>;
9
+ export declare namespace ThinkingVellumValue {
10
+ interface Raw {
11
+ type: "THINKING";
12
+ value: StringVellumValue.Raw[];
13
+ }
14
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ThinkingVellumValue = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const StringVellumValue_1 = require("./StringVellumValue");
42
+ exports.ThinkingVellumValue = core.serialization.object({
43
+ type: core.serialization.stringLiteral("THINKING"),
44
+ value: core.serialization.list(StringVellumValue_1.StringVellumValue),
45
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vellum from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { StringVellumValueRequest } from "./StringVellumValueRequest";
8
+ export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema<serializers.ThinkingVellumValueRequest.Raw, Vellum.ThinkingVellumValueRequest>;
9
+ export declare namespace ThinkingVellumValueRequest {
10
+ interface Raw {
11
+ type: "THINKING";
12
+ value: StringVellumValueRequest.Raw[];
13
+ }
14
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ThinkingVellumValueRequest = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
42
+ exports.ThinkingVellumValueRequest = core.serialization.object({
43
+ type: core.serialization.stringLiteral("THINKING"),
44
+ value: core.serialization.list(StringVellumValueRequest_1.StringVellumValueRequest),
45
+ });
@@ -14,7 +14,8 @@ import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
14
14
  import { ErrorVellumValue } from "./ErrorVellumValue";
15
15
  import { ChatHistoryVellumValue } from "./ChatHistoryVellumValue";
16
16
  import { SearchResultsVellumValue } from "./SearchResultsVellumValue";
17
+ import { ThinkingVellumValue } from "./ThinkingVellumValue";
17
18
  export declare const VellumValue: core.serialization.Schema<serializers.VellumValue.Raw, Vellum.VellumValue>;
18
19
  export declare namespace VellumValue {
19
- type Raw = StringVellumValue.Raw | NumberVellumValue.Raw | JsonVellumValue.Raw | ImageVellumValue.Raw | AudioVellumValue.Raw | DocumentVellumValue.Raw | FunctionCallVellumValue.Raw | ErrorVellumValue.Raw | serializers.ArrayVellumValue.Raw | ChatHistoryVellumValue.Raw | SearchResultsVellumValue.Raw;
20
+ type Raw = StringVellumValue.Raw | NumberVellumValue.Raw | JsonVellumValue.Raw | ImageVellumValue.Raw | AudioVellumValue.Raw | DocumentVellumValue.Raw | FunctionCallVellumValue.Raw | ErrorVellumValue.Raw | serializers.ArrayVellumValue.Raw | ChatHistoryVellumValue.Raw | SearchResultsVellumValue.Raw | ThinkingVellumValue.Raw;
20
21
  }
@@ -49,6 +49,7 @@ const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
49
49
  const ErrorVellumValue_1 = require("./ErrorVellumValue");
50
50
  const ChatHistoryVellumValue_1 = require("./ChatHistoryVellumValue");
51
51
  const SearchResultsVellumValue_1 = require("./SearchResultsVellumValue");
52
+ const ThinkingVellumValue_1 = require("./ThinkingVellumValue");
52
53
  exports.VellumValue = core.serialization.undiscriminatedUnion([
53
54
  StringVellumValue_1.StringVellumValue,
54
55
  NumberVellumValue_1.NumberVellumValue,
@@ -61,4 +62,5 @@ exports.VellumValue = core.serialization.undiscriminatedUnion([
61
62
  core.serialization.lazyObject(() => serializers.ArrayVellumValue),
62
63
  ChatHistoryVellumValue_1.ChatHistoryVellumValue,
63
64
  SearchResultsVellumValue_1.SearchResultsVellumValue,
65
+ ThinkingVellumValue_1.ThinkingVellumValue,
64
66
  ]);
@@ -14,7 +14,8 @@ import { FunctionCallVellumValueRequest } from "./FunctionCallVellumValueRequest
14
14
  import { ErrorVellumValueRequest } from "./ErrorVellumValueRequest";
15
15
  import { ChatHistoryVellumValueRequest } from "./ChatHistoryVellumValueRequest";
16
16
  import { SearchResultsVellumValueRequest } from "./SearchResultsVellumValueRequest";
17
+ import { ThinkingVellumValueRequest } from "./ThinkingVellumValueRequest";
17
18
  export declare const VellumValueRequest: core.serialization.Schema<serializers.VellumValueRequest.Raw, Vellum.VellumValueRequest>;
18
19
  export declare namespace VellumValueRequest {
19
- type Raw = StringVellumValueRequest.Raw | NumberVellumValueRequest.Raw | JsonVellumValueRequest.Raw | ImageVellumValueRequest.Raw | AudioVellumValueRequest.Raw | DocumentVellumValueRequest.Raw | FunctionCallVellumValueRequest.Raw | ErrorVellumValueRequest.Raw | serializers.ArrayVellumValueRequest.Raw | ChatHistoryVellumValueRequest.Raw | SearchResultsVellumValueRequest.Raw;
20
+ type Raw = StringVellumValueRequest.Raw | NumberVellumValueRequest.Raw | JsonVellumValueRequest.Raw | ImageVellumValueRequest.Raw | AudioVellumValueRequest.Raw | DocumentVellumValueRequest.Raw | FunctionCallVellumValueRequest.Raw | ErrorVellumValueRequest.Raw | serializers.ArrayVellumValueRequest.Raw | ChatHistoryVellumValueRequest.Raw | SearchResultsVellumValueRequest.Raw | ThinkingVellumValueRequest.Raw;
20
21
  }
@@ -49,6 +49,7 @@ const FunctionCallVellumValueRequest_1 = require("./FunctionCallVellumValueReque
49
49
  const ErrorVellumValueRequest_1 = require("./ErrorVellumValueRequest");
50
50
  const ChatHistoryVellumValueRequest_1 = require("./ChatHistoryVellumValueRequest");
51
51
  const SearchResultsVellumValueRequest_1 = require("./SearchResultsVellumValueRequest");
52
+ const ThinkingVellumValueRequest_1 = require("./ThinkingVellumValueRequest");
52
53
  exports.VellumValueRequest = core.serialization.undiscriminatedUnion([
53
54
  StringVellumValueRequest_1.StringVellumValueRequest,
54
55
  NumberVellumValueRequest_1.NumberVellumValueRequest,
@@ -61,4 +62,5 @@ exports.VellumValueRequest = core.serialization.undiscriminatedUnion([
61
62
  core.serialization.lazyObject(() => serializers.ArrayVellumValueRequest),
62
63
  ChatHistoryVellumValueRequest_1.ChatHistoryVellumValueRequest,
63
64
  SearchResultsVellumValueRequest_1.SearchResultsVellumValueRequest,
65
+ ThinkingVellumValueRequest_1.ThinkingVellumValueRequest,
64
66
  ]);
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const VellumVariableType: core.serialization.Schema<serializers.VellumVariableType.Raw, Vellum.VellumVariableType>;
8
8
  export declare namespace VellumVariableType {
9
- type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL";
9
+ type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "DOCUMENT" | "NULL" | "THINKING";
10
10
  }
@@ -51,4 +51,5 @@ exports.VellumVariableType = core.serialization.enum_([
51
51
  "AUDIO",
52
52
  "DOCUMENT",
53
53
  "NULL",
54
+ "THINKING",
54
55
  ]);
@@ -112,6 +112,7 @@ export * from "./ExecutionJsonVellumValue";
112
112
  export * from "./ExecutionNumberVellumValue";
113
113
  export * from "./ExecutionSearchResultsVellumValue";
114
114
  export * from "./ExecutionStringVellumValue";
115
+ export * from "./ExecutionThinkingVellumValue";
115
116
  export * from "./ExecutionVellumValue";
116
117
  export * from "./ExternalInputDescriptor";
117
118
  export * from "./ExternalTestCaseExecution";
@@ -481,6 +482,8 @@ export * from "./TestSuiteTestCaseReplaceBulkOperationRequest";
481
482
  export * from "./TestSuiteTestCaseReplacedBulkResult";
482
483
  export * from "./TestSuiteTestCaseReplacedBulkResultData";
483
484
  export * from "./TestSuiteTestCaseUpsertBulkOperationRequest";
485
+ export * from "./ThinkingVellumValue";
486
+ export * from "./ThinkingVellumValueRequest";
484
487
  export * from "./TokenOverlappingWindowChunkerConfig";
485
488
  export * from "./TokenOverlappingWindowChunkerConfigRequest";
486
489
  export * from "./TokenOverlappingWindowChunking";
@@ -128,6 +128,7 @@ __exportStar(require("./ExecutionJsonVellumValue"), exports);
128
128
  __exportStar(require("./ExecutionNumberVellumValue"), exports);
129
129
  __exportStar(require("./ExecutionSearchResultsVellumValue"), exports);
130
130
  __exportStar(require("./ExecutionStringVellumValue"), exports);
131
+ __exportStar(require("./ExecutionThinkingVellumValue"), exports);
131
132
  __exportStar(require("./ExecutionVellumValue"), exports);
132
133
  __exportStar(require("./ExternalInputDescriptor"), exports);
133
134
  __exportStar(require("./ExternalTestCaseExecution"), exports);
@@ -497,6 +498,8 @@ __exportStar(require("./TestSuiteTestCaseReplaceBulkOperationRequest"), exports)
497
498
  __exportStar(require("./TestSuiteTestCaseReplacedBulkResult"), exports);
498
499
  __exportStar(require("./TestSuiteTestCaseReplacedBulkResultData"), exports);
499
500
  __exportStar(require("./TestSuiteTestCaseUpsertBulkOperationRequest"), exports);
501
+ __exportStar(require("./ThinkingVellumValue"), exports);
502
+ __exportStar(require("./ThinkingVellumValueRequest"), exports);
500
503
  __exportStar(require("./TokenOverlappingWindowChunkerConfig"), exports);
501
504
  __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
502
505
  __exportStar(require("./TokenOverlappingWindowChunking"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.81";
1
+ export declare const SDK_VERSION = "0.14.82";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.14.81";
4
+ exports.SDK_VERSION = "0.14.82";