vellum-ai 0.3.20__py3-none-any.whl → 0.3.22__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. vellum/__init__.py +6 -0
  2. vellum/client.py +4 -0
  3. vellum/core/client_wrapper.py +1 -1
  4. vellum/resources/test_suite_runs/client.py +14 -0
  5. vellum/terraform/__init__.py +26 -0
  6. vellum/terraform/_jsii/__init__.py +27 -0
  7. vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  8. vellum/terraform/constraints.json +4 -0
  9. vellum/terraform/data_vellum_document_index/__init__.py +409 -0
  10. vellum/terraform/document_index/__init__.py +490 -0
  11. vellum/terraform/provider/__init__.py +237 -0
  12. vellum/terraform/py.typed +1 -0
  13. vellum/terraform/versions.json +3 -0
  14. vellum/types/__init__.py +6 -0
  15. vellum/types/fulfilled_prompt_execution_meta.py +2 -0
  16. vellum/types/fulfilled_workflow_node_result_event.py +1 -1
  17. vellum/types/ml_model_usage.py +33 -0
  18. vellum/types/named_test_case_chat_history_variable_value_request.py +5 -1
  19. vellum/types/named_test_case_error_variable_value_request.py +5 -1
  20. vellum/types/named_test_case_json_variable_value_request.py +5 -1
  21. vellum/types/named_test_case_number_variable_value_request.py +5 -1
  22. vellum/types/named_test_case_search_results_variable_value_request.py +5 -1
  23. vellum/types/named_test_case_string_variable_value_request.py +5 -1
  24. vellum/types/prompt_deployment_expand_meta_request_request.py +5 -0
  25. vellum/types/prompt_execution_meta.py +2 -0
  26. vellum/types/prompt_template_block.py +2 -0
  27. vellum/types/prompt_template_block_request.py +2 -0
  28. vellum/types/prompt_template_block_state.py +22 -0
  29. vellum/types/test_suite_run_execution_chat_history_output.py +6 -1
  30. vellum/types/test_suite_run_execution_error_output.py +6 -1
  31. vellum/types/test_suite_run_execution_json_output.py +6 -1
  32. vellum/types/test_suite_run_execution_metric_definition.py +31 -0
  33. vellum/types/test_suite_run_execution_metric_result.py +3 -0
  34. vellum/types/test_suite_run_execution_number_output.py +6 -1
  35. vellum/types/test_suite_run_execution_search_results_output.py +6 -1
  36. vellum/types/test_suite_run_execution_string_output.py +6 -1
  37. {vellum_ai-0.3.20.dist-info → vellum_ai-0.3.22.dist-info}/METADATA +1 -1
  38. {vellum_ai-0.3.20.dist-info → vellum_ai-0.3.22.dist-info}/RECORD +40 -28
  39. {vellum_ai-0.3.20.dist-info → vellum_ai-0.3.22.dist-info}/LICENSE +0 -0
  40. {vellum_ai-0.3.20.dist-info → vellum_ai-0.3.22.dist-info}/WHEEL +0 -0
@@ -12,8 +12,13 @@ except ImportError:
12
12
 
13
13
 
14
14
  class TestSuiteRunExecutionStringOutput(pydantic.BaseModel):
15
- output_variable_id: str
15
+ """
16
+ Execution output of an entity evaluated during a Test Suite Run that is of type STRING
17
+ """
18
+
19
+ name: str
16
20
  value: typing.Optional[str] = None
21
+ output_variable_id: str
17
22
 
18
23
  def json(self, **kwargs: typing.Any) -> str:
19
24
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.3.20
3
+ Version: 0.3.22
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,8 +1,8 @@
1
- vellum/__init__.py,sha256=S-isP5rieWJQq1Bf7EcvFjLzGVfEaxtBJcgiMJcnSXE,33941
2
- vellum/client.py,sha256=XB_tltKpWwPoZpsm4g0ftLPKFYjZSLjLAteJwp-xSWA,96636
1
+ vellum/__init__.py,sha256=mUd1ylk7-rmszIiaOrYjlUXY0x4Mm12RfoWjbGBiHGg,34129
2
+ vellum/client.py,sha256=ViOMnbiP_kKm3ayXW6DY1wC7Ge8tnI389qC8XVffyB8,96748
3
3
  vellum/core/__init__.py,sha256=RWfyDqkzWsf8e3VGc3NV60MovfJbg5XWzNFGB2DZ0hA,790
