vellum-ai 0.0.18__py3-none-any.whl → 0.0.25__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. vellum/__init__.py +119 -16
  2. vellum/client.py +341 -77
  3. vellum/core/__init__.py +11 -2
  4. vellum/core/client_wrapper.py +27 -0
  5. vellum/core/remove_none_from_dict.py +11 -0
  6. vellum/errors/__init__.py +2 -1
  7. vellum/errors/forbidden_error.py +9 -0
  8. vellum/resources/deployments/client.py +35 -15
  9. vellum/resources/document_indexes/client.py +64 -16
  10. vellum/resources/documents/client.py +110 -35
  11. vellum/resources/model_versions/client.py +67 -25
  12. vellum/resources/registered_prompts/client.py +80 -16
  13. vellum/resources/sandboxes/client.py +90 -25
  14. vellum/resources/test_suites/client.py +90 -25
  15. vellum/types/__init__.py +108 -0
  16. vellum/types/conditional_node_result.py +25 -0
  17. vellum/types/conditional_node_result_data.py +24 -0
  18. vellum/types/deployment_node_result.py +25 -0
  19. vellum/types/deployment_node_result_data.py +26 -0
  20. vellum/types/deployment_read.py +2 -6
  21. vellum/types/document.py +3 -7
  22. vellum/types/document_document_to_document_index.py +2 -2
  23. vellum/types/document_index_read.py +3 -7
  24. vellum/types/enriched_normalized_completion.py +5 -9
  25. vellum/types/evaluation_params.py +1 -3
  26. vellum/types/evaluation_params_request.py +1 -3
  27. vellum/types/execute_workflow_stream_error_response.py +24 -0
  28. vellum/types/generate_error_response.py +1 -1
  29. vellum/types/generate_request.py +3 -7
  30. vellum/types/generate_result.py +2 -6
  31. vellum/types/generate_result_data.py +1 -1
  32. vellum/types/generate_result_error.py +1 -1
  33. vellum/types/model_version_build_config.py +2 -6
  34. vellum/types/model_version_compile_prompt_response.py +1 -1
  35. vellum/types/model_version_compiled_prompt.py +2 -4
  36. vellum/types/model_version_exec_config.py +3 -3
  37. vellum/types/model_version_read.py +7 -10
  38. vellum/types/model_version_sandbox_snapshot.py +3 -5
  39. vellum/types/prompt_node_result.py +25 -0
  40. vellum/types/prompt_node_result_data.py +26 -0
  41. vellum/types/prompt_template_block_properties.py +1 -0
  42. vellum/types/prompt_template_block_properties_request.py +3 -2
  43. vellum/types/prompt_template_block_request.py +1 -1
  44. vellum/types/prompt_template_input_variable.py +1 -1
  45. vellum/types/prompt_template_input_variable_request.py +1 -1
  46. vellum/types/provider_enum.py +5 -0
  47. vellum/types/register_prompt_error_response.py +1 -1
  48. vellum/types/register_prompt_prompt.py +2 -2
  49. vellum/types/register_prompt_prompt_info_request.py +1 -1
  50. vellum/types/register_prompt_response.py +5 -7
  51. vellum/types/registered_prompt_deployment.py +3 -3
  52. vellum/types/registered_prompt_model_version.py +2 -2
  53. vellum/types/registered_prompt_sandbox.py +2 -2
  54. vellum/types/registered_prompt_sandbox_snapshot.py +1 -1
  55. vellum/types/sandbox_node_result.py +25 -0
  56. vellum/types/sandbox_node_result_data.py +26 -0
  57. vellum/types/sandbox_scenario.py +2 -2
  58. vellum/types/scenario_input_request.py +1 -1
  59. vellum/types/search_error_response.py +1 -1
  60. vellum/types/search_filters_request.py +1 -1
  61. vellum/types/search_node_result.py +25 -0
  62. vellum/types/search_node_result_data.py +27 -0
  63. vellum/types/search_request_options_request.py +4 -6
  64. vellum/types/search_response.py +1 -1
  65. vellum/types/search_result.py +3 -3
  66. vellum/types/search_result_merging_request.py +1 -1
  67. vellum/types/search_weights_request.py +2 -2
  68. vellum/types/slim_document.py +5 -9
  69. vellum/types/submit_completion_actual_request.py +5 -15
  70. vellum/types/terminal_node_chat_history_result.py +26 -0
  71. vellum/types/terminal_node_json_result.py +25 -0
  72. vellum/types/terminal_node_result.py +25 -0
  73. vellum/types/terminal_node_result_data.py +25 -0
  74. vellum/types/terminal_node_result_output.py +40 -0
  75. vellum/types/terminal_node_string_result.py +25 -0
  76. vellum/types/test_suite_test_case.py +4 -8
  77. vellum/types/upload_document_response.py +1 -1
  78. vellum/types/workflow_event_error.py +26 -0
  79. vellum/types/workflow_execution_event_error_code.py +31 -0
  80. vellum/types/workflow_execution_node_result_event.py +27 -0
  81. vellum/types/workflow_execution_workflow_result_event.py +27 -0
  82. vellum/types/workflow_node_result_data.py +72 -0
  83. vellum/types/workflow_node_result_event.py +33 -0
  84. vellum/types/workflow_node_result_event_state.py +36 -0
  85. vellum/types/workflow_request_chat_history_input_request.py +28 -0
  86. vellum/types/workflow_request_input_request.py +40 -0
  87. vellum/types/workflow_request_json_input_request.py +27 -0
  88. vellum/types/workflow_request_string_input_request.py +27 -0
  89. vellum/types/workflow_result_event.py +31 -0
  90. vellum/types/workflow_result_event_output_data.py +40 -0
  91. vellum/types/workflow_result_event_output_data_chat_history.py +32 -0
  92. vellum/types/workflow_result_event_output_data_json.py +31 -0
  93. vellum/types/workflow_result_event_output_data_string.py +33 -0
  94. vellum/types/workflow_stream_event.py +29 -0
  95. {vellum_ai-0.0.18.dist-info → vellum_ai-0.0.25.dist-info}/METADATA +1 -1
  96. vellum_ai-0.0.25.dist-info/RECORD +149 -0
  97. vellum/core/remove_none_from_headers.py +0 -11
  98. vellum_ai-0.0.18.dist-info/RECORD +0 -113
  99. {vellum_ai-0.0.18.dist-info → vellum_ai-0.0.25.dist-info}/WHEEL +0 -0
