vellum-ai 0.0.41__py3-none-any.whl → 0.0.43__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. vellum/__init__.py +22 -2
  2. vellum/client.py +9 -5
  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 +47 -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 +5 -2
  10. vellum/resources/sandboxes/client.py +5 -2
  11. vellum/resources/test_suites/client.py +5 -2
  12. vellum/types/__init__.py +22 -2
  13. vellum/types/api_node_result.py +29 -0
  14. vellum/types/api_node_result_data.py +34 -0
  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 -2
  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 +7 -4
  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 +5 -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 +7 -4
  43. vellum/types/model_version_read.py +5 -2
  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_json_value.py +5 -2
  47. vellum/types/node_input_compiled_number_value.py +30 -0
  48. vellum/types/node_input_compiled_search_results_value.py +5 -2
  49. vellum/types/node_input_compiled_string_value.py +5 -2
  50. vellum/types/node_input_variable_compiled_value.py +11 -0
  51. vellum/types/normalized_log_probs.py +5 -2
  52. vellum/types/normalized_token_log_probs.py +5 -2
  53. vellum/types/paginated_slim_document_list.py +5 -2
  54. vellum/types/prompt_node_result.py +5 -2
  55. vellum/types/prompt_node_result_data.py +5 -2
  56. vellum/types/prompt_template_block.py +5 -2
  57. vellum/types/prompt_template_block_data.py +5 -2
  58. vellum/types/prompt_template_block_data_request.py +5 -2
  59. vellum/types/prompt_template_block_properties.py +7 -4
  60. vellum/types/prompt_template_block_properties_request.py +7 -4
  61. vellum/types/prompt_template_block_request.py +5 -2
  62. vellum/types/register_prompt_error_response.py +5 -2
  63. vellum/types/register_prompt_model_parameters_request.py +5 -2
  64. vellum/types/register_prompt_prompt.py +5 -2
  65. vellum/types/register_prompt_prompt_info_request.py +5 -2
  66. vellum/types/register_prompt_response.py +5 -2
  67. vellum/types/registered_prompt_deployment.py +5 -2
  68. vellum/types/registered_prompt_input_variable_request.py +5 -2
  69. vellum/types/registered_prompt_model_version.py +5 -2
  70. vellum/types/registered_prompt_sandbox.py +5 -2
  71. vellum/types/registered_prompt_sandbox_snapshot.py +5 -2
  72. vellum/types/sandbox_metric_input_params.py +5 -2
  73. vellum/types/sandbox_metric_input_params_request.py +5 -2
  74. vellum/types/sandbox_scenario.py +5 -2
  75. vellum/types/scenario_input.py +5 -2
  76. vellum/types/scenario_input_request.py +5 -2
  77. vellum/types/search_error_response.py +5 -2
  78. vellum/types/search_filters_request.py +5 -2
  79. vellum/types/search_node_result.py +5 -2
  80. vellum/types/search_node_result_data.py +5 -2
  81. vellum/types/search_request_options_request.py +5 -2
  82. vellum/types/search_response.py +5 -2
  83. vellum/types/search_result.py +5 -2
  84. vellum/types/search_result_document.py +5 -2
  85. vellum/types/search_result_merging_request.py +6 -3
  86. vellum/types/search_weights_request.py +9 -4
  87. vellum/types/slim_document.py +5 -2
  88. vellum/types/submit_completion_actual_request.py +5 -2
  89. vellum/types/submit_completion_actuals_error_response.py +5 -2
  90. vellum/types/templating_node_chat_history_result.py +5 -2
  91. vellum/types/templating_node_json_result.py +5 -2
  92. vellum/types/templating_node_number_result.py +29 -0
  93. vellum/types/templating_node_result.py +5 -2
  94. vellum/types/templating_node_result_data.py +5 -2
  95. vellum/types/templating_node_result_output.py +11 -0
  96. vellum/types/templating_node_search_results_result.py +5 -2
  97. vellum/types/templating_node_string_result.py +5 -2
  98. vellum/types/terminal_node_chat_history_result.py +5 -2
  99. vellum/types/terminal_node_json_result.py +5 -2
  100. vellum/types/terminal_node_number_result.py +30 -0
  101. vellum/types/terminal_node_result.py +5 -2
  102. vellum/types/terminal_node_result_data.py +5 -2
  103. vellum/types/terminal_node_result_output.py +11 -0
  104. vellum/types/terminal_node_search_results_result.py +5 -2
  105. vellum/types/terminal_node_string_result.py +5 -2
  106. vellum/types/test_suite_test_case.py +5 -2
  107. vellum/types/upload_document_error_response.py +5 -2
  108. vellum/types/upload_document_response.py +5 -2
  109. vellum/types/vellum_variable.py +5 -2
  110. vellum/types/vellum_variable_type.py +8 -3
  111. vellum/types/workflow_event_error.py +5 -2
  112. vellum/types/workflow_execution_actual_chat_history_request.py +5 -2
  113. vellum/types/workflow_execution_actual_json_request.py +5 -2
  114. vellum/types/workflow_execution_actual_string_request.py +5 -2
  115. vellum/types/workflow_execution_node_result_event.py +5 -2
  116. vellum/types/workflow_execution_workflow_result_event.py +5 -2
  117. vellum/types/workflow_node_result_data.py +11 -0
  118. vellum/types/workflow_node_result_event.py +5 -2
  119. vellum/types/workflow_request_chat_history_input_request.py +5 -2
  120. vellum/types/workflow_request_json_input_request.py +5 -2
  121. vellum/types/workflow_request_string_input_request.py +5 -2
  122. vellum/types/workflow_result_event.py +5 -2
  123. vellum/types/workflow_result_event_output_data.py +11 -0
  124. vellum/types/workflow_result_event_output_data_chat_history.py +5 -2
  125. vellum/types/workflow_result_event_output_data_json.py +5 -2
  126. vellum/types/workflow_result_event_output_data_number.py +36 -0
  127. vellum/types/workflow_result_event_output_data_search_results.py +5 -2
  128. vellum/types/workflow_result_event_output_data_string.py +5 -2
  129. {vellum_ai-0.0.41.dist-info → vellum_ai-0.0.43.dist-info}/METADATA +2 -2
  130. vellum_ai-0.0.43.dist-info/RECORD +175 -0
  131. vellum/types/content_type.py +0 -22
  132. vellum_ai-0.0.41.dist-info/RECORD +0 -170
  133. {vellum_ai-0.0.41.dist-info → vellum_ai-0.0.43.dist-info}/WHEEL +0 -0
