vellum-ai 0.0.42__py3-none-any.whl → 0.0.44__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. vellum/__init__.py +20 -2
  2. vellum/client.py +5 -1
  3. vellum/core/client_wrapper.py +1 -1
  4. vellum/core/jsonable_encoder.py +8 -6
  5. vellum/resources/deployments/client.py +5 -2
  6. vellum/resources/document_indexes/client.py +5 -2
  7. vellum/resources/documents/client.py +5 -2
  8. vellum/resources/model_versions/client.py +5 -2
  9. vellum/resources/registered_prompts/client.py +19 -4
  10. vellum/resources/sandboxes/client.py +5 -2
  11. vellum/resources/test_suites/client.py +5 -2
  12. vellum/types/__init__.py +20 -2
  13. vellum/types/api_node_result.py +5 -2
  14. vellum/types/api_node_result_data.py +5 -2
  15. vellum/types/chat_message.py +5 -2
  16. vellum/types/chat_message_request.py +5 -2
  17. vellum/types/conditional_node_result.py +5 -2
  18. vellum/types/conditional_node_result_data.py +5 -2
  19. vellum/types/deployment_read.py +5 -4
  20. vellum/types/document_document_to_document_index.py +5 -2
  21. vellum/types/document_index_read.py +5 -2
  22. vellum/types/document_read.py +5 -2
  23. vellum/types/enriched_normalized_completion.py +6 -2
  24. vellum/types/evaluation_params.py +5 -2
  25. vellum/types/evaluation_params_request.py +5 -2
  26. vellum/types/execute_workflow_stream_error_response.py +5 -2
  27. vellum/types/generate_error_response.py +5 -2
  28. vellum/types/generate_options_request.py +5 -2
  29. vellum/types/generate_request.py +5 -2
  30. vellum/types/generate_result.py +5 -2
  31. vellum/types/generate_result_data.py +5 -2
  32. vellum/types/generate_result_error.py +5 -2
  33. vellum/types/generate_stream_response.py +5 -2
  34. vellum/types/generate_stream_result.py +5 -2
  35. vellum/types/generate_stream_result_data.py +5 -2
  36. vellum/types/metadata_filter_config_request.py +5 -2
  37. vellum/types/metadata_filter_rule_request.py +5 -2
  38. vellum/types/model_version_build_config.py +6 -2
  39. vellum/types/model_version_compile_prompt_response.py +5 -2
  40. vellum/types/model_version_compiled_prompt.py +5 -2
  41. vellum/types/model_version_exec_config.py +5 -2
  42. vellum/types/model_version_exec_config_parameters.py +5 -2
  43. vellum/types/model_version_read.py +7 -5
  44. vellum/types/model_version_sandbox_snapshot.py +5 -2
  45. vellum/types/node_input_compiled_chat_history_value.py +5 -2
  46. vellum/types/node_input_compiled_error_value.py +31 -0
  47. vellum/types/node_input_compiled_json_value.py +5 -2
  48. vellum/types/node_input_compiled_number_value.py +5 -2
  49. vellum/types/node_input_compiled_search_results_value.py +5 -2
  50. vellum/types/node_input_compiled_string_value.py +5 -2
  51. vellum/types/node_input_variable_compiled_value.py +11 -0
  52. vellum/types/normalized_log_probs.py +5 -2
  53. vellum/types/normalized_token_log_probs.py +5 -2
  54. vellum/types/paginated_slim_document_list.py +5 -2
  55. vellum/types/prompt_node_result.py +5 -2
  56. vellum/types/prompt_node_result_data.py +5 -2
  57. vellum/types/prompt_template_block.py +5 -2
  58. vellum/types/prompt_template_block_data.py +5 -2
  59. vellum/types/prompt_template_block_data_request.py +5 -2
  60. vellum/types/prompt_template_block_properties.py +5 -2
  61. vellum/types/prompt_template_block_properties_request.py +5 -2
  62. vellum/types/prompt_template_block_request.py +5 -2
  63. vellum/types/provider_enum.py +10 -5
  64. vellum/types/register_prompt_error_response.py +5 -2
  65. vellum/types/register_prompt_model_parameters_request.py +5 -2
  66. vellum/types/register_prompt_prompt.py +5 -2
  67. vellum/types/register_prompt_prompt_info_request.py +5 -2
  68. vellum/types/register_prompt_response.py +5 -2
  69. vellum/types/registered_prompt_deployment.py +5 -2
  70. vellum/types/registered_prompt_input_variable_request.py +5 -2
  71. vellum/types/registered_prompt_model_version.py +5 -2
  72. vellum/types/registered_prompt_sandbox.py +5 -2
  73. vellum/types/registered_prompt_sandbox_snapshot.py +5 -2
  74. vellum/types/sandbox_metric_input_params.py +5 -2
  75. vellum/types/sandbox_metric_input_params_request.py +5 -2
  76. vellum/types/sandbox_scenario.py +5 -2
  77. vellum/types/scenario_input.py +5 -2
  78. vellum/types/scenario_input_request.py +5 -2
  79. vellum/types/search_error_response.py +5 -2
  80. vellum/types/search_filters_request.py +5 -2
  81. vellum/types/search_node_result.py +5 -2
  82. vellum/types/search_node_result_data.py +5 -2
  83. vellum/types/search_request_options_request.py +5 -2
  84. vellum/types/search_response.py +5 -2
  85. vellum/types/search_result.py +5 -2
  86. vellum/types/search_result_document.py +5 -2
  87. vellum/types/search_result_merging_request.py +5 -2
  88. vellum/types/search_weights_request.py +5 -2
  89. vellum/types/slim_document.py +5 -2
  90. vellum/types/submit_completion_actual_request.py +5 -2
  91. vellum/types/submit_completion_actuals_error_response.py +5 -2
  92. vellum/types/templating_node_chat_history_result.py +5 -2
  93. vellum/types/templating_node_error_result.py +30 -0
  94. vellum/types/templating_node_json_result.py +5 -2
  95. vellum/types/templating_node_number_result.py +5 -2
  96. vellum/types/templating_node_result.py +5 -2
  97. vellum/types/templating_node_result_data.py +5 -2
  98. vellum/types/templating_node_result_output.py +11 -0
  99. vellum/types/templating_node_search_results_result.py +5 -2
  100. vellum/types/templating_node_string_result.py +5 -2
  101. vellum/types/terminal_node_chat_history_result.py +5 -2
  102. vellum/types/terminal_node_error_result.py +31 -0
  103. vellum/types/terminal_node_json_result.py +5 -2
  104. vellum/types/terminal_node_number_result.py +5 -2
  105. vellum/types/terminal_node_result.py +5 -2
  106. vellum/types/terminal_node_result_data.py +5 -2
  107. vellum/types/terminal_node_result_output.py +11 -0
  108. vellum/types/terminal_node_search_results_result.py +5 -2
  109. vellum/types/terminal_node_string_result.py +5 -2
  110. vellum/types/test_suite_test_case.py +5 -2
  111. vellum/types/upload_document_error_response.py +5 -2
  112. vellum/types/upload_document_response.py +5 -2
  113. vellum/types/vellum_error.py +30 -0
  114. vellum/types/vellum_error_code_enum.py +31 -0
  115. vellum/types/vellum_variable.py +5 -2
  116. vellum/types/vellum_variable_type.py +5 -0
  117. vellum/types/workflow_event_error.py +5 -2
  118. vellum/types/workflow_execution_actual_chat_history_request.py +5 -2
  119. vellum/types/workflow_execution_actual_json_request.py +5 -2
  120. vellum/types/workflow_execution_actual_string_request.py +5 -2
  121. vellum/types/workflow_execution_node_result_event.py +5 -2
  122. vellum/types/workflow_execution_workflow_result_event.py +5 -2
  123. vellum/types/workflow_node_result_event.py +5 -2
  124. vellum/types/workflow_request_chat_history_input_request.py +5 -2
  125. vellum/types/workflow_request_json_input_request.py +5 -2
  126. vellum/types/workflow_request_string_input_request.py +5 -2
  127. vellum/types/workflow_result_event.py +5 -2
  128. vellum/types/workflow_result_event_output_data.py +11 -0
  129. vellum/types/workflow_result_event_output_data_chat_history.py +5 -2
  130. vellum/types/workflow_result_event_output_data_error.py +37 -0
  131. vellum/types/workflow_result_event_output_data_json.py +5 -2
  132. vellum/types/workflow_result_event_output_data_number.py +5 -2
  133. vellum/types/workflow_result_event_output_data_search_results.py +5 -2
  134. vellum/types/workflow_result_event_output_data_string.py +5 -2
  135. {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.44.dist-info}/METADATA +2 -2
  136. vellum_ai-0.0.44.dist-info/RECORD +180 -0
  137. vellum/types/model_type_deprecated.py +0 -22
  138. vellum_ai-0.0.42.dist-info/RECORD +0 -175
  139. {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.44.dist-info}/WHEEL +0 -0
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_result_event import WorkflowResultEvent
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowExecutionWorkflowResultEvent(pydantic.BaseModel):
13
16
  execution_id: str