4
4
  vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- vellum/core/client_wrapper.py,sha256=uMDH7uKGgjUsZeA_L_bmnHsCUdhpqhH-dlHoV1B71Jo,1698
5
+ vellum/core/client_wrapper.py,sha256=Qz__lng9uFpAK3GgV8prOkVIO4N5IUlsxO3umwr0wdY,1698
6
6
  vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
7
  vellum/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
8
8
  vellum/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
@@ -37,14 +37,23 @@ vellum/resources/registered_prompts/client.py,sha256=5mbnlOvicfdVRXXXdor0R5shqbA
37
37
  vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
38
38
  vellum/resources/sandboxes/client.py,sha256=gW_DTrJ3w6BfaSATZxB0Z-bxVUXQ0JtPAjL6mK5VEho,13639
39
39
  vellum/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
40
- vellum/resources/test_suite_runs/client.py,sha256=T5vF1S5jDfQLxKOg-2Q2XYCF9g5W-dos6Ff6Av21gr8,17120
40
+ vellum/resources/test_suite_runs/client.py,sha256=gh71i9ViO8A0cRQchF6v6sgQxieqJnhAO3NIaNyJiQ0,18706
41
41
  vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
42
42
  vellum/resources/test_suites/client.py,sha256=7PmEjJ_2TlvqJoP3C4XkdA8SyYMHVQwREB4T8LowZbM,18966
43
43
  vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
44
44
  vellum/resources/workflow_deployments/client.py,sha256=DUY1h8mvXqwP-zilmwoek_XbLNTFeeVbxgd7M-k2IzA,11164
45
45
  vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
46
46
  vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=8-G1SalBR6-AfRnb6POOR9M3tvZa3CGwFIs1ArZb6uw,542
47
- vellum/types/__init__.py,sha256=8PerhxFNQHQwWDScY8jYUQySE3qHluQhXjT9iiEnbZs,45251
47
+ vellum/terraform/__init__.py,sha256=t69swjCfZmrf7tmHcUYVHH5bflrp1Ax2YnbwNMuG2YQ,454
48
+ vellum/terraform/_jsii/__init__.py,sha256=AV9B1-EC-DQ2MSTWojcpbHjahvoZxNaYeZ6aCi5SXEQ,473
49
+ vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz,sha256=e1tV8nF_TEMLqCNrRBkDIlXKfO65c0lGj92G-CzeAVI,15887
50
+ vellum/terraform/constraints.json,sha256=Pu3woy48d9csejER37XDbOVFvXUb9m9UrX4jFRUcilQ,43
51
+ vellum/terraform/data_vellum_document_index/__init__.py,sha256=4F9tbkaA9oTjMDmMrSgBPig-jQO8Mq5HQjzavJNaVQ4,21484
52
+ vellum/terraform/document_index/__init__.py,sha256=qq2zENI22bUvqGk_a1lmsoTr5O_xCCB_TpzM4uPhMiU,25018
53
+ vellum/terraform/provider/__init__.py,sha256=K1yLlTZkYBxhD4bhUV1v23hxDGgbfsAIGsSyeB54dNQ,10298
54
+ vellum/terraform/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
55
+ vellum/terraform/versions.json,sha256=STW6Mg3BKDacFmbWHXziHxE90GWncZf4AIzCLiXm_7o,56
56
+ vellum/types/__init__.py,sha256=h34Y5qA32WVk6x7y54Mp_dqG2ydbnKh1X0MvlVWghcE,45549
48
57
  vellum/types/api_node_result.py,sha256=aLOooryBCfglTeZwOuyyqRoHz5oPTja2mYYY7Gj8XxA,1040
49
58
  vellum/types/api_node_result_data.py,sha256=cQcZiwI1hjRvQFlkVEGxyaD360vEklIfjBmhBAeI75U,1215