@@ -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
@@ -8,6 +8,7 @@ import typing_extensions
8
8
 
9
9
  from .workflow_result_event_output_data_chat_history import WorkflowResultEventOutputDataChatHistory
10
10
  from .workflow_result_event_output_data_json import WorkflowResultEventOutputDataJson
11
+ from .workflow_result_event_output_data_number import WorkflowResultEventOutputDataNumber
11
12
  from .workflow_result_event_output_data_search_results import WorkflowResultEventOutputDataSearchResults
12
13
  from .workflow_result_event_output_data_string import WorkflowResultEventOutputDataString
13
14
 
@@ -21,6 +22,15 @@ class WorkflowResultEventOutputData_String(WorkflowResultEventOutputDataString):
21
22
  allow_population_by_field_name = True
22
23
 
23
24
 
25
+ class WorkflowResultEventOutputData_Number(WorkflowResultEventOutputDataNumber):
26
+ type: typing_extensions.Literal["NUMBER"]
27
+
28
+ class Config:
29
+ frozen = True
30
+ smart_union = True
31
+ allow_population_by_field_name = True
32
+
33
+
24
34
  class WorkflowResultEventOutputData_Json(WorkflowResultEventOutputDataJson):
25
35
  type: typing_extensions.Literal["JSON"]
26
36
 