@@ -3,14 +3,17 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .node_input_variable_compiled_value import NodeInputVariableCompiledValue
10
8
  from .workflow_event_error import WorkflowEventError
11
9
  from .workflow_node_result_data import WorkflowNodeResultData
12
10
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
13
11
 
12
+ try:
13
+ import pydantic.v1 as pydantic # type: ignore
14
+ except ImportError:
15
+ import pydantic # type: ignore
16
+
14
17
 
15
18
  class WorkflowNodeResultEvent(pydantic.BaseModel):
16
19
  id: str
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .chat_message_request import ChatMessageRequest
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowRequestChatHistoryInputRequest(pydantic.BaseModel):
13
16
  name: str = pydantic.Field(description="The variable's name, as defined in the Workflow.")
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class WorkflowRequestJsonInputRequest(pydantic.BaseModel):
12
15
  name: str = pydantic.Field(description="The variable's name, as defined in the Workflow.")
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class WorkflowRequestStringInputRequest(pydantic.BaseModel):
12
15
  name: str = pydantic.Field(description="The variable's name, as defined in the Workflow.")
@@ -3,13 +3,16 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_event_error import WorkflowEventError
10
8
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
11
9
  from .workflow_result_event_output_data import WorkflowResultEventOutputData
12
10
 
11
+ try:
12
+ import pydantic.v1 as pydantic # type: ignore
13
+ except ImportError:
14
+ import pydantic # type: ignore
15
+
13
16
 
14
17
  class WorkflowResultEvent(pydantic.BaseModel):
15
18
  id: str
@@ -7,6 +7,7 @@ import typing
7
7
  import typing_extensions
8
8
 
9
9
  from .workflow_result_event_output_data_chat_history import WorkflowResultEventOutputDataChatHistory
10
+ from .workflow_result_event_output_data_error import WorkflowResultEventOutputDataError
10
11
  from .workflow_result_event_output_data_json import WorkflowResultEventOutputDataJson
11
12
  from .workflow_result_event_output_data_number import WorkflowResultEventOutputDataNumber
12
13
  from .workflow_result_event_output_data_search_results import WorkflowResultEventOutputDataSearchResults