50
59
  vellum/types/array_chat_message_content.py,sha256=Z7nKH8RNgot0i4-159w95OHywLjc-376gBPOovbw2hk,1087
@@ -108,8 +117,8 @@ vellum/types/fulfilled_execute_prompt_event.py,sha256=2_jNUOaSg12WKggFiczulVoHFM
108
117
  vellum/types/fulfilled_execute_prompt_response.py,sha256=LyVpUlphfBrqSWzo1QyIzdTjAJ8cgW60U98VnMd83ws,1508
109
118
  vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=ROLCpeU2FoqyisPDvgumUlYFDUbwOr93pEfII-ST3NI,1146
110
119
  vellum/types/fulfilled_function_call.py,sha256=wIk8JVy9HyjSbY7rPOhrXPh3OuKy3mtpUvPSOx2FcUc,1056
111
- vellum/types/fulfilled_prompt_execution_meta.py,sha256=_cDf859bAtbKHRt3cvdLHeuQi44CUqjUSYWITLBeubk,1196
112
- vellum/types/fulfilled_workflow_node_result_event.py,sha256=MGxts5L-VBaYP7xbL5ojjtKWEXUv45XSPqT7Y2RtvjI,1454
120
+ vellum/types/fulfilled_prompt_execution_meta.py,sha256=FHivWXQbtMMoud9vMC4rc_ik1JWPZG6HfJOkuevCnCs,1285
121
+ vellum/types/fulfilled_workflow_node_result_event.py,sha256=bre9HuJyDLZ4MLQcCNuxVOPBqZvtL8LgUrTjq2ihJjY,1430
113
122
  vellum/types/function_call.py,sha256=U1_fLhZ_VGnHYPX8rb7iqyyUhBzzbRAGR-ai4wLDrs4,813
114
123
  vellum/types/function_call_chat_message_content.py,sha256=z9bTybrPXuhztOUw65PXGws-obJkCJWhc0Zfv1ZwA-k,1122
115
124
  vellum/types/function_call_chat_message_content_request.py,sha256=baMUPS50E_tago-AF45JztqPH3WF2DhlMfiSMg1dkQ8,1151
@@ -144,18 +153,19 @@ vellum/types/logprobs_enum.py,sha256=cw9yroKgrZzpPHniPV4hg7_21PM9_FSX1GArHHC_-_o
144
153
  vellum/types/metadata_filter_config_request.py,sha256=JH5EBNES30DuRIhgad6IYwXZcuAW6bRajSnWUqs4hG4,1412
145
154
  vellum/types/metadata_filter_rule_combinator.py,sha256=hmfQ3drGlGYqRA78iZr7ek8qZTFN-WENrwL3_OlexMM,528
146
155
  vellum/types/metadata_filter_rule_request.py,sha256=JGPkjXzMS9I3dlEQUAJ0HllJ3F-Znp-0x-4hp06miPs,1428
156
+ vellum/types/ml_model_usage.py,sha256=2o6Yy9lMDTqRHQNpUzQSoQMfA5_my79LA1pBZDcGLV0,1143
147
157
  vellum/types/model_version_build_config.py,sha256=0dOGfizN30eYJtjs-fJc32TUBGdpYuMFo57a_tEutSg,1400
148
158
  vellum/types/model_version_exec_config.py,sha256=tJJ1Kb8rBdbkD4z9fVwP94bjR9gee4I9N-i9o9w8vVs,1677
149
159
  vellum/types/model_version_exec_config_parameters.py,sha256=jF4wm_GIeITFavMNGSvBd-fa5v9fEjWxoHaZhVFx0CI,1326
150
160
  vellum/types/model_version_read.py,sha256=Ize9tyNNnR2oMXQSKwrEfuJilR5O3qSssfrJQwmSFqw,2425
151
161
  vellum/types/model_version_read_status_enum.py,sha256=uQCzeBoMqn29-V2b6fiq5rv9G3yBApaHWQLMMRRL-Hs,1032
152
162
  vellum/types/model_version_sandbox_snapshot.py,sha256=bXe_7Fp-CSQ_WOvjX8GJfO7ZbV0i99nbkv5yiqdFjeI,1309