@@ -50,6 +60,7 @@ class WorkflowResultEventOutputData_SearchResults(WorkflowResultEventOutputDataS
50
60
 
51
61
  WorkflowResultEventOutputData = typing.Union[
52
62
  WorkflowResultEventOutputData_String,
63
+ WorkflowResultEventOutputData_Number,
53
64
  WorkflowResultEventOutputData_Json,
54
65
  WorkflowResultEventOutputData_ChatHistory,
55
66
  WorkflowResultEventOutputData_SearchResults,
@@ -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]
@@ -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]
@@ -0,0 +1,36 @@
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 .workflow_node_result_event_state import WorkflowNodeResultEventState
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class WorkflowResultEventOutputDataNumber(pydantic.BaseModel):
16
+ id: typing.Optional[str]
17
+ name: str
18
+ state: WorkflowNodeResultEventState
19
+ node_id: str
20
+ delta: typing.Optional[str] = pydantic.Field(
21
+ description="The newly output string value. Only relevant for string outputs with a state of STREAMING."
22
+ )
23
+ value: typing.Optional[int]
24
+
25
+ def json(self, **kwargs: typing.Any) -> str:
26
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
27
+ return super().json(**kwargs_with_defaults)
28
+
29
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
30
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
31
+ return super().dict(**kwargs_with_defaults)
32
+
33
+ class Config:
34
+ frozen = True
35
+ smart_union = True
36
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -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.41
3
+ Version: 0.0.43
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,175 @@
1
+ vellum/__init__.py,sha256=NUvdl3b1SdibOS5ql7pXZ074LzmuCR4Axr8DlCx0P4o,12219
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=s90vCNjernEAxYjnAn-HR8i4Z9wxU0unCa2HMSrO8Kg,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=njsPMVdWyYXZ_8atxS9Gd7spoj3ESKYdQa_JLJndysg,7431
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=uiiJ8klpeAssBQucp7iJ-xx9960d_df8dZgfzJfUQsY,16668
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=LPIKYzdA3Iu3T5fn_e_FfXj4e0Gr7SICSQNVN-MAaOs,2055
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=tgj97fSPy5I2XlPCyVng67gRqJ5uiWpYhmvA0U0iQU0,2056
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_type_deprecated.py,sha256=3b6Q2MfPb1W2OxohLqUp1sDecL01eV_HwRHpCByipgQ,574
71
+ vellum/types/model_version_build_config.py,sha256=olweaWo63MJ5hnecA6C9UkkWKIMPbe0l2E8-8JG11JQ,1312
72
+ vellum/types/model_version_compile_prompt_response.py,sha256=I5GQgyhE6HpxOL3MHHrEPqp6vKYarU4N3Qp8iZZciBI,1056
73
+ vellum/types/model_version_compiled_prompt.py,sha256=kEivdO6Telihn25iBa4UQz5yvI3Fg2KaoovQ2AnIbE0,1168
74
+ vellum/types/model_version_exec_config.py,sha256=14gVZNz-Hxg7ocEZQs3LQ3BUAL3Vcxo-SxAYC64beIQ,1632
75
+ vellum/types/model_version_exec_config_parameters.py,sha256=RzhbO7holFFrAmT3crLUPpIPDJm-QDBHT65Kuhnmvek,1178
76
+ vellum/types/model_version_read.py,sha256=AS4gd1omt74QDnwUVoHwE8Doyi7dxQkfxYcmQMByhSE,2436
77
+ vellum/types/model_version_read_status_enum.py,sha256=Fkciaj4_EHRfNfa6okK4mPbmgCOLaEPkdsoGBYEGkv8,1032
78
+ vellum/types/model_version_sandbox_snapshot.py,sha256=yxan0nnKQh8YKZgYCV8H2VrtA7_OlQEtbHMVpGwcgW0,1217
79
+ vellum/types/node_input_compiled_chat_history_value.py,sha256=ZVUjSYuz4DeJU7sUcexHTcJSxhOSha1XNBjNlmL-QE8,1003
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=XiRvy2UDvAm8I66qrdvalKr_f5dgO_BTnSpdDTK3ZHw,2032
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=sBOD07BMRl2Fyzv-3Xgrf0ayVZGLcGuU_ZS8L5PEaGc,1536
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_json_result.py,sha256=_vHc09B-SU0GhFSE6GgNRspvgoxkuf48Lw8uKiaeUj4,936
131
+ vellum/types/templating_node_number_result.py,sha256=MU9sOJrZSqUEEn9mAo6pY8ea2zqsYJ8iEnud2NwLYuA,913
132
+ vellum/types/templating_node_result.py,sha256=nLjZgVqCr3Zl5JIlrjfcyRJt11B8l4VCMmu-ApkAPMM,964
133
+ vellum/types/templating_node_result_data.py,sha256=kyDRROaumQFof-kIiKrchvOfh2umqCFxAh3b0Fcy5-w,976
134
+ vellum/types/templating_node_result_output.py,sha256=QUqp7N_FfL59Vcfhgty03e-qVLjv55JjJ30vat-KwmE,1953
135
+ vellum/types/templating_node_search_results_result.py,sha256=jvR3bWQsKawjlV3e2rpakTkrb7pBR1InZVV1Gzg3OjQ,982
136
+ vellum/types/templating_node_string_result.py,sha256=6RDWtxGZSPFJPSNncbT0hXRDdMjBfoftDdQfTnGwLlw,913
137
+ vellum/types/terminal_node_chat_history_result.py,sha256=4uj65lHbRA_XDKme7RKT2uKDm4pGyMjuH3qvcsnIOX0,1108
138
+ vellum/types/terminal_node_json_result.py,sha256=cXfFWr355b0C45jBIMmZC59JRMKLMWPVLctdH6bonGM,1067
139
+ vellum/types/terminal_node_number_result.py,sha256=_9J7gGGsjCwXRv_GN6NevnI4VmVutqq4O-GUuuJR8go,1044
140
+ vellum/types/terminal_node_result.py,sha256=K8b1aD9HuGF83YCHZnex8q7-WMuh52rC31_wK_PRPWU,956
141
+ vellum/types/terminal_node_result_data.py,sha256=Ev4xZWdWp6vu0YQljVvSpV5J360pf-K-hE3s10C5Ijs,968
142
+ vellum/types/terminal_node_result_output.py,sha256=KS5lujl7YKh5__DyPJ_tQ2UPpbAR4n6-XB4PV9--d8Y,1901
143
+ vellum/types/terminal_node_search_results_result.py,sha256=McUYdCDNtbQGxTLhdOEevdowY0tok4on8ylMMLXYm24,1113
144
+ vellum/types/terminal_node_string_result.py,sha256=iAtk5T5y9m1bee93BKsJZlLavow5H0Xf2hKa0F_nnD8,1044
145
+ vellum/types/test_suite_test_case.py,sha256=z0c1OPNv3-W33YjRVg7-Dp_2Q5Mljx1zLO7s4YN2knQ,1562
146
+ vellum/types/upload_document_error_response.py,sha256=j2NahdS7jnklF9sGIaw7SbDEa3QhnzsDG3mG6prbGSQ,886
147
+ vellum/types/upload_document_response.py,sha256=6SY4OqEHIg_EUgOwU2rSdWeNDQULUt2LZv6zN-QCJ7Y,956
148
+ vellum/types/vellum_variable.py,sha256=mVchGYwlkdti5QKb4nTqalA_rotmwhI0fLlT-dmrweQ,964
149
+ vellum/types/vellum_variable_type.py,sha256=KEBBKQFX37EfW5dS8JxiGXlrn8y9qRgUcKM1CkoQWFA,1159
150
+ vellum/types/workflow_event_error.py,sha256=X1jEuhnsZoh75FN6XpTvtbO67UD_1SiACsBk5bhn3wQ,1001
151
+ vellum/types/workflow_execution_actual_chat_history_request.py,sha256=skI-SuvBfJc8wxH2EDMqyKCGUgjfFFBUPkCLyncHgmM,2014
152
+ vellum/types/workflow_execution_actual_json_request.py,sha256=hVKpBukLehwDUopO7iiKv-wTvxDDg4SXMYmmexZDMo0,1951
153
+ vellum/types/workflow_execution_actual_string_request.py,sha256=uKnv8Ds88GF-Jjc1BoaFhhqmw89MnWeD4JyrpUjjttA,1928
154
+ vellum/types/workflow_execution_event_error_code.py,sha256=bM5TjSoKMSYqwiaZqqBP61W0HcCozzVTZ6Diz-WaJWE,1921
155
+ vellum/types/workflow_execution_event_type.py,sha256=-sK04wKr1L-3IqZNkDGXRjXuH6jHjZ4-0RXBT66iN_U,567
156
+ vellum/types/workflow_execution_node_result_event.py,sha256=JLcfZBXO1cFPpxd2BAo_ah1Apku8nbqhFh0rUotnOSo,1066
157
+ vellum/types/workflow_execution_workflow_result_event.py,sha256=vf4iqhXjSF8gNZol9TJH03rw4bXrH-AOBgI6vWaYFtk,1057
158
+ vellum/types/workflow_node_result_data.py,sha256=PUbFrAUI6tecvytyzVsMwNWsJJTqeNN-VzS2rVpq6fA,2039
159
+ vellum/types/workflow_node_result_event.py,sha256=rowQ3ZzdFVm2KWHS4U0NjYy-wNOTUXYpYx1Zr1IYbgM,1441
160
+ vellum/types/workflow_node_result_event_state.py,sha256=6CIcJo1UrVEv83s9u8jgIwUpejMpFEUkZsylTBNUWMY,1035
161
+ vellum/types/workflow_request_chat_history_input_request.py,sha256=qnbW2l-3k0AgwKNDAam29pvYmMGMn0V4aTXSR2YlXuQ,1072
162
+ vellum/types/workflow_request_input_request.py,sha256=ffPjQ9OakOFcQx5yuCjitvtkHCynJxB3GCcs5rFffN4,1293
163
+ vellum/types/workflow_request_json_input_request.py,sha256=VbcQsnTp4myLN_wRSmkxMJILaDgaPjZQKovNTpkp1Is,1009
164
+ vellum/types/workflow_request_string_input_request.py,sha256=L1Zl1_K7Tlqjaz5pJfb8Q4GG2BVKWJzw2Wos6IEJpxM,986
165
+ vellum/types/workflow_result_event.py,sha256=lMguy0yzxJKx_9F6KHb_3kz-52iUk-bN6gFmSCyQGrw,1245
166
+ vellum/types/workflow_result_event_output_data.py,sha256=ISFjEhCizggLYZLEnlcpMn1iG4xPaYbhsD02X_ssWnY,2131
167
+ vellum/types/workflow_result_event_output_data_chat_history.py,sha256=g-pnQ0q_z_2sAi6YqK6ZkxiJsEHmNcDb9i-UNxvL9JY,1318
168
+ vellum/types/workflow_result_event_output_data_json.py,sha256=jWazBChbXRuNitkENjA1ITbpe61g1ZE06arsycPccwY,1277
169
+ vellum/types/workflow_result_event_output_data_number.py,sha256=k4XL7IZONzsa-yTjpRtnadf9Nr0WaY_eMmDD_twI_eM,1254
170
+ vellum/types/workflow_result_event_output_data_search_results.py,sha256=frCaJ5kWrIqCeV-waBNfd7rO4fqWe5aYpSI8PM4-oRw,1323
171
+ vellum/types/workflow_result_event_output_data_string.py,sha256=TByZxyQh9ci4UIdEmoEi_JK1U_JwYCnVZeB_4kGuXKM,1405
172
+ vellum/types/workflow_stream_event.py,sha256=OQUSzwoM-OCfWxNzeOVVLsjCue_WWqin3tGMtwvp_rc,873
173
+ vellum_ai-0.0.43.dist-info/METADATA,sha256=OLCn_FraCRmTeN2seo_0efXPhhqft3Rb9qO2aogoJhY,3483
174
+ vellum_ai-0.0.43.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
175
+ vellum_ai-0.0.43.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 ContentType(str, enum.Enum):
10
- """
11
- * `STRING` - STRING
12
- * `JSON` - JSON
13
- """
14
-
15
- STRING = "STRING"
16
- JSON = "JSON"
17
-
18
- def visit(self, string: typing.Callable[[], T_Result], json: typing.Callable[[], T_Result]) -> T_Result:
19
- if self is ContentType.STRING:
20
- return string()
21
- if self is ContentType.JSON:
22
- return json()
@@ -1,170 +0,0 @@
1
- vellum/__init__.py,sha256=_KovXJlVM3VHlihV038L-2TgamE4ly80vgg3vkOfPLI,11489
2
- vellum/client.py,sha256=FYeBxIqLp46svFX9q5FxcuKCWy2IJ2zKPg5tpQAEXro,35246
3
- vellum/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
- vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- vellum/core/client_wrapper.py,sha256=z6kp2AF3c-92hPSKP6gfPYtiN5BsJZJSWeA08T0IkU8,1214
6
- vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
- vellum/core/jsonable_encoder.py,sha256=yHrx0C19n1H77G-GanO-HsFyBPVMlsJz7WffsHwXEVI,3710
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=06pP109CFrpxAPzkLIV-gae-rJLPRwoGRyhow0jJ_go,2402
20
- vellum/resources/document_indexes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
21
- vellum/resources/document_indexes/client.py,sha256=mHdhUhWuL-CM488B253HSIAt0KvByo8u_j6L_U1CNKQ,6279
22
- vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
23
- vellum/resources/documents/client.py,sha256=ocEZA32cf0oNyGgzE9_aqo1NSJ-eFH5KBHk_gCE_lYY,14728
24
- vellum/resources/model_versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
25
- vellum/resources/model_versions/client.py,sha256=cn43BsIMUyL5MsbT3W7Ra9G7UBjGD1Kj5pzu690aDwI,5301
26
- vellum/resources/registered_prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
27
- vellum/resources/registered_prompts/client.py,sha256=s41wC2ourMkXb4uLlazeFBiMKcdConLL5ziJjF2bQhs,7335
28
- vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
29
- vellum/resources/sandboxes/client.py,sha256=tE4B4Gob6XF1CXxDCCO1Q4ea3YulTiOYxZqf5DrLDIo,7599
30
- vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
31
- vellum/resources/test_suites/client.py,sha256=5bxNFLiAAqFSToMgR77Bfk10X3CmStPHxdAwE48esW0,7786
32
- vellum/types/__init__.py,sha256=lc1RWrnaQGC7NiO-KfDJlOenWGxorfAxf0_YdvE09cI,15742
33
- vellum/types/block_type_enum.py,sha256=BQ8ZN1OKhOdmHeQ3-bhMfkLLohirsNhHPljBJX8Bbmo,1051
34
- vellum/types/chat_message.py,sha256=jyL61WqNIhf9eoceNL84J5s0CgPraoRsw2DXbvkwyhs,845
35
- vellum/types/chat_message_request.py,sha256=nysXdnk1P603ozFhuj-Ls4X56DJZ7ZRdjEqg7ArzNZw,852
36
- vellum/types/chat_message_role.py,sha256=VscYXloHNYjiThf7g6OsMxO0S8p0ZUa0G6sakaWhc1g,914
37
- vellum/types/conditional_node_result.py,sha256=JGGy8putTCxoUWDgiqDYUr_comWKzkvyXw6n5mm2AkI,872
38
- vellum/types/conditional_node_result_data.py,sha256=tWEfhqzkXViNnrSbsFwGJFhICw-qZR_Kl4tWDmxJEvI,815
39
- vellum/types/content_type.py,sha256=a1VMXJl7XOcb0dPUw1mCHPQMElextdsjvTi-tTeJNsg,508
40
- vellum/types/deployment_read.py,sha256=i6CVSz5NS5Ucql7kRMt02rokOaqiG90t3gYGO0xWTmk,1959
41
- vellum/types/deployment_status.py,sha256=rtsRFv9cx0kEwNYkgscGzo62bvaNME-rU8ZxFlcY0M8,761
42
- vellum/types/document_document_to_document_index.py,sha256=nlYnqNw1A6gHmY7kL7P-vSSnSqanyurQhe5c2lJlbJ8,1538
43
- vellum/types/document_index_read.py,sha256=v7yLTNcMw75Rz9sWAOs0wxPL76XVsz0PzryMeP28Xyo,1793
44
- vellum/types/document_index_status.py,sha256=DtcNtByS8wUEuxfYAW7IQVPSN4HaGJTynP0jNkxgbKE,560
45
- vellum/types/document_read.py,sha256=QTIO9EZHqlSEZasxlF3MX9SAVOSwnL8P8kvmtTtW9_0,2168
46
- vellum/types/document_status.py,sha256=dkotle2rykOxF1QxqcM8af2ORzmFjZR5a7pHXP6SjDQ,144
47
- vellum/types/enriched_normalized_completion.py,sha256=WlqJlNIatYHVHaJF2cjgEOKsTJQQzzghHV2LTivnBI4,1938
48
- vellum/types/environment_enum.py,sha256=16gr0xkzNIO5dhrOnJNjcQ34z9Xk1oE-egW17P0RWDs,799
49
- vellum/types/evaluation_params.py,sha256=eANhfyIi6AZohyMRWHyNyFrdoN-2rYc8Ncp1OHLZlxo,952
50
- vellum/types/evaluation_params_request.py,sha256=R82Gl1NxS-3JCa6ykEb2lSUl7uBeXj1x8CyzLDLvmmc,959
51
- vellum/types/execute_workflow_stream_error_response.py,sha256=znfN8aOTY6QHEtBu3HCncoVcPWyey6f3rqegpzMMtIE,867
52
- vellum/types/finish_reason_enum.py,sha256=JawC1tsGIUCwfGoIjrnD2c4wmbsO5Dx39WPAbwYIWm0,726
53
- vellum/types/generate_error_response.py,sha256=EQqb_UCJ025xaklibPiU21XGb0xJrY5dOGfepFxmS3s,854
54
- vellum/types/generate_options_request.py,sha256=PWK3BzUAxOr0Uz8IKdtRnWDTgC6OtuJkSMxE76xV-Dk,1021
55
- vellum/types/generate_request.py,sha256=g4KUaRFCykWKxz3rLCa4zmrqMsHGaiVwmRjnCBdwPsc,1485
56
- vellum/types/generate_response.py,sha256=oT2DslzpO7DBmEA7vY0KpjEViCeJjqlvpxrLJUmwDIA,1246
57
- vellum/types/generate_result.py,sha256=LNExiM9QqwqBneV9E5bBX9j1nMsmzy2Lva0cLKLktQ4,1301
58
- vellum/types/generate_result_data.py,sha256=-XQuz6hx9w_ztdO1gZ_1shmG4OT1gPVRzwDfUVDtKEw,1015
59
- vellum/types/generate_result_error.py,sha256=D7Ej-zrbFxvcTfYSAeiIMf0c9Wb6UkoTAa7bfk3TmNA,863
60
- vellum/types/generate_stream_response.py,sha256=3v_GQs5tD-t9vvBks4ydSX5GNGdchFfC-nhroomjUCw,858
61
- vellum/types/generate_stream_result.py,sha256=bCdLh9adnMkcp5zklZNmVDTCHurSIF61lm5aVYuT1bI,1011
62
- vellum/types/generate_stream_result_data.py,sha256=SAmrvREwSam6GUUXEWMBFwlO_CqweywU0uJataGghKE,915
63
- vellum/types/indexing_state_enum.py,sha256=7eEvjuZi3dy6XJIYhHgca4XfRDqntaoYTFOOl9AXe78,1181
64
- vellum/types/logical_operator.py,sha256=4AVyWKNKyL8NxaqUKdS8hV7nfRpUlItKDNdC_hkJU9E,4282
65
- vellum/types/logprobs_enum.py,sha256=v3VTlzw1bpuU0hBhcWJTN7JMBS2nWqwertJlaCgxmuY,490
66
- vellum/types/metadata_filter_config_request.py,sha256=pLKP8TARcVrxeC8K9r4pG3Nc7IccUpIMBueIzTh64kk,1237
67
- vellum/types/metadata_filter_rule_combinator.py,sha256=ZBBIJE7lSkyMAuesLQxbqw27S4oE8KTrpEbJdPICL0s,528
68
- vellum/types/metadata_filter_rule_request.py,sha256=kqM1X5ldkxqueKmHihOzBIdSBEqQnJ8lAvXWIu_25DY,1253
69
- vellum/types/model_type_deprecated.py,sha256=3b6Q2MfPb1W2OxohLqUp1sDecL01eV_HwRHpCByipgQ,574
70
- vellum/types/model_version_build_config.py,sha256=HsV4wKFmpRVW8lgBWaJ3r4nRxSE37hnlQJTnDcd0LC4,1216
71
- vellum/types/model_version_compile_prompt_response.py,sha256=4CMPxnvyvNcqgDZFm6Ad5Ke2Yhd6WWik9rgCrORAqVY,960
72
- vellum/types/model_version_compiled_prompt.py,sha256=nWxmFwgb7r86lcyp1KRyewFw-tXFHMTA08SjOpCBtWc,1072
73
- vellum/types/model_version_exec_config.py,sha256=o8QfLTYEIvXtbHLa70VNEyfG1UMj4nZrMWd18c7feTw,1536
74
- vellum/types/model_version_exec_config_parameters.py,sha256=wg83flPrV91h9Z5NFCzkxC6YN8VNR4f07u43Kmi4jX0,1048
75
- vellum/types/model_version_read.py,sha256=lP607146PXjOsS5PwJWYaZdPAxmKZZCwE5IinSKYKJc,2340
76
- vellum/types/model_version_read_status_enum.py,sha256=Fkciaj4_EHRfNfa6okK4mPbmgCOLaEPkdsoGBYEGkv8,1032
77
- vellum/types/model_version_sandbox_snapshot.py,sha256=2O8LemVVhZ1Dtno-wtyzvj3X9CnBX5sx5ryVRWnfv3o,1121
78
- vellum/types/node_input_compiled_chat_history_value.py,sha256=IGI-xG-gbM9dP-KgIwMdDRcbu-xuyXHc-pcwATU8TEA,907
79
- vellum/types/node_input_compiled_json_value.py,sha256=Cv1YZdPNUQHz9G6iSbBh1NWTneC49zmsQDNhZdMckWI,866
80
- vellum/types/node_input_compiled_search_results_value.py,sha256=XaI04a2UdQTaUVStLYBPulNBuedbah1m7_X8AcUbYfw,912
81
- vellum/types/node_input_compiled_string_value.py,sha256=M7jOVjXbPMf33iRPEAjVQSZplh1-rO4LdusGgWvCnkI,843
82
- vellum/types/node_input_variable_compiled_value.py,sha256=amLfqnmbuuQG6MuLNPnlzgKIPZaMST8dURv21qPPKNM,1677
83
- vellum/types/normalized_log_probs.py,sha256=CDCuGsghJT_Km3bl8d_K28HmWmlrQJUiZDY6Z2jR5_k,917
84
- vellum/types/normalized_token_log_probs.py,sha256=xKkw22S69gGNC0Aa13fZjXwkd90L6EjDHlidoeRKQA8,918
85
- vellum/types/paginated_slim_document_list.py,sha256=YZ1B_1vOgvMT7KyCddjCRG4A9daBrT2zjFtpLqsi4rs,966
86
- vellum/types/processing_failure_reason_enum.py,sha256=YxYs-fZd957LUlO0tNRY-jSNkki8quIJX8ElzNhEnlw,752
87
- vellum/types/processing_state_enum.py,sha256=c3eTs4vo-7053YYXL6-n74qPCYOsxgunY15qgFMl3X0,962
88
- vellum/types/prompt_node_result.py,sha256=dbuTp_9aWgUVdiwV65ZkwWsJekR3dQ1ys4I-q8kzZl8,852
89
- vellum/types/prompt_node_result_data.py,sha256=G1-RkI2_KDP1B7fuL2jC2ZnVBGGngoByf7_NjbFunU0,849
90
- vellum/types/prompt_template_block.py,sha256=mi02mgRPYmaFV6r0wpsaVSZUNhMzfZMJMhs6fyidYjY,1068
91
- vellum/types/prompt_template_block_data.py,sha256=fXCVvE3O8i36xJ0XMYcYoJzRrP43r2R8Fg0XMb5t7rE,887
92
- vellum/types/prompt_template_block_data_request.py,sha256=42A_nuiktsx_FvHI75LO8hW9Ut7Ry3vmzTnn7bXEY5M,916
93
- vellum/types/prompt_template_block_properties.py,sha256=Na2i7Plwf1PUtWvxrapG1nNke1vdIiJhJ6cL5GxQTmo,1468
94
- vellum/types/prompt_template_block_properties_request.py,sha256=2NDXBpDZxLwh1XLt6XSgspYBmDowMrTdq7dmwKy-cuI,1504
95
- vellum/types/prompt_template_block_request.py,sha256=quFl-OJWS50WejVxf4KLTCvUbyQFmyZ_QMfar8bM_i4,1104
96
- vellum/types/provider_enum.py,sha256=sBOD07BMRl2Fyzv-3Xgrf0ayVZGLcGuU_ZS8L5PEaGc,1536
97
- vellum/types/register_prompt_error_response.py,sha256=scbOZsfk1iS0iSVfHJcOS3_uWpRg-jnK-4GD8Bhu3b8,860
98
- vellum/types/register_prompt_model_parameters_request.py,sha256=XCCxpNgj7NWB72OL1oqEfmsBRufwv99qqa_CrKheUbc,1052
99
- vellum/types/register_prompt_prompt.py,sha256=2lL_oj6qOJZ0_3o6ome7r2kLDD_pyy1dm4wMXIK0xuI,939
100
- vellum/types/register_prompt_prompt_info_request.py,sha256=f6I355D7CaYccwV2TSCqHqniGIPkANwvHeTX0kEqGxU,1221
101
- vellum/types/register_prompt_response.py,sha256=XPnU-LXV0ZSY_AurNFh8_Ot2RqUBXTcugVrQKe82zZI,1732
102
- vellum/types/registered_prompt_deployment.py,sha256=TvM_2nxCrmSkf4X0IlPbIs2UlmMR7LPL3j7karSMyXY,1053
103
- vellum/types/registered_prompt_input_variable_request.py,sha256=vczC114uO8v__kcozuq9Rq77HT8GAffaUfhk4BfupN0,924
104
- vellum/types/registered_prompt_model_version.py,sha256=pyDfZ5FNU_QUb9HeMBRwspy-4J_BhL1B2BoNPCy_r7o,961
105
- vellum/types/registered_prompt_sandbox.py,sha256=-aZ0xajblUGSiVKyuQlb-NVuxCFBBMbP0dPxX3qbPOA,944
106
- vellum/types/registered_prompt_sandbox_snapshot.py,sha256=AnbBjIyuqipqOChd1r8b5kkOYoP6xnGZBWY6gE7PId0,864
107
- vellum/types/sandbox_metric_input_params.py,sha256=RZ9XzHq3Q7s8H9dO6UFCYzXCq6m50Bn0CybJeyyP4g4,865
108
- vellum/types/sandbox_metric_input_params_request.py,sha256=KKZYc_ECqlL14QSTCdUe4kb_yJsmTgtL-r6xapBWQ-Q,894
109
- vellum/types/sandbox_scenario.py,sha256=copKePi9jWLwBFt3aCwo8_elA88ZDCL8d1sMIWEG5EY,1118
110
- vellum/types/scenario_input.py,sha256=ehlx6aI3PJ7mNdoRjPG88QPtnJOKwMIJ452_PCOBfpU,1012
111
- vellum/types/scenario_input_request.py,sha256=Bd12pm0JZclpU8rv_FtRO1gjybJ0gfUxWmuxbNGvF0I,1041
112
- vellum/types/scenario_input_type_enum.py,sha256=K25pst92SH1W686DMb29bMGeSvGVCM6KDjOBIs5Tw4k,580
113
- vellum/types/search_error_response.py,sha256=y2AXs2G-Xbg0ZXr5p5qmVy_5P-J2Kc9dZ1Xp-s1es1g,852
114
- vellum/types/search_filters_request.py,sha256=ux6TYJoo2_-vgwNp1epPx4fI1uMpa_UFz5DKVsMeTFo,1125
115
- vellum/types/search_node_result.py,sha256=7Zb1VeeUaPI_vc7AsPLkXADdD8ohqg2MwZJ4CnJCph0,852
116
- vellum/types/search_node_result_data.py,sha256=vO30-UusfuVdRY9-O8BXhUL0oK0c3JYQZIXeik76G2Y,1063
117
- vellum/types/search_request_options_request.py,sha256=g8w3fGm308Z9L7iuV-0ZMAIdRd2uSi7pANT98ptFIHc,1483
118
- vellum/types/search_response.py,sha256=4ZxXL4uMFY3L2AjlSq9p32_3cUGkEQDJJW6Fum87GEM,975
119
- vellum/types/search_result.py,sha256=7jD_UCp4o4KT3cO12vbbUMPkPOWczg6K75hqoj9jGPM,1210
120
- vellum/types/search_result_document.py,sha256=w_7ITw_STz_4EH_hLivQqNuTwwz9vQrQQZIhh5Zk0iA,1322
121
- vellum/types/search_result_merging_request.py,sha256=Ovo5lHy6oOlI1s45ACIfOodWBuGy-gw-RiC0tjdK2tM,857
122
- vellum/types/search_weights_request.py,sha256=yV3Xw-DVcuPm0xyuuldJG2PTuSX7dGLGD-Iw4LdW6Tg,980
123
- vellum/types/slim_document.py,sha256=vjSMsgAN7fFyVWdmF90wBrZj2Mjly0Lb9plVaHicy_8,2978
124
- vellum/types/submit_completion_actual_request.py,sha256=-pQwvogz_sOYC84nEGmadU6u8CVPJ1nbSxxv_-7PRg8,1691
125
- vellum/types/submit_completion_actuals_error_response.py,sha256=QNnj1rxZslfNjAl_miZPrllESlkdyppu-LFkRbHcuu0,799
126
- vellum/types/submit_workflow_execution_actual_request.py,sha256=hazWw_rBxap8g0QAqlrO-qYFu3gJV_XXVgquWkDVsi0,1413
127
- vellum/types/templating_node_chat_history_result.py,sha256=Ff55t3eWZgFwdffnfcXbPTZ4gz7gsLdTSbIDwcak1Rs,881
128
- vellum/types/templating_node_json_result.py,sha256=qERoKpAzfEiDdBMu5oH0qrj1PHsXXCr-rtVTzODIR-g,840
129
- vellum/types/templating_node_result.py,sha256=FDvN2kPHfxbvYB-2xIzwjJ9zlCvLaG-RF1kUm28OF1w,868
130
- vellum/types/templating_node_result_data.py,sha256=dtv75V4HldSRJgMTNG2bnSDxXw_kdoA36vDgqqoCRRM,880
131
- vellum/types/templating_node_result_output.py,sha256=lXzOSF4EOpe9Hkg0U5UO4f_YTR05iTWEWzCW1qUM1cE,1613
132
- vellum/types/templating_node_search_results_result.py,sha256=idqzC52SzCLz1SbUMICXI0Fg8nB9GruG0AQjwUWo5BU,886
133
- vellum/types/templating_node_string_result.py,sha256=rGEAEKqYyjOzrCPmxgvlt06BbKlKqndQvfLYbz_5ntw,817
134
- vellum/types/terminal_node_chat_history_result.py,sha256=tUPNLwjrQ8u6-Pk3a3Ikpzy51zhLQMw6KW_t76MaETU,1012
135
- vellum/types/terminal_node_json_result.py,sha256=DJuiyXo0h5cgjsbyBFNPQCMx7VCeDeqWdP9tZtX2SAQ,971
136
- vellum/types/terminal_node_result.py,sha256=nHc0fLBqFS6a5CBnY9oBGcKTzC98B9ERwt-K1MqnAvg,860
137
- vellum/types/terminal_node_result_data.py,sha256=Bj4VBuUtvWKFbd99rFglGNtEJbXi9njFGPG6gqls9g4,872
138
- vellum/types/terminal_node_result_output.py,sha256=s2lFNSYA9t5vHxmceVdBaydoNhESiKddesc6qNmX-Cs,1571
139
- vellum/types/terminal_node_search_results_result.py,sha256=NQJ4vPTDZ6ExRPRslve_JkCdSinwg1WPuUvqdZnw0wQ,1017
140
- vellum/types/terminal_node_string_result.py,sha256=lrSiVeLEZQuMZV87S6FptGX1l-tYForX8kCpMqZBJRs,948
141
- vellum/types/test_suite_test_case.py,sha256=hyhRVfVPKtU1-73-zEEDDMmJQdR1Rt0QVxDwLz4VXG4,1466
142
- vellum/types/upload_document_error_response.py,sha256=RtRoZdm_W_Ln1EWeRz_9ZVyVHjeAdcE_HRjYV6dUjlc,790
143
- vellum/types/upload_document_response.py,sha256=cl_gOIqf1AbGgxTmJX-bxdYwB701GnCw9GTtit4_cE8,860
144
- vellum/types/vellum_variable.py,sha256=g9y5uJyi75Tz01VMtEYFrNSMghuXc0Bcf-xZOp1lBiU,868
145
- vellum/types/vellum_variable_type.py,sha256=SC0qYwxmHKzZnigIl6V7quqAqJ1OnIwOcIjEWJnTUZo,992
146
- vellum/types/workflow_event_error.py,sha256=sSMdq8BjhN59Q8f1d3KtQJbpzqvo_Cbbq1jUtgoMjBg,905
147
- vellum/types/workflow_execution_actual_chat_history_request.py,sha256=dQf0pNgl7Y_T5CGqfdTpFyNhigiLXL8rj4ThdMKn0rw,1918
148
- vellum/types/workflow_execution_actual_json_request.py,sha256=A0r2Puzzxyr2j9sSgXfuYUP3duZYGYmXbsLQwQk90UY,1855
149
- vellum/types/workflow_execution_actual_string_request.py,sha256=HlgTyMLdyZlB3G_gMFf67VrxVHEbYMdqQ7ZXyCp6bZw,1832
150
- vellum/types/workflow_execution_event_error_code.py,sha256=bM5TjSoKMSYqwiaZqqBP61W0HcCozzVTZ6Diz-WaJWE,1921
151
- vellum/types/workflow_execution_event_type.py,sha256=-sK04wKr1L-3IqZNkDGXRjXuH6jHjZ4-0RXBT66iN_U,567
152
- vellum/types/workflow_execution_node_result_event.py,sha256=QOodFbzl8_B1lKzezquTYXEmZlz_g4sIVMn9a46fXus,970
153
- vellum/types/workflow_execution_workflow_result_event.py,sha256=weRBlGDCtKFsCOrkMLNm1Hc7p2OjShONwkkyW52MhCY,961
154
- vellum/types/workflow_node_result_data.py,sha256=ZupPUt7nvVYyivFs8CynmS5xEi1ZRPlgSkXgLT-cB48,1756
155
- vellum/types/workflow_node_result_event.py,sha256=t2nUEkRaxTHcxLjSKRGTW3fchTB6g_CloBlqoTJHqqE,1345
156
- vellum/types/workflow_node_result_event_state.py,sha256=6CIcJo1UrVEv83s9u8jgIwUpejMpFEUkZsylTBNUWMY,1035
157
- vellum/types/workflow_request_chat_history_input_request.py,sha256=wz2eaji7umjAPHqhIi3t1NZ4mThjMUS1T5NC-0agP7s,976
158
- vellum/types/workflow_request_input_request.py,sha256=ffPjQ9OakOFcQx5yuCjitvtkHCynJxB3GCcs5rFffN4,1293
159
- vellum/types/workflow_request_json_input_request.py,sha256=CrDlsq3I57o3CniNICg1H7Jch9VeBWzP-6lq2IMYlYE,913
160
- vellum/types/workflow_request_string_input_request.py,sha256=zyIqbJHVdJq7oeLANo1tboA1-lZrqoKXGFnm69DM7Bs,890
161
- vellum/types/workflow_result_event.py,sha256=SSqX-E1UUGDD3Wc7abUyXJnqHQ3tpDaLKVkEfwk4id8,1149
162
- vellum/types/workflow_result_event_output_data.py,sha256=B0UeotyE1ho87WTduU087AqJZ9I00eTcpuyYYhS-j_M,1756
163
- vellum/types/workflow_result_event_output_data_chat_history.py,sha256=7x5K-6zESQqCa7N-tklgKSHiXFugSfP7fWnfawYzXGs,1222
164
- vellum/types/workflow_result_event_output_data_json.py,sha256=l9Vl5UMM0vZIKgEuakdSypRghyOLvx0Gc3b1uLpC6LE,1181
165
- vellum/types/workflow_result_event_output_data_search_results.py,sha256=N2wCg5Jlmm25qsL_R6vTJdGzZGdARQ4rSQvDDbj1eNE,1227
166
- vellum/types/workflow_result_event_output_data_string.py,sha256=EcT3h4-NDX_1iMU3ns6RmQLRZsyVBNf9xljR-L1IIA4,1309
167
- vellum/types/workflow_stream_event.py,sha256=OQUSzwoM-OCfWxNzeOVVLsjCue_WWqin3tGMtwvp_rc,873
168
- vellum_ai-0.0.41.dist-info/METADATA,sha256=HhuPudRwT0G2sHY3hKFOaig0m0V2QGHZqJMerM8geJA,3487
169
- vellum_ai-0.0.41.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
170
- vellum_ai-0.0.41.dist-info/RECORD,,