@@ -0,0 +1,33 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ import pydantic
7
+
8
+ from ..core.datetime_utils import serialize_datetime
9
+ from .workflow_node_result_event_state import WorkflowNodeResultEventState
10
+
11
+
12
+ class WorkflowResultEventOutputDataString(pydantic.BaseModel):
13
+ name: str
14
+ state: WorkflowNodeResultEventState
15
+ node_id: str
16
+ delta: typing.Optional[str] = pydantic.Field(
17
+ description="The newly output string value, meant to be concatenated with all previous. Will be non-null for events of state STREAMING."
18
+ )
19
+ value: typing.Optional[str] = pydantic.Field(
20
+ description="The entire string value. Will be non-null for events of state FULFILLED."
21
+ )
22
+
23
+ def json(self, **kwargs: typing.Any) -> str:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().json(**kwargs_with_defaults)
26
+
27
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
28
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
29
+ return super().dict(**kwargs_with_defaults)
30
+
31
+ class Config:
32
+ frozen = True
33
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,29 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ from __future__ import annotations
4
+
5
+ import typing
6
+
7
+ import typing_extensions
8
+
9
+ from .workflow_execution_node_result_event import WorkflowExecutionNodeResultEvent
10
+ from .workflow_execution_workflow_result_event import WorkflowExecutionWorkflowResultEvent
11
+
12
+
13
+ class WorkflowStreamEvent_Workflow(WorkflowExecutionWorkflowResultEvent):
14
+ type: typing_extensions.Literal["WORKFLOW"]
15
+
16
+ class Config:
17
+ frozen = True
18
+ allow_population_by_field_name = True
19
+
20
+
21
+ class WorkflowStreamEvent_Node(WorkflowExecutionNodeResultEvent):
22
+ type: typing_extensions.Literal["NODE"]
23
+
24
+ class Config:
25
+ frozen = True
26
+ allow_population_by_field_name = True
27
+
28
+
29
+ WorkflowStreamEvent = typing.Union[WorkflowStreamEvent_Workflow, WorkflowStreamEvent_Node]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.0.18
3
+ Version: 0.0.25
4
4
  Summary:
5
5
  Requires-Python: >=3.7,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -0,0 +1,149 @@