153
- vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=0kyTzNfZcOdhtTqFu9W74j5z2uWNTYwftvRneeiQOE8,1058
154
- vellum/types/named_test_case_error_variable_value_request.py,sha256=ZdDkqQzLaAxr8Oa-xIKuxjWSSGeUrj_lOLkJBIRd5w4,1039
155
- vellum/types/named_test_case_json_variable_value_request.py,sha256=djA5yuYKhpOslFATgwNOgGkyKV6J7imWC2WuMJbDR_8,995
156
- vellum/types/named_test_case_number_variable_value_request.py,sha256=b3isz1f9gHh4gHgUQroY5z7XI5POreW5TlKxH81Vkrs,974
157
- vellum/types/named_test_case_search_results_variable_value_request.py,sha256=jPNGGET7zEXNfUCkfprKIcKrv2WQXKN_5rCqVu8_Toc,1063
158
- vellum/types/named_test_case_string_variable_value_request.py,sha256=ojEYk8kQTL0FJVbUgY2PFXcE0chqqeYyEHOXeBH_aco,972
163
+ vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=pYXfGF4VX_PcKdow8ttZo0Afv91vVZD3r0ZLIPmYE4w,1130
164
+ vellum/types/named_test_case_error_variable_value_request.py,sha256=Hlihlz1rd9XMD_WPJKhuq8u8cTwAW-RM4JIlN9mrqak,1104
165
+ vellum/types/named_test_case_json_variable_value_request.py,sha256=eYUPPF1meDi5aIoQUvCmUVzh9u7MDt2lFyRK6NWI8m8,1059
166
+ vellum/types/named_test_case_number_variable_value_request.py,sha256=RfKzbPCKINiCaMwul-XXxOb7QaAYqBzud_5cFFINY7E,1040
167
+ vellum/types/named_test_case_search_results_variable_value_request.py,sha256=25mLk7D6u3btNhI8q9xHdpZlJJTLFZCIjZscFFCz1l0,1137
168
+ vellum/types/named_test_case_string_variable_value_request.py,sha256=Mch56tlzPnlAuDrkuqLpPYehsca245u1QpYEnOz9LmU,1038
159
169
  vellum/types/named_test_case_variable_value_request.py,sha256=hCNEq0Ubqod6kOELWZcbizCocKvLGbPwgaFAo1sWOuw,2807
160
170
  vellum/types/node_input_compiled_array_value.py,sha256=Zw78U4629WGprdmBVsnsthUsDNiJcC_7CecOs3B1M4M,1076
161
171
  vellum/types/node_input_compiled_chat_history_value.py,sha256=aOY49Id1sawCnfSnkP_UDoHMTUp3I1JwHrSUMtt57J8,1047
@@ -187,18 +197,19 @@ vellum/types/paginated_test_suite_run_execution_list.py,sha256=pwT-FeIxOBnP_S3kp
187
197
  vellum/types/paginated_test_suite_test_case_list.py,sha256=0XlghGkiSubI41oR1UGSdYOKDUM4XLCgmcElKaYFdkA,1101
188
198
  vellum/types/processing_failure_reason_enum.py,sha256=MDj2vNyO1Y-2WHuolkrGez8F1cZqS6ultfsqvGI4Fg8,752
189
199
  vellum/types/processing_state_enum.py,sha256=rMhw5oLZNfhR4QkIgFfLMWRSLXgHt9qhiguEqWQNz5k,962
190
- vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=jvi3NW0nJxyLwNEhk35oEdAm_aDOuy48eNy5LqvkkRs,1885
200
+ vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=bpA4eO3wIwg5fZK89eoC8B8QsRrKFddIN69o04YEBPk,2083
191
201
  vellum/types/prompt_deployment_input_request.py,sha256=o8PCi7TsitddNxiAfDblxaXkJ1-WjuDTAW0LnKbMDY4,1233
192
- vellum/types/prompt_execution_meta.py,sha256=ix_1Wscqv3kthyyirFEjwY6xXYD5wuw0sdypyfb8hAo,1338
202
+ vellum/types/prompt_execution_meta.py,sha256=4RNkaZ2QjUtZwGUc9574Y4KuoZnzW2UCWj2RNiNiGKQ,1427
193
203
  vellum/types/prompt_node_result.py,sha256=s6jusFXMD1calmDVdL0lWO0NIqILWpdLP8xFRqf-5-k,1054