@@ -58,10 +59,20 @@ class WorkflowResultEventOutputData_SearchResults(WorkflowResultEventOutputDataS
58
59
  allow_population_by_field_name = True
59
60
 
60
61
 
62
+ class WorkflowResultEventOutputData_Error(WorkflowResultEventOutputDataError):
63
+ type: typing_extensions.Literal["ERROR"]
64
+
65
+ class Config:
66
+ frozen = True
67
+ smart_union = True
68
+ allow_population_by_field_name = True
69
+
70
+
61
71
  WorkflowResultEventOutputData = typing.Union[
62
72
  WorkflowResultEventOutputData_String,
63
73
  WorkflowResultEventOutputData_Number,
64
74
  WorkflowResultEventOutputData_Json,
65
75
  WorkflowResultEventOutputData_ChatHistory,
66
76
  WorkflowResultEventOutputData_SearchResults,
77
+ WorkflowResultEventOutputData_Error,
67
78
  ]
@@ -3,12 +3,15 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .chat_message import ChatMessage
10
8
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
11
9
 
10
+ try:
11
+ import pydantic.v1 as pydantic # type: ignore
12
+ except ImportError:
13
+ import pydantic # type: ignore
14
+
12
15
 
13
16
  class WorkflowResultEventOutputDataChatHistory(pydantic.BaseModel):
14
17
  id: typing.Optional[str]
@@ -0,0 +1,37 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .vellum_error import VellumError
8
+ from .workflow_node_result_event_state import WorkflowNodeResultEventState
9
+
10
+ try:
11
+ import pydantic.v1 as pydantic # type: ignore
12
+ except ImportError:
13
+ import pydantic # type: ignore
14
+
15
+
16
+ class WorkflowResultEventOutputDataError(pydantic.BaseModel):
17
+ id: typing.Optional[str]
18
+ name: str
19
+ state: WorkflowNodeResultEventState
20
+ node_id: str
21
+ delta: typing.Optional[str] = pydantic.Field(
22
+ description="The newly output string value. Only relevant for string outputs with a state of STREAMING."
23
+ )
24
+ value: typing.Optional[VellumError]
25
+
26
+ def json(self, **kwargs: typing.Any) -> str:
27
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
+ return super().json(**kwargs_with_defaults)
29
+
30
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
31
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
32
+ return super().dict(**kwargs_with_defaults)
33
+
34
+ class Config:
35
+ frozen = True
36
+ smart_union = True
37
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowResultEventOutputDataJson(pydantic.BaseModel):
13
16
  id: typing.Optional[str]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowResultEventOutputDataNumber(pydantic.BaseModel):
13
16
  id: typing.Optional[str]
@@ -3,12 +3,15 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .search_result import SearchResult
10
8
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
11
9
 
10
+ try:
11
+ import pydantic.v1 as pydantic # type: ignore
12
+ except ImportError:
13
+ import pydantic # type: ignore
14
+
12
15
 
13
16
  class WorkflowResultEventOutputDataSearchResults(pydantic.BaseModel):
14
17
  id: typing.Optional[str]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_node_result_event_state import WorkflowNodeResultEventState
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowResultEventOutputDataString(pydantic.BaseModel):
13
16
  id: typing.Optional[str]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.0.42
3
+ Version: 0.0.44
4
4
  Summary:
5
5
  Requires-Python: >=3.7,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.9
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Requires-Dist: httpx (>=0.21.2)
13
- Requires-Dist: pydantic (>=1.9.2,<2.0.0)
13
+ Requires-Dist: pydantic (>=1.9.2,<3)
14
14
  Description-Content-Type: text/markdown
15
15
 
16
16
  # Vellum Python Library
@@ -0,0 +1,180 @@
1
+ vellum/__init__.py,sha256=DtVFCtohFJrKc8Ty6N3Pw3aOaIsgoUcKrABHIy8n8qE,12851
2
+ vellum/client.py,sha256=NxShhFvI9ZXXccaf3HzT1mzGTSz0HYehqldVN4zkMPM,35331
3
+ vellum/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
+ vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
+ vellum/core/client_wrapper.py,sha256=JrfCgbH99OJ5s28X62IxrIad8B7l2BvFXwdtqnDhSSg,1214
6
+ vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
+ vellum/core/jsonable_encoder.py,sha256=MTYkDov2EryHgee4QM46uZiBOuOXK9KTHlBdBwU-CpU,3799
8
+ vellum/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJJdrqCLEdowGw,330
9
+ vellum/environment.py,sha256=bcAFjoE9XXd7tiysYS90Os669IJmUMZS2JZ_ZQn0Dpg,498
10
+ vellum/errors/__init__.py,sha256=57E7ykyjmPTSDm-CJKS6exWPndqZBUVslrmzLbtQUYg,402
11
+ vellum/errors/bad_request_error.py,sha256=jvBFMSUKdTc6ya16S5O7zwaFnPhOm8N4DjIom_pw5pc,248
12
+ vellum/errors/conflict_error.py,sha256=DFxSC0nkPmb6_3lR018RksrzHH5-LOStlLnTetamGfs,327
13
+ vellum/errors/forbidden_error.py,sha256=RcUIb0yFoS2ni1qSHa6VAXENJxUN_gLjFrkc0TucQfY,309
14
+ vellum/errors/internal_server_error.py,sha256=E0rgqJC0-LcetLi1HmSi92KpvNkGSRCIdBeEqT_ln1s,252
15
+ vellum/errors/not_found_error.py,sha256=P65k-Lm2RuefAVSNLER5hH-4P99SGohKy2cOPSrIxNk,246
16
+ vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ vellum/resources/__init__.py,sha256=ceVGZa6cItlSHYeXoDUeCJuYVs73cUxghmL6MTL3Vp4,339
18
+ vellum/resources/deployments/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
19
+ vellum/resources/deployments/client.py,sha256=YWHkoV7MBCtxjLLw-7as_60pxNakgZ7PKh9cJSJOsWI,2498
20
+ vellum/resources/document_indexes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
21
+ vellum/resources/document_indexes/client.py,sha256=O3kun7NPMNFhpEBovL0wryJUxlIf2qbVzkOvg6gCvdI,8231
22
+ vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
23
+ vellum/resources/documents/client.py,sha256=yeJkmRD7ZxPg0z6HNuH3AnoieemaOiUdQW-eA1fqn4M,14824
24
+ vellum/resources/model_versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
25
+ vellum/resources/model_versions/client.py,sha256=mWF64oG7D3EWHVmX1B78q-UQ9ujJPUKlVuKEHwaEL3E,5397
26
+ vellum/resources/registered_prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
27
+ vellum/resources/registered_prompts/client.py,sha256=OTSk0sHv_xCvEHI0dM26ta2HFcFOPXWO84uxHbHqdb8,8247
28
+ vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
29
+ vellum/resources/sandboxes/client.py,sha256=yhXlN3Z6Xbf8uYYoj4eZZiiGs6ZRAOD1ZnlECoClcVU,7695
30
+ vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
31
+ vellum/resources/test_suites/client.py,sha256=MsBsx4aMDZo-ZRfFJCOoe1dbnfnpfmh_GP19OOKhRdI,7882
32
+ vellum/types/__init__.py,sha256=WSMDNEamsJl-s5PZkJDFUFRnHkGcXl9xtoqDUfxSoGs,17482
33
+ vellum/types/api_node_result.py,sha256=1zAcNznjyVkTQM2V--UE1lYFzRWbYEogoChZBGcsliE,936
34
+ vellum/types/api_node_result_data.py,sha256=HvpZaAKYXsoBOnobACIYCmIdxbRc7Zp-ibIohiz_Nzc,1125
35
+ vellum/types/block_type_enum.py,sha256=BQ8ZN1OKhOdmHeQ3-bhMfkLLohirsNhHPljBJX8Bbmo,1051
36
+ vellum/types/chat_message.py,sha256=dvII2EkChDp2zuPnSU5ycmqm2SMGoqttGha00HC9ETs,941
37
+ vellum/types/chat_message_request.py,sha256=9wgnG0Q36jUNTr7vS0FASRFrsXzgIccrjNiC7M_PwkM,948
38
+ vellum/types/chat_message_role.py,sha256=VscYXloHNYjiThf7g6OsMxO0S8p0ZUa0G6sakaWhc1g,914
39
+ vellum/types/conditional_node_result.py,sha256=u2Rx3LOY0rNwdSb6vZnOmMRcDvl83uKXccVQv2kzS7g,968
40
+ vellum/types/conditional_node_result_data.py,sha256=IT6PnM2N4q8JJ4srk9ushri4GnCvxMz9VuEcbhmo_rs,911
41
+ vellum/types/deployment_read.py,sha256=rnGqiO_IqtlW3G8_cQqTx4vWBta1B3urlehBuES1lwk,1964
42
+ vellum/types/deployment_status.py,sha256=rtsRFv9cx0kEwNYkgscGzo62bvaNME-rU8ZxFlcY0M8,761
43
+ vellum/types/document_document_to_document_index.py,sha256=So0eaa9uQd_vrbnpQD_wV7YJS0YQY3AH_91asYpYv_g,1634
44
+ vellum/types/document_index_read.py,sha256=PuGRQTrzpQjs4d-ObBe5glzKNlgpJR3Hr5OGEannHak,1889
45
+ vellum/types/document_index_status.py,sha256=DtcNtByS8wUEuxfYAW7IQVPSN4HaGJTynP0jNkxgbKE,560
46
+ vellum/types/document_read.py,sha256=aeAwY8-Si0nT2Ifh1J9ChLaNFJaker1jlfbJkuoA-xc,2264
47
+ vellum/types/document_status.py,sha256=dkotle2rykOxF1QxqcM8af2ORzmFjZR5a7pHXP6SjDQ,144
48
+ vellum/types/enriched_normalized_completion.py,sha256=uz6lrdSrZIG80rbPQxWD44ic_UYLICYoLQSBYKMdsk0,2100
49
+ vellum/types/environment_enum.py,sha256=16gr0xkzNIO5dhrOnJNjcQ34z9Xk1oE-egW17P0RWDs,799
50
+ vellum/types/evaluation_params.py,sha256=Ey-RgV4uKVv8G4Dj6lmX_qiBsLcPo1NmoY2xcFW_qDQ,1048
51
+ vellum/types/evaluation_params_request.py,sha256=izDbrQHT7QFYjxXX9bkeZnoCle3teShaodbnV_11sJo,1055
52
+ vellum/types/execute_workflow_stream_error_response.py,sha256=WHSu333maVV2Nbxs43QCxlW6wjbkPdm-97DP1tzglAA,963
53
+ vellum/types/finish_reason_enum.py,sha256=JawC1tsGIUCwfGoIjrnD2c4wmbsO5Dx39WPAbwYIWm0,726
54
+ vellum/types/generate_error_response.py,sha256=auz4NPbyceabCe0eN89lavEwotWbqsTSbkJtI_lgXJs,950
55
+ vellum/types/generate_options_request.py,sha256=9W8wAC79BB1lu9bJjWm0Wwco7FiB6wZYvRDYWZbV_Tg,1117
56
+ vellum/types/generate_request.py,sha256=Wf5j8TIhLqPwwJJz63TiMNty2cvnJI9xVmUKtWlJIpQ,1581
57
+ vellum/types/generate_response.py,sha256=oT2DslzpO7DBmEA7vY0KpjEViCeJjqlvpxrLJUmwDIA,1246
58
+ vellum/types/generate_result.py,sha256=1MVaFTb1rh2_bN2smGBbFTanYGBvldM2sqULWoLonE4,1397
59
+ vellum/types/generate_result_data.py,sha256=T66DWYhJs48Td0OAjMm87FRFGD92hhSEYZJERc9Xa7Q,1111
60
+ vellum/types/generate_result_error.py,sha256=UkxmkHaGueCqvWwhBpCpp4bl7ijgfRFHsHvP3fzlkLg,959
61
+ vellum/types/generate_stream_response.py,sha256=mbaw11ScmPmSgih02qE2pLDN0fjILc3LY1KiSX6txRE,954
62
+ vellum/types/generate_stream_result.py,sha256=NevSf70_mbODDRPnauYobl41PNbPVcNKyWTe2gg-lxI,1107
63
+ vellum/types/generate_stream_result_data.py,sha256=lyAvxY714Zo5W1i4WkuIbKjyP3rLGJAQ_pL2jkDL7Pg,1011
64
+ vellum/types/indexing_state_enum.py,sha256=7eEvjuZi3dy6XJIYhHgca4XfRDqntaoYTFOOl9AXe78,1181
65
+ vellum/types/logical_operator.py,sha256=4AVyWKNKyL8NxaqUKdS8hV7nfRpUlItKDNdC_hkJU9E,4282
66
+ vellum/types/logprobs_enum.py,sha256=v3VTlzw1bpuU0hBhcWJTN7JMBS2nWqwertJlaCgxmuY,490
67
+ vellum/types/metadata_filter_config_request.py,sha256=tUkflYOkwBYmouX_9OfO2mJixeylSns4gHoDuKFgpmo,1333
68
+ vellum/types/metadata_filter_rule_combinator.py,sha256=ZBBIJE7lSkyMAuesLQxbqw27S4oE8KTrpEbJdPICL0s,528
69
+ vellum/types/metadata_filter_rule_request.py,sha256=Bo_IQiMfNKx7qzEU36WovvPQoYhxIWn1zQFHN6kEevs,1349
70
+ vellum/types/model_version_build_config.py,sha256=qxHpUjgguJ3HX4V4VYfYSCMwoQC-S8sP1DG_X5orMHs,1356
71
+ vellum/types/model_version_compile_prompt_response.py,sha256=I5GQgyhE6HpxOL3MHHrEPqp6vKYarU4N3Qp8iZZciBI,1056
72
+ vellum/types/model_version_compiled_prompt.py,sha256=kEivdO6Telihn25iBa4UQz5yvI3Fg2KaoovQ2AnIbE0,1168
73
+ vellum/types/model_version_exec_config.py,sha256=14gVZNz-Hxg7ocEZQs3LQ3BUAL3Vcxo-SxAYC64beIQ,1632
74
+ vellum/types/model_version_exec_config_parameters.py,sha256=RzhbO7holFFrAmT3crLUPpIPDJm-QDBHT65Kuhnmvek,1178
75
+ vellum/types/model_version_read.py,sha256=kIDjWRvA1iKG29XLEO7UUKBBlTfWhkwnOtY7KwLQEzM,2391
76
+ vellum/types/model_version_read_status_enum.py,sha256=Fkciaj4_EHRfNfa6okK4mPbmgCOLaEPkdsoGBYEGkv8,1032
77
+ vellum/types/model_version_sandbox_snapshot.py,sha256=yxan0nnKQh8YKZgYCV8H2VrtA7_OlQEtbHMVpGwcgW0,1217
78
+ vellum/types/node_input_compiled_chat_history_value.py,sha256=ZVUjSYuz4DeJU7sUcexHTcJSxhOSha1XNBjNlmL-QE8,1003
79
+ vellum/types/node_input_compiled_error_value.py,sha256=nbFNdikbmqLutApUmpKXI0k3ukAkPMkLEopo-WNWa8g,984
80
+ vellum/types/node_input_compiled_json_value.py,sha256=-GCgER6yFl3jOu4W4Ktjy9nM_vKYtBj8vqVitOvHd5I,962
81
+ vellum/types/node_input_compiled_number_value.py,sha256=OUdX7cRbzYxV4cZ-F7SwCChK-7YlK1YAJdhZyUg39MY,939
82
+ vellum/types/node_input_compiled_search_results_value.py,sha256=p9K0LpWvAg9TMzjTNzmODHSCadmfPdDHMF5CnivGHcc,1008
83
+ vellum/types/node_input_compiled_string_value.py,sha256=lrOr8WhK5wZrsUb1-7bYQ7M2deap8JvnVMtqh8887Zc,939
84
+ vellum/types/node_input_variable_compiled_value.py,sha256=6PhquhSskdpslUfbS0roxl8H2iQC_WLOGy3IagsZLQs,2381
85
+ vellum/types/normalized_log_probs.py,sha256=XhiqVdoFYWbVhYWinsiDzkIRSs1t2DCMEX18EwK-c24,1013
86
+ vellum/types/normalized_token_log_probs.py,sha256=ZIEr6evXULAv5GFhkekr1Qc6QsJjr2vsTdumMooO4oc,1014
87
+ vellum/types/paginated_slim_document_list.py,sha256=rfm_k539tWn6jVBjtgUG1M0AqtPvxtwPXwBJLPBiE6Q,1062
88
+ vellum/types/processing_failure_reason_enum.py,sha256=YxYs-fZd957LUlO0tNRY-jSNkki8quIJX8ElzNhEnlw,752
89
+ vellum/types/processing_state_enum.py,sha256=c3eTs4vo-7053YYXL6-n74qPCYOsxgunY15qgFMl3X0,962
90
+ vellum/types/prompt_node_result.py,sha256=TxFRE6-2LFrG1Mo9uA7dOfNs8_Jk6u7bOWhmOzYQiJY,948
91
+ vellum/types/prompt_node_result_data.py,sha256=LyNkZz-9lYejVtIaej1m7u5CiWmXVFG8IAr6hVQBgZg,945
92
+ vellum/types/prompt_template_block.py,sha256=2UfBd8ktRrvVp_gZFLWevrV5D1UjXCji4YbeHPAVl0c,1164
93
+ vellum/types/prompt_template_block_data.py,sha256=fEveYsxf-CAPNhxjirVRNCcqTtmNBxFdjMks-W9-02c,983
94
+ vellum/types/prompt_template_block_data_request.py,sha256=HgrcEIgO8OSseYsqqNX9VKpjutfrK6LEYofg3Ifu8mU,1012
95
+ vellum/types/prompt_template_block_properties.py,sha256=SNdB7L-UArlWNs-kLzOGop2jt9EI_POc8ITaNeq9YvE,1586
96
+ vellum/types/prompt_template_block_properties_request.py,sha256=woZkEqjSt-ij-Oi8BV0ZZCAsJmCCyYYFdGTUbMOTjmA,1622
97
+ vellum/types/prompt_template_block_request.py,sha256=6js3_Jfy65xzNijioY0uDbDDcc0Ar3NECaVP2OBJLk0,1200
98
+ vellum/types/provider_enum.py,sha256=9NRZ5NEdM-6BLzXvWyrfqGlvKfDCmxbO7wNVyF760Jc,1732
99
+ vellum/types/register_prompt_error_response.py,sha256=ma0aguRLbdsCWVrWyUBQPaWpfQ99pzcuXNTptpOj8jM,956
100
+ vellum/types/register_prompt_model_parameters_request.py,sha256=lUHXwW3_JwkrAVEbLU5jhE-yMWSTjFaWjVPltSgPldI,1148
101
+ vellum/types/register_prompt_prompt.py,sha256=EWqQOYXiNgfRLYM2LiN4M5QLziPigMRRKYBrKY6CxGg,1035
102
+ vellum/types/register_prompt_prompt_info_request.py,sha256=wCONVcAfRvsCCYlYHtxn8ZYvaQtq2oJ0b32Wxsfbjgk,1317
103
+ vellum/types/register_prompt_response.py,sha256=r3pIdVM1q_887BN11u2TpfZ889w4kN84HenuBR4jJzY,1828
104
+ vellum/types/registered_prompt_deployment.py,sha256=P-oLHQ92w7Hh17dNqk8E8TlWGSvYB2ppKrFly_6UQIs,1149
105
+ vellum/types/registered_prompt_input_variable_request.py,sha256=rbqQnjUtP2_J3axz0JbjqTErW99UEKdTcOC2KQmo1QY,1020
106
+ vellum/types/registered_prompt_model_version.py,sha256=g1HQfGIucvXJ0E0xAZiE5rnvkFp8DMpe3MPCYbxHTSo,1057
107
+ vellum/types/registered_prompt_sandbox.py,sha256=TMVbdnTEoSBvabGQ9ZZqMSDNxjK4iXLaQrZciytWazc,1040
108
+ vellum/types/registered_prompt_sandbox_snapshot.py,sha256=Dv4sY70rvdLtyKi8oN2mWwHmHZIHEcdN0v32ULxD67A,960
109
+ vellum/types/sandbox_metric_input_params.py,sha256=WPrqAWggrSvu9syP2Fk4SGj08YvV55oF9dD6Cb40gjE,961
110
+ vellum/types/sandbox_metric_input_params_request.py,sha256=UbTt4QimyaoYjzhWNggpFL7SlYLgKqZ4i6_skWzAo2I,990
111
+ vellum/types/sandbox_scenario.py,sha256=mGidLY1jAdw7BSMbeXTc-PtiZLSQS4peOiJmxL8YxqQ,1214
112
+ vellum/types/scenario_input.py,sha256=a1OMFt1RxJMNYoJ9PclhJof_IBuJE6B4fb6kPdIuLTg,1108
113
+ vellum/types/scenario_input_request.py,sha256=kXki5ENoCHDSajT5pcL_NRi4urAtZvg5d2-B7zHDIsY,1137
114
+ vellum/types/scenario_input_type_enum.py,sha256=K25pst92SH1W686DMb29bMGeSvGVCM6KDjOBIs5Tw4k,580
115
+ vellum/types/search_error_response.py,sha256=-hA3qCNDHfoYjV1bir68iZ7VBezvc7pOAymFeVcP4Gc,948
116
+ vellum/types/search_filters_request.py,sha256=1SgO5C3te2J2Pz5PC0jBCOTELjHT04i4FH29UFyaFqo,1221
117
+ vellum/types/search_node_result.py,sha256=402QVgWh7BLaz27m8uU94oEdydJRVCm_zQvmpJEBH1s,948
118
+ vellum/types/search_node_result_data.py,sha256=WYvO0eADwjQ5lGhAEdlQKlSPvA9MTfWcPRoujLewTxw,1159
119
+ vellum/types/search_request_options_request.py,sha256=xwvhSO_NMNnQt-jGbExG58eeYawVWictTFJl477p-NE,1579
120
+ vellum/types/search_response.py,sha256=FwU87gCDD2JQdur9rO8HOiJdqeYJDYoKWLqO-0R7qAE,1071
121
+ vellum/types/search_result.py,sha256=1Jl76Ktiu2U0xq5UHtUr1ze9-3RdwJP8IzwGDRl5qYI,1306
122
+ vellum/types/search_result_document.py,sha256=pg7iwRzRPtlv4E2S7HcPaYfnu5myot3SpxMmDADtrFw,1418
123
+ vellum/types/search_result_merging_request.py,sha256=lLgp8q1WwvdUJcR1YWpLRjmZ3SgYZj2-Bbg450xWxDg,970
124
+ vellum/types/search_weights_request.py,sha256=guPgN3N0b5Mg0sIpw8ts80iBOT_nUsRNZqjDMKJIphI,1117
125
+ vellum/types/slim_document.py,sha256=-wzURGcLcnoh5vdTlbtkPLKfP3yAShdkkK6AIIi6W48,3074
126
+ vellum/types/submit_completion_actual_request.py,sha256=krKZefK_-0LAEJYIKilUemEwc6v0RELpusQvyj1XUJQ,1787
127
+ vellum/types/submit_completion_actuals_error_response.py,sha256=AJTkBM60F8rxGKXfz0TcjdP5v_OgRnF3zUrDG1CtNDo,895
128
+ vellum/types/submit_workflow_execution_actual_request.py,sha256=hazWw_rBxap8g0QAqlrO-qYFu3gJV_XXVgquWkDVsi0,1413
129
+ vellum/types/templating_node_chat_history_result.py,sha256=hSnL_WbnG0vMq6_4vBo-JJobMb2BzhSN0HKZpt-dHmU,977
130
+ vellum/types/templating_node_error_result.py,sha256=0zosQlkEZTMVY1MzzSPWCFEGWAK5kky6pKPd384urGc,958
131
+ vellum/types/templating_node_json_result.py,sha256=_vHc09B-SU0GhFSE6GgNRspvgoxkuf48Lw8uKiaeUj4,936
132
+ vellum/types/templating_node_number_result.py,sha256=MU9sOJrZSqUEEn9mAo6pY8ea2zqsYJ8iEnud2NwLYuA,913
133
+ vellum/types/templating_node_result.py,sha256=nLjZgVqCr3Zl5JIlrjfcyRJt11B8l4VCMmu-ApkAPMM,964
134
+ vellum/types/templating_node_result_data.py,sha256=kyDRROaumQFof-kIiKrchvOfh2umqCFxAh3b0Fcy5-w,976
135
+ vellum/types/templating_node_result_output.py,sha256=2pONPFz_AbYkZ9m5vBcPVBtP0xYzzGekb2eNPAijKEY,2287
136
+ vellum/types/templating_node_search_results_result.py,sha256=jvR3bWQsKawjlV3e2rpakTkrb7pBR1InZVV1Gzg3OjQ,982
137
+ vellum/types/templating_node_string_result.py,sha256=6RDWtxGZSPFJPSNncbT0hXRDdMjBfoftDdQfTnGwLlw,913
138
+ vellum/types/terminal_node_chat_history_result.py,sha256=4uj65lHbRA_XDKme7RKT2uKDm4pGyMjuH3qvcsnIOX0,1108
139
+ vellum/types/terminal_node_error_result.py,sha256=8Q1IJbju9DgHQQysFyk5cfBw75dQJx1vv4xhC94Ll4Y,1089
140
+ vellum/types/terminal_node_json_result.py,sha256=cXfFWr355b0C45jBIMmZC59JRMKLMWPVLctdH6bonGM,1067
141
+ vellum/types/terminal_node_number_result.py,sha256=_9J7gGGsjCwXRv_GN6NevnI4VmVutqq4O-GUuuJR8go,1044
142
+ vellum/types/terminal_node_result.py,sha256=K8b1aD9HuGF83YCHZnex8q7-WMuh52rC31_wK_PRPWU,956
143
+ vellum/types/terminal_node_result_data.py,sha256=Ev4xZWdWp6vu0YQljVvSpV5J360pf-K-hE3s10C5Ijs,968
144
+ vellum/types/terminal_node_result_output.py,sha256=KVM-9BYiIsOli3c_1UJcABY56vuBuFHjBhpAc8UfugM,2225
145
+ vellum/types/terminal_node_search_results_result.py,sha256=McUYdCDNtbQGxTLhdOEevdowY0tok4on8ylMMLXYm24,1113
146
+ vellum/types/terminal_node_string_result.py,sha256=iAtk5T5y9m1bee93BKsJZlLavow5H0Xf2hKa0F_nnD8,1044
147
+ vellum/types/test_suite_test_case.py,sha256=z0c1OPNv3-W33YjRVg7-Dp_2Q5Mljx1zLO7s4YN2knQ,1562
148
+ vellum/types/upload_document_error_response.py,sha256=j2NahdS7jnklF9sGIaw7SbDEa3QhnzsDG3mG6prbGSQ,886
149
+ vellum/types/upload_document_response.py,sha256=6SY4OqEHIg_EUgOwU2rSdWeNDQULUt2LZv6zN-QCJ7Y,956
150
+ vellum/types/vellum_error.py,sha256=rO2oP5qbRRpk17X5D-Gf8Ea2oSkqkZpp7n71Dz-Qivw,957
151
+ vellum/types/vellum_error_code_enum.py,sha256=q06lQbmAjeGDSTKKOoySVdG2lvgk_wPC9NGrafmy8ik,969
152
+ vellum/types/vellum_variable.py,sha256=mVchGYwlkdti5QKb4nTqalA_rotmwhI0fLlT-dmrweQ,964
153
+ vellum/types/vellum_variable_type.py,sha256=8cmoS9sONgpgqMa7E5silUrWZJ7H4KodME-EFc7uSBs,1319
154
+ vellum/types/workflow_event_error.py,sha256=X1jEuhnsZoh75FN6XpTvtbO67UD_1SiACsBk5bhn3wQ,1001
155
+ vellum/types/workflow_execution_actual_chat_history_request.py,sha256=skI-SuvBfJc8wxH2EDMqyKCGUgjfFFBUPkCLyncHgmM,2014
156
+ vellum/types/workflow_execution_actual_json_request.py,sha256=hVKpBukLehwDUopO7iiKv-wTvxDDg4SXMYmmexZDMo0,1951
157
+ vellum/types/workflow_execution_actual_string_request.py,sha256=uKnv8Ds88GF-Jjc1BoaFhhqmw89MnWeD4JyrpUjjttA,1928
158
+ vellum/types/workflow_execution_event_error_code.py,sha256=bM5TjSoKMSYqwiaZqqBP61W0HcCozzVTZ6Diz-WaJWE,1921
159
+ vellum/types/workflow_execution_event_type.py,sha256=-sK04wKr1L-3IqZNkDGXRjXuH6jHjZ4-0RXBT66iN_U,567
160
+ vellum/types/workflow_execution_node_result_event.py,sha256=JLcfZBXO1cFPpxd2BAo_ah1Apku8nbqhFh0rUotnOSo,1066
161
+ vellum/types/workflow_execution_workflow_result_event.py,sha256=vf4iqhXjSF8gNZol9TJH03rw4bXrH-AOBgI6vWaYFtk,1057
162
+ vellum/types/workflow_node_result_data.py,sha256=PUbFrAUI6tecvytyzVsMwNWsJJTqeNN-VzS2rVpq6fA,2039
163
+ vellum/types/workflow_node_result_event.py,sha256=rowQ3ZzdFVm2KWHS4U0NjYy-wNOTUXYpYx1Zr1IYbgM,1441
164
+ vellum/types/workflow_node_result_event_state.py,sha256=6CIcJo1UrVEv83s9u8jgIwUpejMpFEUkZsylTBNUWMY,1035
165
+ vellum/types/workflow_request_chat_history_input_request.py,sha256=qnbW2l-3k0AgwKNDAam29pvYmMGMn0V4aTXSR2YlXuQ,1072
166
+ vellum/types/workflow_request_input_request.py,sha256=ffPjQ9OakOFcQx5yuCjitvtkHCynJxB3GCcs5rFffN4,1293
167
+ vellum/types/workflow_request_json_input_request.py,sha256=VbcQsnTp4myLN_wRSmkxMJILaDgaPjZQKovNTpkp1Is,1009
168
+ vellum/types/workflow_request_string_input_request.py,sha256=L1Zl1_K7Tlqjaz5pJfb8Q4GG2BVKWJzw2Wos6IEJpxM,986
169
+ vellum/types/workflow_result_event.py,sha256=lMguy0yzxJKx_9F6KHb_3kz-52iUk-bN6gFmSCyQGrw,1245
170
+ vellum/types/workflow_result_event_output_data.py,sha256=WugPeifmg-x5Ef6hFZ6L3gQC68_e57Q-xThlcWEBhlA,2500
171
+ vellum/types/workflow_result_event_output_data_chat_history.py,sha256=g-pnQ0q_z_2sAi6YqK6ZkxiJsEHmNcDb9i-UNxvL9JY,1318
172
+ vellum/types/workflow_result_event_output_data_error.py,sha256=YXW7hOIwEtaRsCPbNcf-FlogY-gmbd2aklhGsCb73vg,1299
173
+ vellum/types/workflow_result_event_output_data_json.py,sha256=jWazBChbXRuNitkENjA1ITbpe61g1ZE06arsycPccwY,1277
174
+ vellum/types/workflow_result_event_output_data_number.py,sha256=k4XL7IZONzsa-yTjpRtnadf9Nr0WaY_eMmDD_twI_eM,1254
175
+ vellum/types/workflow_result_event_output_data_search_results.py,sha256=frCaJ5kWrIqCeV-waBNfd7rO4fqWe5aYpSI8PM4-oRw,1323
176
+ vellum/types/workflow_result_event_output_data_string.py,sha256=TByZxyQh9ci4UIdEmoEi_JK1U_JwYCnVZeB_4kGuXKM,1405
177
+ vellum/types/workflow_stream_event.py,sha256=OQUSzwoM-OCfWxNzeOVVLsjCue_WWqin3tGMtwvp_rc,873
178
+ vellum_ai-0.0.44.dist-info/METADATA,sha256=nrHXw1e10WO4KFnQ0n7F5o4H7K96QbDUw5UTvfs6_Ko,3483
179
+ vellum_ai-0.0.44.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
180
+ vellum_ai-0.0.44.dist-info/RECORD,,
@@ -1,22 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import enum
4
- import typing
5
-
6
- T_Result = typing.TypeVar("T_Result")
7
-
8
-
9
- class ModelTypeDeprecated(str, enum.Enum):
10
- """
11
- * `GENERATE` - Generate
12
- * `CLASSIFY` - Classify
13
- """
14
-
15
- GENERATE = "GENERATE"
16
- CLASSIFY = "CLASSIFY"
17
-
18
- def visit(self, generate: typing.Callable[[], T_Result], classify: typing.Callable[[], T_Result]) -> T_Result:
19
- if self is ModelTypeDeprecated.GENERATE:
20
- return generate()
21
- if self is ModelTypeDeprecated.CLASSIFY:
22
- return classify()