1
+ vellum/__init__.py,sha256=9RCdgUoRefhJ34wM99DcQdmyTWWNa2UlI6RMpLRPXhs,8829
2
+ vellum/client.py,sha256=7SMtIjWqHdvAazARjFgvxmO0LgsbBMDJbhZ8exzG1Xw,31377
3
+ vellum/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
+ vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
+ vellum/core/client_wrapper.py,sha256=wNp6eZVx2wfl0CBL2eRja6VzGPjd-VH0F27tkE1YSGk,758
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=cCnzNh50THrjuM8hAB6M40bTtKWo4u4mEHo8P1OCHt0,2867
20
+ vellum/resources/document_indexes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
21
+ vellum/resources/document_indexes/client.py,sha256=Ced_UO_Ds1EU-TGTSCtzH7vCSE1JoM2XoUE9RB9tVJg,7198
22
+ vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
23
+ vellum/resources/documents/client.py,sha256=X8lLotljPCN2PMPmGp73VemD3kfFUMqGXPpdSu6oMBo,9555
24
+ vellum/resources/model_versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
25
+ vellum/resources/model_versions/client.py,sha256=EURN_8gzN_jxq1ElyOIud4RZm2xFNua9kI--ntR0FdQ,5890
26
+ vellum/resources/registered_prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
27
+ vellum/resources/registered_prompts/client.py,sha256=s4TEIuvDN8jeSAkq0XpY6_AjpOxUTGR5IOIa-lYvbLE,8056
28
+ vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
29
+ vellum/resources/sandboxes/client.py,sha256=pj0PeQocAszu5-uPXjsOOSvGkHfgJpHIzmTfU5-CmPM,8292
30
+ vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
31
+ vellum/resources/test_suites/client.py,sha256=KzFNGnFLRGkgrdZIpXtSOKntsqE79GPl1kkGc6qhNJg,8419
32
+ vellum/types/__init__.py,sha256=a26Ej8u21x9Hx_Pr4uWTsNE9BqNTdZTPum0sb7X-QTg,12177
33
+ vellum/types/block_type_enum.py,sha256=BQ8ZN1OKhOdmHeQ3-bhMfkLLohirsNhHPljBJX8Bbmo,1051
34
+ vellum/types/chat_message.py,sha256=ESrounRUkV54kKOgc2oaz_mPvpl-xntCDfxEnSt9A4c,818
35
+ vellum/types/chat_message_request.py,sha256=7M8f8F6qRSl93WxkiEsZAJLrQYVRkKchkcbUmcikK7o,825
36
+ vellum/types/chat_message_role.py,sha256=VscYXloHNYjiThf7g6OsMxO0S8p0ZUa0G6sakaWhc1g,914
37
+ vellum/types/conditional_node_result.py,sha256=HyMAfBdqpUMVydhDR5V1nX4Vzr93rn8t8so-abMaZio,845
38
+ vellum/types/conditional_node_result_data.py,sha256=00r_gnLm_vl21ca3msx2h8E2kAfuf38stbJm2OLGBLc,788
39
+ vellum/types/content_type.py,sha256=a1VMXJl7XOcb0dPUw1mCHPQMElextdsjvTi-tTeJNsg,508
40
+ vellum/types/deployment_node_result.py,sha256=ogzAlyhpH4_w9PKPMOVMRvseRv_t3FJLHS2bauK3pQo,841
41
+ vellum/types/deployment_node_result_data.py,sha256=5SMqC-X7S99aEvhfTUZ579affaisap-OG7ELWwDnfZU,826
42
+ vellum/types/deployment_read.py,sha256=5kVlMBaB9wFSmata5kNrLO1Gjr7HU519kzzsD_J-zPE,2157
43
+ vellum/types/deployment_read_status_enum.py,sha256=LrMcVcuZcPJqWYmbE_am0G_pQl_fDYKO1ktnzdVECqQ,793
44
+ vellum/types/document.py,sha256=fdiJyRyO0nec1foyfYDMy1K9mZlI80qSUT5_lMmYoyo,1160
45
+ vellum/types/document_document_to_document_index.py,sha256=UUIbQNz5ejctfe_VFReG8JHp1oD7ESFQOeuCkNWurys,1511
46
+ vellum/types/document_index_read.py,sha256=b-ps3EnmTE1_NSCIpAae0eqw_X3_LpgV9xIJsqCUxNU,1910
47
+ vellum/types/document_index_status.py,sha256=DtcNtByS8wUEuxfYAW7IQVPSN4HaGJTynP0jNkxgbKE,560
48
+ vellum/types/enriched_normalized_completion.py,sha256=CrDe9H5Nz38mPT32klFpzg4Z8b2hMVIQP_O3g-F5r3Q,1911
49
+ vellum/types/environment_enum.py,sha256=16gr0xkzNIO5dhrOnJNjcQ34z9Xk1oE-egW17P0RWDs,799
50
+ vellum/types/evaluation_params.py,sha256=t3jChEFTUnXPMrNRpq9YuKQ8ssfuOZBi96Pbx3SImx4,925
51
+ vellum/types/evaluation_params_request.py,sha256=eukfuCti2IOT_IjMiRTiD7wT02cM_z9Ce7pysiszdZg,932
52
+ vellum/types/execute_workflow_stream_error_response.py,sha256=-KQkHjITDFhnvuDyyuowUaE85dGqgjIJBHkmqzFle9A,840
53
+ vellum/types/finish_reason_enum.py,sha256=JawC1tsGIUCwfGoIjrnD2c4wmbsO5Dx39WPAbwYIWm0,726
54
+ vellum/types/generate_error_response.py,sha256=Aavv-cQ1-u98EubN4qPhKMgC7z9JQeFGvA4lbxqEmp8,827
55
+ vellum/types/generate_options_request.py,sha256=Na9CyN716hkI48L4taLaSpqkIM6JXiK_8NehRrlCsjQ,994
56
+ vellum/types/generate_request.py,sha256=1Fyalh9DRb7-pMbnO72x29NnNCLPISF_BPreudEWMmg,1458
57
+ vellum/types/generate_response.py,sha256=oT2DslzpO7DBmEA7vY0KpjEViCeJjqlvpxrLJUmwDIA,1246
58
+ vellum/types/generate_result.py,sha256=5do7CsL6vxDuOq07y7_6hHZTxcsGj2TB8SXX4fS5lsk,1274
59
+ vellum/types/generate_result_data.py,sha256=sR5EwBTT3slGCZOPGNiTEQLKt4LZMxuGjn_hkj46xHc,988
60
+ vellum/types/generate_result_error.py,sha256=_lrlnCFbGuk2f1AKkPNmsMpuNhlB9VB-dOZNFGv01GE,836
61
+ vellum/types/generate_stream_response.py,sha256=MBmVP8oMtlfS8eJ6gDLStQYw2HUTyN_EWejgQKxbWHo,831
62
+ vellum/types/generate_stream_result.py,sha256=-2JnN1QN8uLfI4o8H--6L1EOZVj-h9TK9Z1JwoFUsoY,984
63
+ vellum/types/generate_stream_result_data.py,sha256=ksjbaZsumPAzdZ-nvr2Y_rHnVnpR_keVJ0xQCBEpimc,888
64
+ vellum/types/indexing_state_enum.py,sha256=7eEvjuZi3dy6XJIYhHgca4XfRDqntaoYTFOOl9AXe78,1181
65
+ vellum/types/logprobs_enum.py,sha256=v3VTlzw1bpuU0hBhcWJTN7JMBS2nWqwertJlaCgxmuY,490
66
+ vellum/types/model_type_enum.py,sha256=-g8fwOI8c5IY9zSijz46UZzlXswbUnF9KoeIJvgnu6Y,556
67
+ vellum/types/model_version_build_config.py,sha256=ZxCM2ydZBQtVgC8o-oUeVZMco_AQu41avBmWZ6ADXuk,1189
68
+ vellum/types/model_version_compile_prompt_response.py,sha256=KILXpq-Gegr5vyWCYqJDF2zDQSJuHAcQpZYyj0EIwks,933
69
+ vellum/types/model_version_compiled_prompt.py,sha256=h9lUQPqz8NY1ZbLE2lWAzrWsrLbd5BdWKsyeZuMN2rU,1045
70
+ vellum/types/model_version_exec_config.py,sha256=W9SzwbfEZVjojomoICcHb0O_xedF6t7hy3g49ZddMgc,1563
71
+ vellum/types/model_version_exec_config_parameters.py,sha256=AD9p1t3_EU48bNTjGTk7ITkjZ8FhHEOSPK315LGiWKo,1021
72
+ vellum/types/model_version_read.py,sha256=7QWCmU8HtbVKL1zj-YAsxKA2Rglq-WZuxcuXsOdrKSw,2600
73
+ vellum/types/model_version_read_status_enum.py,sha256=Fkciaj4_EHRfNfa6okK4mPbmgCOLaEPkdsoGBYEGkv8,1032
74
+ vellum/types/model_version_sandbox_snapshot.py,sha256=yLNE5SwB3ggiUloYdY01QDJGgyYrk4llcFbPlbJO_g4,1094
75
+ vellum/types/normalized_log_probs.py,sha256=t1i4XLxRJ699vec8ddwz_2Uvdwt2zpWjIu_y9yjJd4k,890
76
+ vellum/types/normalized_token_log_probs.py,sha256=DSoHMSaoxdw2rzEuafJl9ygwpMzQ3XBHoazOdi3jEPs,891
77
+ vellum/types/paginated_slim_document_list.py,sha256=YfSKrQLehmWOBHL8gMLzXsc7hdvfau9MWhRXl9jfNwA,939
78
+ vellum/types/processing_failure_reason_enum.py,sha256=ecSnROXttGJ9pro1tWv5gLFM5FhCt5T0FA_v5OToeA4,175
79
+ vellum/types/processing_state_enum.py,sha256=c3eTs4vo-7053YYXL6-n74qPCYOsxgunY15qgFMl3X0,962
80
+ vellum/types/prompt_node_result.py,sha256=eDpePeTR90n82vIfsURZdKeysKg3dswBOS8ugEYehec,825
81
+ vellum/types/prompt_node_result_data.py,sha256=uZnpeG0odY6Lp1PLGCgqVNvyfkFNyoSSw_0A5Y6v9WQ,822
82
+ vellum/types/prompt_template_block.py,sha256=my4rE1G1CnUiSVQrNE2mnOWlpx_H99Hr-Yt2O1TfF1A,1041
83
+ vellum/types/prompt_template_block_data.py,sha256=ah0PBJch96eciYomf_DRY-o9rpQ5_hrnhGdpTuk5ap0,860
84
+ vellum/types/prompt_template_block_data_request.py,sha256=aZdwVA1GqUWUGmPOp909jScbAPBpnfHpbY9U--cWrIQ,889
85
+ vellum/types/prompt_template_block_properties.py,sha256=eISFc4ayebNMAsCE2mjkCu9pZ97hTgeST7HPWNxW_38,1441
86
+ vellum/types/prompt_template_block_properties_request.py,sha256=ZFmkp1nSs4x0ClJb9cnS_MFQCaDBIfnj26YtuYNTTUk,1675
87
+ vellum/types/prompt_template_block_request.py,sha256=K1lJmT9bJjuUPPiFq02PG6tCMtvCz_XsD62rwQY9MgE,1162
88
+ vellum/types/prompt_template_input_variable.py,sha256=SvQ37BvzIdlLJ4vu8fWr7j0mIGJ4qoVDM8jeFHp98Ro,824
89
+ vellum/types/prompt_template_input_variable_request.py,sha256=g_MCcBf7LpXSdqpfZ2ENKEnOJxF5_cPLtGDmIrYVoAc,899
90
+ vellum/types/provider_enum.py,sha256=sBOD07BMRl2Fyzv-3Xgrf0ayVZGLcGuU_ZS8L5PEaGc,1536
91
+ vellum/types/register_prompt_error_response.py,sha256=_AuvU97wMrU8XiQjsPBgjB-0ClC3sPPvlKlaUlPqyTE,833
92
+ vellum/types/register_prompt_model_parameters_request.py,sha256=aWB5KTcU5HWVvM5ml0KnfxY1W3fb8TiCamCAoSEFiqQ,1025
93
+ vellum/types/register_prompt_prompt.py,sha256=IiPN5m1bn5imZyLezJ9KY6z_i2JIkBcK8-plL_bCd44,912
94
+ vellum/types/register_prompt_prompt_info_request.py,sha256=-smHzpEbXJneqVsGyJHaOiGnYSGCnu0JljLa3NehxOc,1197
95
+ vellum/types/register_prompt_response.py,sha256=lannMME34xIhZ-xywPV_qzuuJyIhe1_aRvqYxuoufpU,1705
96
+ vellum/types/registered_prompt_deployment.py,sha256=WyABdEzQQkC0ZjmZqfvfp5lVximtmiF8H2aiIpWa0AU,1026
97
+ vellum/types/registered_prompt_model_version.py,sha256=3BbgvQfgQvlrG-K1ly5VO-v-MdsuH5qkeoNSzZGHzq0,934
98
+ vellum/types/registered_prompt_sandbox.py,sha256=kjiCP6zGZksvB8grl_QWTcmTr-4oCAvb1WKG8mDfEKs,917
99
+ vellum/types/registered_prompt_sandbox_snapshot.py,sha256=PwCYNTU_24kicLLNH2sOh-1LqZD6aEcGRqQuKVFxIp8,837
100
+ vellum/types/sandbox_metric_input_params.py,sha256=N0N9Z-nTDHCrTmi95fEFiQ0YAE-p6-vndtf0Ib9tMDw,838
101
+ vellum/types/sandbox_metric_input_params_request.py,sha256=P-5sfEzMiJ1J62DUsH0ByDHQy_0qNEDDSlSEKMVN1NA,867
102
+ vellum/types/sandbox_node_result.py,sha256=Hrq2B3eb6APszXSS7b1WR5hx96qh72KaFyAiGqbDS04,829
103
+ vellum/types/sandbox_node_result_data.py,sha256=WOOzcpMaxxj-5DM-qeoIgTCCXfsz4cu8hXyFLWFLJzo,823
104
+ vellum/types/sandbox_scenario.py,sha256=e5ob_nBjbukzhQQORA_6hHrz69_EfUtkXYSJxVe3UvY,1091
105
+ vellum/types/scenario_input.py,sha256=HlIlDBGyOpnJ0-bhGq8qgkQisUw-kQDEQiw0bFqfthA,985
106
+ vellum/types/scenario_input_request.py,sha256=S0ZlWNMd5M4whSj2UMgAJ2DQyX6DRQ6iIUhsgK44zW4,1099
107
+ vellum/types/scenario_input_type_enum.py,sha256=K25pst92SH1W686DMb29bMGeSvGVCM6KDjOBIs5Tw4k,580
108
+ vellum/types/search_error_response.py,sha256=IjVI4BcFsQJ3TbyvR707mn2i5rC8LM16Ug4DMU8k6JE,825
109
+ vellum/types/search_filters_request.py,sha256=jZih0gTa1NT4azrs0H0Vt3IwzuX-GCu7JPHg13L3qk0,877
110
+ vellum/types/search_node_result.py,sha256=n3dSEGjnNMTrSVkcorNIAjzZ2fh3RVFaN_qmmdjtMzA,825
111
+ vellum/types/search_node_result_data.py,sha256=t5goMZ4NNwXgYgxI7S43a7JBB2kUTsiIAx4xHPalm5M,894
112
+ vellum/types/search_request_options_request.py,sha256=PHCnq0FNTh10fV4h-g1KJRqkhKMBilHc1el3M1lR4YI,1456
113
+ vellum/types/search_response.py,sha256=VuPbVXkJ_OHDuJJEGZDVwB7DcTbcTmstixantli7lwM,948
114
+ vellum/types/search_result.py,sha256=WRAlpIxxNDmSOkoEWHshK74zmuItDrbOwvvChrb33lQ,1145
115
+ vellum/types/search_result_merging_request.py,sha256=2P02ejNr_m_Sx_vdPTQEcDuGPdFI_37nExX9UNQD0pk,830
116
+ vellum/types/search_weights_request.py,sha256=EdAbOOXOWXCq0C3lziyRHTuNIlODw0BECQNu9IUlfZ0,953
117
+ vellum/types/slim_document.py,sha256=0x6_etT0rBakpvqqg0CA9z_cjIFrpD_axf6FdYBTn_0,2798
118
+ vellum/types/slim_document_status_enum.py,sha256=_j2jq3_Acudzgb2tlDIwvl6aBkRLoZ0HAbnKtVCi5G8,152
119
+ vellum/types/submit_completion_actual_request.py,sha256=k5BHx1JUfq8XcLbBZOsbSNzVA3xNVNVFsJkM7tMtXpo,1656
120
+ vellum/types/submit_completion_actuals_error_response.py,sha256=8ZNcGD7l4crYQoKn4LTdMKbRVGHs3v-M3ER9lTkKzmM,772
121
+ vellum/types/terminal_node_chat_history_result.py,sha256=SvlvoLfQFxUNRpaBNAbE6X72X54GrM1ERmaZ373efto,939
122
+ vellum/types/terminal_node_json_result.py,sha256=X9Dzwy25RcBLU_8s2pK5bc-nHWRfoOUslJyKYAj0SsU,898
123
+ vellum/types/terminal_node_result.py,sha256=dNdckayDfIQ_LR9IKfklxyFfJErPgtxA9tzsDUXjiPA,833
124
+ vellum/types/terminal_node_result_data.py,sha256=4fsLNH_jkTOIKViXfHavkpE2GhB5NBUJdnVni82tEpk,845
125
+ vellum/types/terminal_node_result_output.py,sha256=QkdMPv5SH8gvtfVd2md9KoAe2inIBMINGul94ZZ-YXE,1107
126
+ vellum/types/terminal_node_string_result.py,sha256=puo54vwX0G-3zDZVRlz5deVA8K-lOQQt0Lu50g8zWmA,875
127
+ vellum/types/test_suite_test_case.py,sha256=_zk_wcESjEWG_fePNPLXsmvpFJmB_bPueacVLVeihNg,1439
128
+ vellum/types/upload_document_error_response.py,sha256=VNSsUbd0TSCKnlBohoKv1h3AJDJeicH-q3kjkXpxKG4,763
129
+ vellum/types/upload_document_response.py,sha256=wi6kn2SWkE5ZlbSQvGXKuQUZInz-2ik1ib7A4kqvkGo,833
130
+ vellum/types/workflow_event_error.py,sha256=yfO80RYvpxF0JN3OVhgxZQJ6Dh2wJTNkPxl1jxSJ-yY,878
131
+ vellum/types/workflow_execution_event_error_code.py,sha256=lYB7GiXyjrxadkmGonWbHpqSlG-C1UZevTJ1rjXzuG0,1164
132
+ vellum/types/workflow_execution_node_result_event.py,sha256=rmPtIWArB7_CPYERP6QXQldxx6CHkjN5Pjbw2335x-E,904
133
+ vellum/types/workflow_execution_workflow_result_event.py,sha256=rvmBd85iLtLbK2lFLfw9ZI_kUa8pYIk2_O4lkDP4b7Q,895
134
+ vellum/types/workflow_node_result_data.py,sha256=GKReluwy6m6mVpv-KnZnLWFzpSfDOkCEkHRqhwJqkQk,1901
135
+ vellum/types/workflow_node_result_event.py,sha256=nNTvO9ZzzcWkwJvxxuN8MHoKNCoEraHVBXFb1GhP0qY,1152
136
+ vellum/types/workflow_node_result_event_state.py,sha256=6CIcJo1UrVEv83s9u8jgIwUpejMpFEUkZsylTBNUWMY,1035
137
+ vellum/types/workflow_request_chat_history_input_request.py,sha256=bl2BEJGcDoasJjgi0u5b7rS4q1xbZpDAarwwV8aO3Mk,1018
138
+ vellum/types/workflow_request_input_request.py,sha256=6Qrcg_aBdeY99qcN8Q0WLp8pnBjAvyjCXQaQe1vDFEk,1212
139
+ vellum/types/workflow_request_json_input_request.py,sha256=0HFLwZKEgYuvv-hV8UYTOAp4eogU2OKoHS8d5q0Ysys,955
140
+ vellum/types/workflow_request_string_input_request.py,sha256=CeOApKxntw8ZbiR1tpdALh6bDI8REFoWOYS6PGM4QCQ,932
141
+ vellum/types/workflow_result_event.py,sha256=VNfPxmdP6rIzOzRlMFC1zoJvxhmjPhAppMAkHlc5xs8,1114
142
+ vellum/types/workflow_result_event_output_data.py,sha256=cJRwRPhbz8LdrfPsyzza0D95Aw4bAiMn8NS5wPnP1Bo,1247
143
+ vellum/types/workflow_result_event_output_data_chat_history.py,sha256=viyNe9VF8-vQxStcOXzw0srmKLmyVugSAKcpqJHCmso,1166
144
+ vellum/types/workflow_result_event_output_data_json.py,sha256=-zLIOCCOurui_vXE_WJlaDO5xfTQx81EGyWdgSurItk,1125
145
+ vellum/types/workflow_result_event_output_data_string.py,sha256=EqTpT1SJxagtuFCxFkJuze64MgUjGuZlzYEOqnR1UGM,1253
146
+ vellum/types/workflow_stream_event.py,sha256=sVpX2OBZq-vVn8A74opHnV_pD83eoICS5_aJ1H9WjxM,819
147
+ vellum_ai-0.0.25.dist-info/METADATA,sha256=pAkQSqNhmswSoOwrX1tgVwXJ7pxj-PYsrWnBoPkrr7c,3487
148
+ vellum_ai-0.0.25.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
149
+ vellum_ai-0.0.25.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from typing import Dict, Optional
4
-
5
-
6
- def remove_none_from_headers(headers: Dict[str, Optional[str]]) -> Dict[str, str]:
7
- new_headers: Dict[str, str] = {}
8
- for header_key, header_value in headers.items():
9
- if header_value is not None:
10
- new_headers[header_key] = header_value
11
- return new_headers
@@ -1,113 +0,0 @@
1
- vellum/__init__.py,sha256=MaOW7RZNwj7AF6_EC4qOTxZyd3CMRt8dbn5M2XeqJLc,5243
2
- vellum/client.py,sha256=7YIOLhlcSMvbxMfuVNSHifv4d2bSXU_Bpz30EPovn90,17951
3
- vellum/core/__init__.py,sha256=qQP1ec3_wC4q9KA3hqDEqyllC-z5Bza2NPQbADBq5f8,348
4
- vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
6
- vellum/core/jsonable_encoder.py,sha256=yHrx0C19n1H77G-GanO-HsFyBPVMlsJz7WffsHwXEVI,3710
7
- vellum/core/remove_none_from_headers.py,sha256=paKMgUVWJW133a_5y5lV00bhOuZOgZqWrON_oGNuzCA,385
8
- vellum/environment.py,sha256=bcAFjoE9XXd7tiysYS90Os669IJmUMZS2JZ_ZQn0Dpg,498
9
- vellum/errors/__init__.py,sha256=xjntlzv3BB-_KCu5fCXRFaOKOE7kLzxiKSUXvIWKJmE,340
10
- vellum/errors/bad_request_error.py,sha256=jvBFMSUKdTc6ya16S5O7zwaFnPhOm8N4DjIom_pw5pc,248
11
- vellum/errors/conflict_error.py,sha256=DFxSC0nkPmb6_3lR018RksrzHH5-LOStlLnTetamGfs,327
12
- vellum/errors/internal_server_error.py,sha256=E0rgqJC0-LcetLi1HmSi92KpvNkGSRCIdBeEqT_ln1s,252
13
- vellum/errors/not_found_error.py,sha256=P65k-Lm2RuefAVSNLER5hH-4P99SGohKy2cOPSrIxNk,246
14
- vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- vellum/resources/__init__.py,sha256=ceVGZa6cItlSHYeXoDUeCJuYVs73cUxghmL6MTL3Vp4,339
16
- vellum/resources/deployments/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
17
- vellum/resources/deployments/client.py,sha256=-tkz0NYeG6jHUmUc5W_CniGZfPgcVTkH-Lb0K8lldQc,2259
18
- vellum/resources/document_indexes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
19
- vellum/resources/document_indexes/client.py,sha256=IQ_LnCV8QmJEE5cEbepKngYS7st67S31eng1G9oVq3s,4080
20
- vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
21
- vellum/resources/documents/client.py,sha256=RFkUlRETZeOOsvZzw-m1NqP3oSOjTUeNWO4t0K0EqRs,6809
22
- vellum/resources/model_versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
23
- vellum/resources/model_versions/client.py,sha256=iMp3910WRthkUulW643qUA_20FbxNJQ7PF3oepEwZr0,4344
24
- vellum/resources/registered_prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
25
- vellum/resources/registered_prompts/client.py,sha256=DEVf9WePGMy2L_7qYHyVawztfzYqjFW-9rSGTu6tI_Y,4486
26
- vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
27
- vellum/resources/sandboxes/client.py,sha256=ysZjWAhPdQMZ_-BPRGa_kZ1qbZpV5MybJHAshAlY1vQ,5355
28
- vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
29
- vellum/resources/test_suites/client.py,sha256=1NSTOub8ZU6adHnQWeAES1q03c2Z4FPn4WizXPFksIw,5146
30
- vellum/types/__init__.py,sha256=662VcHl-w12fTGZmHtsMex5NXtqL8atdQgu_LaEv38E,7317
31
- vellum/types/block_type_enum.py,sha256=BQ8ZN1OKhOdmHeQ3-bhMfkLLohirsNhHPljBJX8Bbmo,1051
32
- vellum/types/chat_message.py,sha256=ESrounRUkV54kKOgc2oaz_mPvpl-xntCDfxEnSt9A4c,818
33
- vellum/types/chat_message_request.py,sha256=7M8f8F6qRSl93WxkiEsZAJLrQYVRkKchkcbUmcikK7o,825
34
- vellum/types/chat_message_role.py,sha256=VscYXloHNYjiThf7g6OsMxO0S8p0ZUa0G6sakaWhc1g,914
35
- vellum/types/content_type.py,sha256=a1VMXJl7XOcb0dPUw1mCHPQMElextdsjvTi-tTeJNsg,508
36
- vellum/types/deployment_read.py,sha256=gXsBhDIcXku7dELYEqAjlTRslzu0YKRYfeB74GXdlGc,2209
37
- vellum/types/deployment_read_status_enum.py,sha256=LrMcVcuZcPJqWYmbE_am0G_pQl_fDYKO1ktnzdVECqQ,793
38
- vellum/types/document.py,sha256=z0OOuAaaiiZCWvgRTQH2gS1Nf2rT785qmRSy1na8iqQ,1216
39
- vellum/types/document_document_to_document_index.py,sha256=grcq5hdYfyrVNUfMOKVf-4S0R2ElWH_FTgxqg_69nfU,1519
40
- vellum/types/document_index_read.py,sha256=dkXbp1CsII8ElWUsOat6p5gotTtXvomD4T9gw7Az3rY,1966
41
- vellum/types/document_index_status.py,sha256=DtcNtByS8wUEuxfYAW7IQVPSN4HaGJTynP0jNkxgbKE,560
42
- vellum/types/enriched_normalized_completion.py,sha256=SdneO6WvqwNi-pdi7TUpBNl_fzBhuzr-FZbxilUy91Y,1967
43
- vellum/types/environment_enum.py,sha256=16gr0xkzNIO5dhrOnJNjcQ34z9Xk1oE-egW17P0RWDs,799
44
- vellum/types/evaluation_params.py,sha256=dHB4KZPCtEqK6XllkfR9xyx4-JApGENYAKm2m1JQDN4,951
45
- vellum/types/evaluation_params_request.py,sha256=_5FR4SLCFplQDJ9MIcbuZuj6Wl5Dmrxknzivp4LGLFg,958
46
- vellum/types/finish_reason_enum.py,sha256=JawC1tsGIUCwfGoIjrnD2c4wmbsO5Dx39WPAbwYIWm0,726
47
- vellum/types/generate_error_response.py,sha256=u5zOFiVS8zqwb1s9OZVUmHj6_y_niGmOa_FJrNWI4ew,831
48
- vellum/types/generate_options_request.py,sha256=Na9CyN716hkI48L4taLaSpqkIM6JXiK_8NehRrlCsjQ,994
49
- vellum/types/generate_request.py,sha256=dTRvRx7BQUZTjCQw8bAue_7pet3zHWwo-vojHGQwTDM,1514
50
- vellum/types/generate_response.py,sha256=oT2DslzpO7DBmEA7vY0KpjEViCeJjqlvpxrLJUmwDIA,1246
51
- vellum/types/generate_result.py,sha256=9KF1AmLWki2qBeuvG2k5sq_ePrnPVTI0LoAfmLwkgVg,1326
52
- vellum/types/generate_result_data.py,sha256=XS4ZWLu2c8hTCS3tcdl78mX67Yn1Wdq_Extlo9WLK4s,992
53
- vellum/types/generate_result_error.py,sha256=BG1pSzGGVZYFyjVt25DJaddf-9wDJzeCERSiqinTr3w,840
54
- vellum/types/generate_stream_response.py,sha256=MBmVP8oMtlfS8eJ6gDLStQYw2HUTyN_EWejgQKxbWHo,831
55
- vellum/types/generate_stream_result.py,sha256=-2JnN1QN8uLfI4o8H--6L1EOZVj-h9TK9Z1JwoFUsoY,984
56
- vellum/types/generate_stream_result_data.py,sha256=ksjbaZsumPAzdZ-nvr2Y_rHnVnpR_keVJ0xQCBEpimc,888
57
- vellum/types/indexing_state_enum.py,sha256=7eEvjuZi3dy6XJIYhHgca4XfRDqntaoYTFOOl9AXe78,1181
58
- vellum/types/logprobs_enum.py,sha256=v3VTlzw1bpuU0hBhcWJTN7JMBS2nWqwertJlaCgxmuY,490
59
- vellum/types/model_type_enum.py,sha256=-g8fwOI8c5IY9zSijz46UZzlXswbUnF9KoeIJvgnu6Y,556
60
- vellum/types/model_version_build_config.py,sha256=2jE9B6Qd-jW5xIXHS5y03bFMQhGTu44k0qkh1MSOcxI,1241
61
- vellum/types/model_version_compile_prompt_response.py,sha256=_OH1BoBfQuHXLjvTsI-Bt5jr4wmjvx-48mCq284VpmQ,937
62
- vellum/types/model_version_compiled_prompt.py,sha256=zlPb0ISBCn2Oz3DzfN1OUxeDWQ0uYo6FCQTGYamzCFM,1075
63
- vellum/types/model_version_exec_config.py,sha256=Cx4WWlM0TeQiRKwfyR4qp5g5T927GSGGItACV_YsA6s,1575
64
- vellum/types/model_version_exec_config_parameters.py,sha256=AD9p1t3_EU48bNTjGTk7ITkjZ8FhHEOSPK315LGiWKo,1021
65
- vellum/types/model_version_read.py,sha256=haSuBUvjoCRChHJ-2QqEOSC9GKyRYlBBq5JHuIIH7PE,2632
66
- vellum/types/model_version_read_status_enum.py,sha256=Fkciaj4_EHRfNfa6okK4mPbmgCOLaEPkdsoGBYEGkv8,1032
67
- vellum/types/model_version_sandbox_snapshot.py,sha256=lbHXh4kXwJ9b4rDI70wwOXSYRJiGKcvzfbjj6X2kRag,1120
68
- vellum/types/normalized_log_probs.py,sha256=t1i4XLxRJ699vec8ddwz_2Uvdwt2zpWjIu_y9yjJd4k,890
69
- vellum/types/normalized_token_log_probs.py,sha256=DSoHMSaoxdw2rzEuafJl9ygwpMzQ3XBHoazOdi3jEPs,891
70
- vellum/types/paginated_slim_document_list.py,sha256=YfSKrQLehmWOBHL8gMLzXsc7hdvfau9MWhRXl9jfNwA,939
71
- vellum/types/processing_failure_reason_enum.py,sha256=ecSnROXttGJ9pro1tWv5gLFM5FhCt5T0FA_v5OToeA4,175
72
- vellum/types/processing_state_enum.py,sha256=c3eTs4vo-7053YYXL6-n74qPCYOsxgunY15qgFMl3X0,962
73
- vellum/types/prompt_template_block.py,sha256=my4rE1G1CnUiSVQrNE2mnOWlpx_H99Hr-Yt2O1TfF1A,1041
74
- vellum/types/prompt_template_block_data.py,sha256=ah0PBJch96eciYomf_DRY-o9rpQ5_hrnhGdpTuk5ap0,860
75
- vellum/types/prompt_template_block_data_request.py,sha256=aZdwVA1GqUWUGmPOp909jScbAPBpnfHpbY9U--cWrIQ,889
76
- vellum/types/prompt_template_block_properties.py,sha256=y8dsSfxHoW2ITU7QQCpeYRDRJgV1eyyxbSWzlQC-Psg,1398
77
- vellum/types/prompt_template_block_properties_request.py,sha256=3CJ_oq3HaiC7cv43Q_qHpVoWVzKU6h2D8Pe5rxAQY_g,1640
78
- vellum/types/prompt_template_block_request.py,sha256=Xt5L3Bjo5jEReZ3xoxEIdfTQ7dKd9Jku40ZxlLlpss0,1166
79
- vellum/types/prompt_template_input_variable.py,sha256=P8BheJ-FGhIIfqNq1hunVOtK9LYeuaeWdGLqNHPEU_Y,828
80
- vellum/types/prompt_template_input_variable_request.py,sha256=iNETp2O93I_YhJAciNRPFH6Uari-wW2s528O6MYjMNI,903
81
- vellum/types/provider_enum.py,sha256=V3LhJ-IlBFUCrHIfAJfbxNX79giJLB1g13pLUODawYw,1375
82
- vellum/types/register_prompt_error_response.py,sha256=PxE1GgQ995p3-CNv2fLP13KLBF38l02pO-webA478ms,837
83
- vellum/types/register_prompt_model_parameters_request.py,sha256=aWB5KTcU5HWVvM5ml0KnfxY1W3fb8TiCamCAoSEFiqQ,1025
84
- vellum/types/register_prompt_prompt.py,sha256=E-rPwu70Q1qZBkm28c45aEWi0Yeg0Nb2SfFZf7WKWEI,920
85
- vellum/types/register_prompt_prompt_info_request.py,sha256=hi6FA_U1oRAzR5Jec1XnhGDSrjHC-ml5X7pbqvd_z9c,1201
86
- vellum/types/register_prompt_response.py,sha256=qMlHfCI0ltvbxiiKNDQIipUP7mZoZh4BgjrH6_CTzMY,1739
87
- vellum/types/registered_prompt_deployment.py,sha256=lWyGvfQ309bcvanWbO9L38TKQj0-lToGmQjKYvx-VJw,1038
88
- vellum/types/registered_prompt_model_version.py,sha256=qpmEfB45pA72IcXFz25goh9A_yePtEeUcCbLNNrGo6A,942
89
- vellum/types/registered_prompt_sandbox.py,sha256=8fQD7OeOMZz0-ZQOE-UIpDILXfc4xb3437akW2UzAZ8,925
90
- vellum/types/registered_prompt_sandbox_snapshot.py,sha256=wU1DKwW36386mmZZZ5IrVtQ1xt_yvckBUTqAfqP6HKg,841
91
- vellum/types/sandbox_metric_input_params.py,sha256=N0N9Z-nTDHCrTmi95fEFiQ0YAE-p6-vndtf0Ib9tMDw,838
92
- vellum/types/sandbox_metric_input_params_request.py,sha256=P-5sfEzMiJ1J62DUsH0ByDHQy_0qNEDDSlSEKMVN1NA,867
93
- vellum/types/sandbox_scenario.py,sha256=hym5pULIUjIl3rRLXNPkP2n71e9iYbu33zVuEU3sPjk,1099
94
- vellum/types/scenario_input.py,sha256=HlIlDBGyOpnJ0-bhGq8qgkQisUw-kQDEQiw0bFqfthA,985
95
- vellum/types/scenario_input_request.py,sha256=TF2oM-okwDFShLbEySM08gWtndKWBO4ufX8-QuFKF9s,1103
96
- vellum/types/scenario_input_type_enum.py,sha256=K25pst92SH1W686DMb29bMGeSvGVCM6KDjOBIs5Tw4k,580
97
- vellum/types/search_error_response.py,sha256=RosaqTUb9MdCk-DbkRqAWBC8n8IW7izOAM15Hu5thWw,829
98
- vellum/types/search_filters_request.py,sha256=z5_gPQR-geMpkb_AaA1rDhjcwHDUtIosR2lXHPPV1I4,881
99
- vellum/types/search_request_options_request.py,sha256=SyJH_ffuSEAGFpEflfz7570Ms35uY1SZQCQ-q_3l9xY,1486
100
- vellum/types/search_response.py,sha256=-DCVgiAU6t7rtlPh9Wmw5mHmYzOJeI0IY9sNS-aNI1E,952
101
- vellum/types/search_result.py,sha256=9NwesuGMlqkAGiyoAjnolHcIhQxMNrzuSHQL6jQv2xo,1157
102
- vellum/types/search_result_merging_request.py,sha256=i_2C0jPdodqDkqAWUq1g_XW_SVP0EmEFJGK2NQNsdug,834
103
- vellum/types/search_weights_request.py,sha256=tEthjhlOFlxieZAtIEKew9-ocdi5MqpBGr2_McyaUOc,961
104
- vellum/types/slim_document.py,sha256=a1QLLFzcVPxOcKS1w9cjkWRjMJ3KRO6K4G6s6CAN5zI,2862
105
- vellum/types/slim_document_status_enum.py,sha256=_j2jq3_Acudzgb2tlDIwvl6aBkRLoZ0HAbnKtVCi5G8,152
106
- vellum/types/submit_completion_actual_request.py,sha256=0Nz3wlrFcCKI63Z9H6KDV-bPAm79rYh9buatt1cnwe8,1778
107
- vellum/types/submit_completion_actuals_error_response.py,sha256=8ZNcGD7l4crYQoKn4LTdMKbRVGHs3v-M3ER9lTkKzmM,772
108
- vellum/types/test_suite_test_case.py,sha256=1SJWGyCsBlOIGg2ENBdWNCqKhHyJ_p0-bzf4KwMnp0I,1499
109
- vellum/types/upload_document_error_response.py,sha256=VNSsUbd0TSCKnlBohoKv1h3AJDJeicH-q3kjkXpxKG4,763
110
- vellum/types/upload_document_response.py,sha256=aUy76XJX6LpcXywOfP2ysW0YbGLkXJgLzMoDV2jW02E,837
111
- vellum_ai-0.0.18.dist-info/METADATA,sha256=RmNakGIF8oSq2-o4BFrJ04qtdXuItfXiapbRRoPjk4M,3487
112
- vellum_ai-0.0.18.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
113
- vellum_ai-0.0.18.dist-info/RECORD,,