194
204
  vellum/types/prompt_node_result_data.py,sha256=q6y32EyaaAoIxM1od6-5RQAmPTitBQ-Hlkw5QNdeo6g,1045
195
205
  vellum/types/prompt_output.py,sha256=Df5UnLyBRf79_oUnYiMl9vi_h41yKEDLw1KgkgiX1Uk,1442
196
- vellum/types/prompt_template_block.py,sha256=i8IuMHOpgwi4RMrT5-mfSIXxf-fv40Ek7SjtTPX-Rls,1201
206
+ vellum/types/prompt_template_block.py,sha256=Z78UKiHRpYfBEYFkf6fImOgcy2MizgD7dhKr1kTjqkM,1327
197
207
  vellum/types/prompt_template_block_data.py,sha256=E50ttPm8qR2heSf6f2LkfsSW2hm92z-AhvGqTQJwcjA,1020
198
208
  vellum/types/prompt_template_block_data_request.py,sha256=r1no7jOHSTh8N2nih1lvx4YGMp3H_8GdRvHisNP3wGY,1049
199
209
  vellum/types/prompt_template_block_properties.py,sha256=h7eBnaF1FL8FPv7PYF4_epQuZi8aqWdNTYODC0vqz6Q,1731
200
210
  vellum/types/prompt_template_block_properties_request.py,sha256=qiFJZIiDLYK_-18rVXZs0ViKR-iKQLB9nvsid1xvcIE,1767
201
- vellum/types/prompt_template_block_request.py,sha256=Sg-ZKO68WYAQG0efh96ORPSIC9eGe9GqYgWZABLika8,1237
211
+ vellum/types/prompt_template_block_request.py,sha256=znmMAaSY_xsLA3rjWFPvDHuLWb-GOacKX3Nkx45hCmY,1363
212
+ vellum/types/prompt_template_block_state.py,sha256=mPYIhbAdjjH83psCxAPyByE2_VEQjSM6BiDdnzi4xYU,582
202
213
  vellum/types/provider_enum.py,sha256=npChY_aeD59zF0hOu3wYMBJECq3k1vRQrjDBtCVQMEs,2516
203
214
  vellum/types/raw_prompt_execution_overrides_request.py,sha256=uwtGVke-G85AwiIxn7EVuzCiCsXkK-BKM80IbRFgzQQ,1261
204
215
  vellum/types/register_prompt_error_response.py,sha256=qWDaB5Uoe3BDmSZGLQ4_FqV-Bh8cCqFS_p_G708R6Io,1000
@@ -290,14 +301,15 @@ vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py,sha2
290
301
  vellum/types/test_suite_run_exec_config.py,sha256=I5MlYJBynyPouRDWe3pgsyIuyAx-CSiedLyF7UQEQXY,1092
291
302
  vellum/types/test_suite_run_exec_config_request.py,sha256=hspIHnkklKLBg58Rq2uWEjd04o_zLiBcJIzGHIATrso,1171
292
303
  vellum/types/test_suite_run_execution.py,sha256=Gj0jFE9-VZDQCxdzM9xe5-r3XX726WUgaVwoAxZQZ84,1215
293
- vellum/types/test_suite_run_execution_chat_history_output.py,sha256=DG5h0SGOAVyZleApagKZzDJNvea87IVNQIW400CfZLI,1044
294
- vellum/types/test_suite_run_execution_error_output.py,sha256=dkiaFHf4f3u0wujcQ66317uk8BbhyX7HquHCkwHo97w,1025
295
- vellum/types/test_suite_run_execution_json_output.py,sha256=0tvtY0Bt34gqK3idM629NS3Iq-QA-FPQ6UfchE2p52o,1003
296
- vellum/types/test_suite_run_execution_metric_result.py,sha256=B-1X895FMMmVgAeIGcWd3nMjmo81I6wHkorRguL6jtU,1050
297
- vellum/types/test_suite_run_execution_number_output.py,sha256=Lh4xtUqkVB-EwbQ-leoUud96zzlbW9IoM7zWxHVsMqQ,982
304
+ vellum/types/test_suite_run_execution_chat_history_output.py,sha256=54-Tq87GTSgHeS7ntFg6nQsYi2X4ppIcrZotRFEfE5s,1172
305
+ vellum/types/test_suite_run_execution_error_output.py,sha256=fqI3Saza7PEsHHUAeVENzgT-WcS5oJMyW1H7D1Em-gg,1146
306
+ vellum/types/test_suite_run_execution_json_output.py,sha256=oXfxRdygpAUF8fzNnlzxO-kd0GlaxUpIdNK32guubKA,1123
307
+ vellum/types/test_suite_run_execution_metric_definition.py,sha256=Ii2eC8pXaWteqDKwlBp8Pjqwd1GsQ9DR_U9FQvxXomQ,1030
308
+ vellum/types/test_suite_run_execution_metric_result.py,sha256=M14xolCwYPoSqZKkj_4yN021JQFMtGZwapGRyUnNO_I,1275
309
+ vellum/types/test_suite_run_execution_number_output.py,sha256=OiUI84wzKTuxx4XODCFXWRT6XTfA1geM_iWTzdjFT6w,1104
298
310
  vellum/types/test_suite_run_execution_output.py,sha256=vOm3PiblQDdybmDUzP5KUzgkZxSrk31MBmJog-iW3Pk,2615
299
- vellum/types/test_suite_run_execution_search_results_output.py,sha256=c18YX3w_BVYpGVAI73ZpJ2fw8T3hUNA251iGnok5n70,1049
300
- vellum/types/test_suite_run_execution_string_output.py,sha256=lRjauYmNQGPvzxU2u-NAFfKXUhmf3hGQdFr7vQu85hM,980
311
+ vellum/types/test_suite_run_execution_search_results_output.py,sha256=9KJlNGazc74AkXEzg8oqycd08CO8ib5gJ96qpaaGmIw,1179
312
+ vellum/types/test_suite_run_execution_string_output.py,sha256=JdfHP1icwQDRFFaim0wFQHuIC3yg2_t8946vH3MwdY4,1102
301
313
  vellum/types/test_suite_run_metric_error_output.py,sha256=N0ZRTO1QV4Bobrh9u1-k5qBMiFh8CF2NLiElGA94oIo,1062
302
314
  vellum/types/test_suite_run_metric_error_output_type_enum.py,sha256=ZPKy0jkcgfuMhI2hG_3UUcw2sYH1BlV_ze8Axlq5nIU,144
303
315
  vellum/types/test_suite_run_metric_number_output.py,sha256=vedeqnSpDl7Y23DdgAlcl16Gxd1WlNo4m4PQ2SGI8Tk,1020
@@ -362,7 +374,7 @@ vellum/types/workflow_result_event_output_data_search_results.py,sha256=wYc76-DW
362
374
  vellum/types/workflow_result_event_output_data_string.py,sha256=7SR46tKt-I_cGd_eVeKU8ymQ7R3vKkA_dFHCgAU1GcQ,1533
363
375
  vellum/types/workflow_stream_event.py,sha256=KA6Bkk_XA6AIPWR-1vKnwF1A8l_Bm5y0arQCWWWRpsk,911
364
376
  vellum/version.py,sha256=neLt8HBHHUtDF9M5fsyUzHT-pKooEPvceaLDqqIGb0s,77
365
- vellum_ai-0.3.20.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
366
- vellum_ai-0.3.20.dist-info/METADATA,sha256=lYn0SJcCZkYtLCFoarsT7BVerGQAFRPoWnzdCZsBlDY,3550
367
- vellum_ai-0.3.20.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
368
- vellum_ai-0.3.20.dist-info/RECORD,,
377
+ vellum_ai-0.3.22.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
378
+ vellum_ai-0.3.22.dist-info/METADATA,sha256=0x43xw8oDjeEy-VY7XfF8-0eLLikv5ag2z6dX5y-jQw,3550
379
+ vellum_ai-0.3.22.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
380
+ vellum_ai-0.3.22.dist-info/RECORD,,