vellum-ai 0.3.7__py3-none-any.whl → 0.3.9__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 +64 -0
  2. vellum/client.py +8 -8
  3. vellum/core/client_wrapper.py +1 -1
  4. vellum/resources/deployments/client.py +2 -2
  5. vellum/resources/workflow_deployments/client.py +65 -8
  6. vellum/types/__init__.py +66 -0
  7. vellum/types/array_enum.py +5 -0
  8. vellum/types/array_variable_value_item.py +89 -0
  9. vellum/types/chat_history_variable_value.py +29 -0
  10. vellum/types/code_execution_node_result_data.py +1 -0
  11. vellum/types/node_input_compiled_array_value.py +31 -0
  12. vellum/types/node_input_variable_compiled_value.py +11 -0
  13. vellum/types/node_output_compiled_array_value.py +30 -0
  14. vellum/types/node_output_compiled_function_value.py +30 -0
  15. vellum/types/node_output_compiled_value.py +22 -0
  16. vellum/types/number_variable_value.py +28 -0
  17. vellum/types/prompt_node_result_data.py +1 -0
  18. vellum/types/search_results_variable_value.py +29 -0
  19. vellum/types/subworkflow_enum.py +5 -0
  20. vellum/types/subworkflow_node_result.py +30 -0
  21. vellum/types/terminal_node_array_result.py +31 -0
  22. vellum/types/terminal_node_function_call_result.py +31 -0
  23. vellum/types/terminal_node_result_output.py +22 -0
  24. vellum/types/vellum_error_code_enum.py +5 -0
  25. vellum/types/workflow_deployment_read.py +57 -0
  26. vellum/types/workflow_execution_event_error_code.py +5 -0
  27. vellum/types/workflow_node_result_data.py +11 -0
  28. vellum/types/workflow_output.py +11 -0
  29. vellum/types/workflow_output_array.py +35 -0
  30. vellum/types/workflow_request_chat_history_input_request.py +4 -0
  31. vellum/types/workflow_request_json_input_request.py +4 -0
  32. vellum/types/workflow_request_number_input_request.py +4 -0
  33. vellum/types/workflow_request_string_input_request.py +4 -0
  34. vellum/types/workflow_result_event_output_data.py +22 -0
  35. vellum/types/workflow_result_event_output_data_array.py +41 -0
  36. vellum/types/workflow_result_event_output_data_function_call.py +41 -0
  37. {vellum_ai-0.3.7.dist-info → vellum_ai-0.3.9.dist-info}/METADATA +1 -1
  38. {vellum_ai-0.3.7.dist-info → vellum_ai-0.3.9.dist-info}/RECORD +40 -24
  39. {vellum_ai-0.3.7.dist-info → vellum_ai-0.3.9.dist-info}/LICENSE +0 -0
  40. {vellum_ai-0.3.7.dist-info → vellum_ai-0.3.9.dist-info}/WHEEL +0 -0
@@ -1,8 +1,8 @@
1
- vellum/__init__.py,sha256=suJJOLGlcpd1_lryb4KwPCbyyVJ11Fz-heOV3lB0JQQ,25383
2
- vellum/client.py,sha256=GXr3l2QqlYu7Fb690wuDD-9rnnbqqvcTDpc48bbjTr4,61329
1
+ vellum/__init__.py,sha256=xfJ8bAfhBkJsnUAc7b_GTEjggMVq3X3tzPUzkdC--90,27647
2
+ vellum/client.py,sha256=hZSf31LvTPHEYT2uFo9fgP1JuynttM7LGUlsvZDuQJM,61957
3
3
  vellum/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
4
  vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- vellum/core/client_wrapper.py,sha256=YQr66uYsp2oKQr0vo4qu84rJSVTUzB2U8oPYkWi8tMM,1212
5
+ vellum/core/client_wrapper.py,sha256=vH6Sdq6Kx0z6lddXYl6c5qAv6gpqp2wSQwIalVgb4yU,1212
6
6
  vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
7
  vellum/core/jsonable_encoder.py,sha256=MTYkDov2EryHgee4QM46uZiBOuOXK9KTHlBdBwU-CpU,3799
8
8
  vellum/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJJdrqCLEdowGw,330
@@ -16,7 +16,7 @@ vellum/errors/not_found_error.py,sha256=P65k-Lm2RuefAVSNLER5hH-4P99SGohKy2cOPSrI
16
16
  vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  vellum/resources/__init__.py,sha256=E7dvnCySQgcXn9AADWlkZw4zNN84-8dH3WZ-BgPclhs,675
18
18
  vellum/resources/deployments/__init__.py,sha256=AE0TcFwLrLBljM0ZDX-pPw4Kqt-1f5JDpIok2HS80QI,157
19
- vellum/resources/deployments/client.py,sha256=rqD2zsLBlRwWE619Nb9m3wSEC9DAkz8RLJX8lVx_Ags,10812
19
+ vellum/resources/deployments/client.py,sha256=Kd7M8vjEq8tYgl0lZIX48FT-TnTogpIZC_8ylulWLpg,10752
20
20
  vellum/resources/deployments/types/__init__.py,sha256=IhwnmoXJ0r_QEhh1b2tBcaAm_x3fWMVuIhYmAapp_ZA,183
21
21
  vellum/resources/deployments/types/deployments_list_request_status.py,sha256=phuWe_3mJi4tJh2XR9BFw5QimgzBBWKzKRG2huILy8o,518
22
22
  vellum/resources/document_indexes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
@@ -34,19 +34,22 @@ vellum/resources/sandboxes/client.py,sha256=qf7rJ72xWkfmA1ae2NY2yaGJ9It-Q-ha1oX6
34
34
  vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
35
35
  vellum/resources/test_suites/client.py,sha256=3aySNI0qa-aD-NGZ_zOZOvHmV94i7h8BjBsxH096Ee8,8693
36
36
  vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
37
- vellum/resources/workflow_deployments/client.py,sha256=KnJAvDe2Z1jlcDj8IHS1ADKZYdVUT1gHefa4P4_QdXA,4776
37
+ vellum/resources/workflow_deployments/client.py,sha256=9MTY1hrzOjy1n7uMD6PDHZ1rFvdKGI2YEQHGJeLbLiw,6711
38
38
  vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
39
39
  vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=8-G1SalBR6-AfRnb6POOR9M3tvZa3CGwFIs1ArZb6uw,542
40
- vellum/types/__init__.py,sha256=CqTNi5g_hU7CHLrxu-SmSeRvp1y-oVmhv-ulduiGBz8,33919
40
+ vellum/types/__init__.py,sha256=-JUsBcJyop1R_5u1K2q6kr-ZrKvAQC02LGOpoOAwK5E,36776
41
41
  vellum/types/api_node_result.py,sha256=ESEn5ydtAWsyEI1H3vYbhh1eiByPWNlNzsgQcUWPIfw,1003
42
42
  vellum/types/api_node_result_data.py,sha256=HvpZaAKYXsoBOnobACIYCmIdxbRc7Zp-ibIohiz_Nzc,1125
43
43
  vellum/types/array_chat_message_content.py,sha256=9aHCzT66f7zTX0oWEL-yvIL8L81joe2Qe5L_DaRDqnU,1050
44
44
  vellum/types/array_chat_message_content_item.py,sha256=a383gaeYCucVDvnY1Xk1z8INbPt-qch4VCT6i_JD3OA,1221
45
45
  vellum/types/array_chat_message_content_item_request.py,sha256=Plg6Ny8pwn-na1r1vPeJSdg1IovFcJqcyT_0UiYqfWs,1345
46
46
  vellum/types/array_chat_message_content_request.py,sha256=nXvKOArX2Bx_T2S4-ZK_09bfsSkCQb69OahL1Q_h3bU,1079
47
+ vellum/types/array_enum.py,sha256=ZpwcTHF6WuYeP8QlVfkuJ_YSyPH0iYjeydvHV5kF0HU,138
48
+ vellum/types/array_variable_value_item.py,sha256=eulneISKZV9OtR0R4Z2QqzKmejNpLRY17gsEjRBcojM,2451
47
49
  vellum/types/block_type_enum.py,sha256=w6z5D3RTe75YQBG6HpX8NCbO_kSZxIL0Xy1xss2RKS8,1051
48
50
  vellum/types/chat_history_enum.py,sha256=aiUhxKMC4D83EjGnKNPSzSwoBT5J6G0O-TvBTKr4Oek,151
49
51
  vellum/types/chat_history_input_request.py,sha256=VyGS0Mv_He-fI2d22ygpC2k5ddXKnzWDRFc7-Xkryog,1130
52
+ vellum/types/chat_history_variable_value.py,sha256=koLGjfczUqLz56JWV0lWFXfE0NkjHFHfbIX1qdD7im0,958
50
53
  vellum/types/chat_message.py,sha256=oQAvsjlhbLWANAiQgdNCOpU1OBRDa9RyiywRklG5M9I,1060
51
54
  vellum/types/chat_message_content.py,sha256=2NQqu8qgDlsYs5-ka7OMYAyZXA0Ft2n2I2efvNDBFg8,1466
52
55
  vellum/types/chat_message_content_request.py,sha256=V0Q4CI4TYeqD4b7flSI69L1XkLSxrgadK4GpMhWo8Yg,1630
@@ -57,7 +60,7 @@ vellum/types/code_execution_node_error_result.py,sha256=PGGBH6brCG_eomL8aiBj2M2S
57
60
  vellum/types/code_execution_node_json_result.py,sha256=p8bs5eEYEZdJJuak0Nx5tmJy4uwrBs7MlVP3KZfa2NY,939
58
61
  vellum/types/code_execution_node_number_result.py,sha256=YYG0AjtGCp3clTXcPX-JF1EonA9_YmAtD4Z980HGop0,918
59
62
  vellum/types/code_execution_node_result.py,sha256=JGC4dCBNsQuR_mAkE6JxWRIUuoeHLgbDXrvxNX_h8nI,1054
60
- vellum/types/code_execution_node_result_data.py,sha256=kDU4s2_lrn1U1i20cg3R8SHawEfNn0XZwYh8Z-lmGKk,989
63
+ vellum/types/code_execution_node_result_data.py,sha256=OjOS-j3ts4g9OkMehxtTTPMKxp1TI29FGTtHQhcUIFs,1029
61
64
  vellum/types/code_execution_node_result_output.py,sha256=GbxJ6hPGISzt5uSoFS62pKNXK3nHaBKwu4r5XwLFP0M,2386
62
65
  vellum/types/code_execution_node_search_results_result.py,sha256=MpetJW8kXFu-aAFEdvvX8m8t2XeEQrvvFifQrtHyvvw,985
63
66
  vellum/types/code_execution_node_string_result.py,sha256=lJeXmeW81lFsObggD-lw5bw-LEs9EHCzv91KZ4GTVuI,916
@@ -135,23 +138,27 @@ vellum/types/named_test_case_number_variable_value_request.py,sha256=nmpFOi4JDlU
135
138
  vellum/types/named_test_case_search_results_variable_value_request.py,sha256=vazWctXunVP4FbOy97UpAY5nmggd4FpdRnBHp_eRQI4,1019
136
139
  vellum/types/named_test_case_string_variable_value_request.py,sha256=xazwNVwD3LDL8w1AUAwMnCP7-X06ZNSISWvA597pQxw,928
137
140
  vellum/types/named_test_case_variable_value_request.py,sha256=k5TGiJ8P1Pqm16cLniKchYq1bQ6Y73SeJjJ6P7rHAWY,2630
141
+ vellum/types/node_input_compiled_array_value.py,sha256=fGNwMEox_UG5qsoblB9db4sXXFlxEzFd3Xv4zoFGj-g,1032
138
142
  vellum/types/node_input_compiled_chat_history_value.py,sha256=ZVUjSYuz4DeJU7sUcexHTcJSxhOSha1XNBjNlmL-QE8,1003
139
143
  vellum/types/node_input_compiled_error_value.py,sha256=nbFNdikbmqLutApUmpKXI0k3ukAkPMkLEopo-WNWa8g,984
140
144
  vellum/types/node_input_compiled_json_value.py,sha256=-GCgER6yFl3jOu4W4Ktjy9nM_vKYtBj8vqVitOvHd5I,962
141
145
  vellum/types/node_input_compiled_number_value.py,sha256=DC6m1WE6jQsa1fGwei4Gt0U4CLO2bjo6Kn4pxMHRE_E,941
142
146
  vellum/types/node_input_compiled_search_results_value.py,sha256=p9K0LpWvAg9TMzjTNzmODHSCadmfPdDHMF5CnivGHcc,1008
143
147
  vellum/types/node_input_compiled_string_value.py,sha256=lrOr8WhK5wZrsUb1-7bYQ7M2deap8JvnVMtqh8887Zc,939
144
- vellum/types/node_input_variable_compiled_value.py,sha256=6PhquhSskdpslUfbS0roxl8H2iQC_WLOGy3IagsZLQs,2381
148
+ vellum/types/node_input_variable_compiled_value.py,sha256=x53Ex-SzLypkleBw7exiN1QvjkBni4IQ5oegHLC9sIk,2730
149
+ vellum/types/node_output_compiled_array_value.py,sha256=Px5hDToLWRlGgcJL4mft8qGnkHBLOy9cYj8s-6FGBxE,1021
145
150
  vellum/types/node_output_compiled_chat_history_value.py,sha256=MHoBSeJuzPB_aJqMWH4wp-uqixsU1UjVmDAvts5RGRg,992
146
151
  vellum/types/node_output_compiled_error_value.py,sha256=-H6BghCPoM-EH2pGBmQlDBS6DviiqU6agVf92eNClmQ,973
152
+ vellum/types/node_output_compiled_function_value.py,sha256=iN7_clmEI-2bnBVnrlb5oc9gnvfUop5Eq4ZrUxv5a58,979
147
153
  vellum/types/node_output_compiled_json_value.py,sha256=0XY2zVrCdDgoNdVbWqckbY3W4t-xp86R-uZqQygRtpQ,951
148
154
  vellum/types/node_output_compiled_number_value.py,sha256=y924rxk72uRpRcdUz7mPCOL41JZluoatnDr92eSkzpQ,930
149
155
  vellum/types/node_output_compiled_search_results_value.py,sha256=CVjwk4PhBHv3Cvsl-6-Il7xMLVeS4O_kI9emuyi3Wts,997
150
156
  vellum/types/node_output_compiled_string_value.py,sha256=sy7iRnSSvnS1SK8pRsHpBkBRQ8IpnjM1IEOp_q6n18k,928
151
- vellum/types/node_output_compiled_value.py,sha256=R4-AO22SP-yVg7cBLQxGsot8oK9mR6piKYFymFAXd8I,2308
157
+ vellum/types/node_output_compiled_value.py,sha256=GA8t4odEkzLLSs6td0HqAsqDXVOiqTYNMlWGsG8V9dc,3015
152
158
  vellum/types/normalized_log_probs.py,sha256=XhiqVdoFYWbVhYWinsiDzkIRSs1t2DCMEX18EwK-c24,1013
153
159
  vellum/types/normalized_token_log_probs.py,sha256=ZIEr6evXULAv5GFhkekr1Qc6QsJjr2vsTdumMooO4oc,1014
154
160
  vellum/types/number_enum.py,sha256=NBfcHwHjWrS5-SSV82JsoX7EW-SU9yKcHHYAemRt_Gs,140
161
+ vellum/types/number_variable_value.py,sha256=fKWlCu-Roel4CYQ7go_cPok0bvTEbU6JOaReymrUjSU,896
155
162
  vellum/types/paginated_slim_deployment_read_list.py,sha256=MeOByJstYNcBpqfnsmZ7NIOMilo5DerIALc01FNrU0Q,1087
156
163
  vellum/types/paginated_slim_document_list.py,sha256=rfm_k539tWn6jVBjtgUG1M0AqtPvxtwPXwBJLPBiE6Q,1062
157
164
  vellum/types/paginated_slim_workflow_deployment_list.py,sha256=HSnI0CeB7-gJuCkjCvFZVE2Om00OYCTOs4I5Rzaudm8,1103
@@ -161,7 +168,7 @@ vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=6pPGEk_dKi1
161
168
  vellum/types/prompt_deployment_input_request.py,sha256=pwI4mGEz88s8gJr1j_5-4t501tAVwsFNZrEVfPYWLmk,1159
162
169
  vellum/types/prompt_execution_meta.py,sha256=tF9eMOh_CAMvtq2lXVRfVOaWp12jDhuoEUY2S2aENsM,1266
163
170
  vellum/types/prompt_node_result.py,sha256=M4e37S30KFoMYs2khcxG-BxCWSLdwIxBYIjXWEfQbxQ,1017
164
- vellum/types/prompt_node_result_data.py,sha256=LyNkZz-9lYejVtIaej1m7u5CiWmXVFG8IAr6hVQBgZg,945
171
+ vellum/types/prompt_node_result_data.py,sha256=NjlHXcFbxvP15tDrsgWsj9s6OcDJDcy4LdXCrWAmVZ8,987
165
172
  vellum/types/prompt_output.py,sha256=Bz8hTTGUdg0GAmvTw0_gSCoB3jzs_zhF7kPbpKDMSD0,1336
166
173
  vellum/types/prompt_template_block.py,sha256=2UfBd8ktRrvVp_gZFLWevrV5D1UjXCji4YbeHPAVl0c,1164
167
174
  vellum/types/prompt_template_block_data.py,sha256=fEveYsxf-CAPNhxjirVRNCcqTtmNBxFdjMks-W9-02c,983
@@ -204,6 +211,7 @@ vellum/types/search_result_document_request.py,sha256=MeleItFXTTvx45hPmI4mhKdQSV
204
211
  vellum/types/search_result_merging_request.py,sha256=lLgp8q1WwvdUJcR1YWpLRjmZ3SgYZj2-Bbg450xWxDg,970
205
212
  vellum/types/search_result_request.py,sha256=SMjICHnxr3l8-KCe7ftWMZiKPdlvdMAPZd4zRXNxpQ8,1335
206
213
  vellum/types/search_results_enum.py,sha256=Duyq99BLaCcFw_-VOpHff-tP8QSFP-FfzLRN81Avgjw,155
214
+ vellum/types/search_results_variable_value.py,sha256=vyVdzPmriQPVvQu52CM7z8LZup3tFh5dl5BFnarPMI8,963
207
215
  vellum/types/search_weights_request.py,sha256=guPgN3N0b5Mg0sIpw8ts80iBOT_nUsRNZqjDMKJIphI,1117
208
216
  vellum/types/slim_deployment_read.py,sha256=80-xQdAlZaIwqg_QB6FWRDNGRmXTeHkK8-SHGCJOLFs,1811
209
217
  vellum/types/slim_document.py,sha256=AcFFqAHpE067rn3j4x0qQt6Y2yN5La-pPPLB3s6QfD8,3074
@@ -220,6 +228,8 @@ vellum/types/string_variable_value.py,sha256=nrAkxRMNHn3-RGyRcwJaA1L3-KJX8ogbRQy
220
228
  vellum/types/submit_completion_actual_request.py,sha256=krKZefK_-0LAEJYIKilUemEwc6v0RELpusQvyj1XUJQ,1787
221
229
  vellum/types/submit_completion_actuals_error_response.py,sha256=AJTkBM60F8rxGKXfz0TcjdP5v_OgRnF3zUrDG1CtNDo,895
222
230
  vellum/types/submit_workflow_execution_actual_request.py,sha256=hazWw_rBxap8g0QAqlrO-qYFu3gJV_XXVgquWkDVsi0,1413
231
+ vellum/types/subworkflow_enum.py,sha256=6WIGJjKlxon7hAt_AbSq1po-YMxAHyxIfJYyl0C-0IA,150
232
+ vellum/types/subworkflow_node_result.py,sha256=Lc3yBneO24uuMQciOv8NiOepJuAQdsUSBPz1F2y1HEc,937
223
233
  vellum/types/templating_node_chat_history_result.py,sha256=hSnL_WbnG0vMq6_4vBo-JJobMb2BzhSN0HKZpt-dHmU,977
224
234
  vellum/types/templating_node_error_result.py,sha256=0zosQlkEZTMVY1MzzSPWCFEGWAK5kky6pKPd384urGc,958
225
235
  vellum/types/templating_node_json_result.py,sha256=_vHc09B-SU0GhFSE6GgNRspvgoxkuf48Lw8uKiaeUj4,936
@@ -229,13 +239,15 @@ vellum/types/templating_node_result_data.py,sha256=kyDRROaumQFof-kIiKrchvOfh2umq
229
239
  vellum/types/templating_node_result_output.py,sha256=2pONPFz_AbYkZ9m5vBcPVBtP0xYzzGekb2eNPAijKEY,2287
230
240
  vellum/types/templating_node_search_results_result.py,sha256=jvR3bWQsKawjlV3e2rpakTkrb7pBR1InZVV1Gzg3OjQ,982
231
241
  vellum/types/templating_node_string_result.py,sha256=6RDWtxGZSPFJPSNncbT0hXRDdMjBfoftDdQfTnGwLlw,913
242
+ vellum/types/terminal_node_array_result.py,sha256=HOtSLSnVN0gp8D_5P5-ibrJJDYX46XR5h6BJC6zTQRE,1137
232
243
  vellum/types/terminal_node_chat_history_result.py,sha256=4uj65lHbRA_XDKme7RKT2uKDm4pGyMjuH3qvcsnIOX0,1108
233
244
  vellum/types/terminal_node_error_result.py,sha256=8Q1IJbju9DgHQQysFyk5cfBw75dQJx1vv4xhC94Ll4Y,1089
245
+ vellum/types/terminal_node_function_call_result.py,sha256=ZMtC17DrHKRs4VIOzkD-h6V8lwsGLt0HZALjpg4Cuq4,1099
234
246
  vellum/types/terminal_node_json_result.py,sha256=cXfFWr355b0C45jBIMmZC59JRMKLMWPVLctdH6bonGM,1067
235
247
  vellum/types/terminal_node_number_result.py,sha256=MKZwjcFzWdELHN42FjdbwYLsReaVRgeB_UwCBNJW5hQ,1046
236
248
  vellum/types/terminal_node_result.py,sha256=wTYogXnBjtkIiahJALpp_kCN7B-jf9_xJ_pMWlRVMx8,1027
237
249
  vellum/types/terminal_node_result_data.py,sha256=Ev4xZWdWp6vu0YQljVvSpV5J360pf-K-hE3s10C5Ijs,968
238
- vellum/types/terminal_node_result_output.py,sha256=KVM-9BYiIsOli3c_1UJcABY56vuBuFHjBhpAc8UfugM,2225
250
+ vellum/types/terminal_node_result_output.py,sha256=sF-9Ycr_YwpSdlgLJ6NzjHMjcsaPOaODU2ntsovtBL0,2917
239
251
  vellum/types/terminal_node_search_results_result.py,sha256=McUYdCDNtbQGxTLhdOEevdowY0tok4on8ylMMLXYm24,1113
240
252
  vellum/types/terminal_node_string_result.py,sha256=iAtk5T5y9m1bee93BKsJZlLavow5H0Xf2hKa0F_nnD8,1044
241
253
  vellum/types/test_case_chat_history_variable_value.py,sha256=8aaW-k5EDOWPP0qFAIpMWCd13kdi2JrUPt7DcflB4fM,987
@@ -249,24 +261,26 @@ vellum/types/test_suite_test_case.py,sha256=X0ofIlD4wL7zgybJFptuUqpCGjIyS916fch5
249
261
  vellum/types/upload_document_error_response.py,sha256=j2NahdS7jnklF9sGIaw7SbDEa3QhnzsDG3mG6prbGSQ,886
250
262
  vellum/types/upload_document_response.py,sha256=6SY4OqEHIg_EUgOwU2rSdWeNDQULUt2LZv6zN-QCJ7Y,956
251
263
  vellum/types/vellum_error.py,sha256=rO2oP5qbRRpk17X5D-Gf8Ea2oSkqkZpp7n71Dz-Qivw,957
252
- vellum/types/vellum_error_code_enum.py,sha256=X7aUaKZR1jiYnaa9OxPu-bze3Tua31Gh22HJAxw6fyI,969
264
+ vellum/types/vellum_error_code_enum.py,sha256=YtfS3VEJKTJTBwNyirfkk4cmlH03L7C9qZ-hqxJDkrQ,1221
253
265
  vellum/types/vellum_error_request.py,sha256=kMDn9F-Cg4IWQeaX_nCdvadu7JlaIvtf6Rmm3tdVkD0,964
254
266
  vellum/types/vellum_image.py,sha256=1lbzLpkpvJ1Te3ZNtCAKCe2y8uHoDog5u5Sk97UBRek,927
255
267
  vellum/types/vellum_image_request.py,sha256=7ZSlLAN5YDFLPy3O2j7Lfv7oEdvyZEZRxKTv6pDPS3M,934
256
268
  vellum/types/vellum_variable.py,sha256=mVchGYwlkdti5QKb4nTqalA_rotmwhI0fLlT-dmrweQ,964
257
269
  vellum/types/vellum_variable_type.py,sha256=noEyyIxh9AutFdSnL9hdkngSWSEzF_xHRJVte19RX_E,1855
270
+ vellum/types/workflow_deployment_read.py,sha256=Z_Mfc9uUqDWSKADoUvj4xksM5m7saE192YeQYqqNCR0,2211
258
271
  vellum/types/workflow_event_error.py,sha256=X1jEuhnsZoh75FN6XpTvtbO67UD_1SiACsBk5bhn3wQ,1001
259
272
  vellum/types/workflow_execution_actual_chat_history_request.py,sha256=skI-SuvBfJc8wxH2EDMqyKCGUgjfFFBUPkCLyncHgmM,2014
260
273
  vellum/types/workflow_execution_actual_json_request.py,sha256=hVKpBukLehwDUopO7iiKv-wTvxDDg4SXMYmmexZDMo0,1951
261
274
  vellum/types/workflow_execution_actual_string_request.py,sha256=uKnv8Ds88GF-Jjc1BoaFhhqmw89MnWeD4JyrpUjjttA,1928
262
- vellum/types/workflow_execution_event_error_code.py,sha256=K_kDBX8NHEdE9bchiQ-uyIqmz3t2fNH7LJ6Vyb8tiM8,1921
275
+ vellum/types/workflow_execution_event_error_code.py,sha256=bFqwC9XU27y5ydVlLTGSWhxWYQg31GXbUjdTHtOn2AQ,2185
263
276
  vellum/types/workflow_execution_event_type.py,sha256=4X7xWU9xymJEsIsA0FNnk1kld8kRmIaZS4dMAkEE4DQ,567
264
277
  vellum/types/workflow_execution_node_result_event.py,sha256=Bt1G9Oh0vX5eQQiWR1EW0meerlZbfWexYwdlOxNXuFQ,1145
265
278
  vellum/types/workflow_execution_workflow_result_event.py,sha256=OjXgi0Z7dmX3aY1CDF2PLzFQhtsfb80dgtMlecvKOXo,1140
266
- vellum/types/workflow_node_result_data.py,sha256=PRa9r7LZzZULEVI56Pj2JFZ8eAxiYO7lMeNRB6T3Lbs,2384
279
+ vellum/types/workflow_node_result_data.py,sha256=XQ3gc1M5DM-NUWtoXtoR2mNJ_KuiHfWoibEN3bVjKYg,2715
267
280
  vellum/types/workflow_node_result_event.py,sha256=4HaS7LzSi0ThPc2xe0k7pjhvvfMB40wajk3zdSEuKJw,1632
268
281
  vellum/types/workflow_node_result_event_state.py,sha256=PwWxuO6cqCPQOoH1woYEahxr3za7yEr2YiS0zuICj4I,1035
269
- vellum/types/workflow_output.py,sha256=IA5FN18UclZiAlcXDODMo2Nb8USsItdxGFOEAz5iMHw,2643
282
+ vellum/types/workflow_output.py,sha256=gmepOAlz9kE4p6wXoJSSpQLb9iURRGQ0JPXxZCiWZtQ,2934
283
+ vellum/types/workflow_output_array.py,sha256=djkrZ-u8joFm0d2d0_8gYTjwqES-KizomcehVdbNG9Y,1139
270
284
  vellum/types/workflow_output_chat_history.py,sha256=--RXF39zD7Ywtk8GQ5zJWY5L6uLIaObZjswrrRTRX2A,1116
271
285
  vellum/types/workflow_output_error.py,sha256=hZEh0Xi2_MuHhfDsl6jRTAvH7-ptqtpTB_rtv2FzWBY,1091
272
286
  vellum/types/workflow_output_function_call.py,sha256=wFzWd38erYxy9f-bmVyQbSUNnxsOfAskLmtmYnf32FY,1108
@@ -275,21 +289,23 @@ vellum/types/workflow_output_json.py,sha256=3jqhAl2siI2UIWlNa_08Vd0joioJQ5JxikLR
275
289
  vellum/types/workflow_output_number.py,sha256=8zoGZLnmF1dmO48puGxJWw7T0XQp3EFHj8c5GWj4TXo,1048
276
290
  vellum/types/workflow_output_search_results.py,sha256=6F1iLjcNWbw50PrKnci-JygXYGPlTkGwhU6qqMKZGCs,1123
277
291
  vellum/types/workflow_output_string.py,sha256=WzualuRO4-P9Byg2YbX7icXNRkOirVNbJQ-VHY6M62w,1046
278
- vellum/types/workflow_request_chat_history_input_request.py,sha256=qnbW2l-3k0AgwKNDAam29pvYmMGMn0V4aTXSR2YlXuQ,1072
292
+ vellum/types/workflow_request_chat_history_input_request.py,sha256=uN7LFgwBjoJSvUd2rID9fJriToK8JXFRk93D5wpQPnI,1146
279
293
  vellum/types/workflow_request_input_request.py,sha256=ZYmEH0-gRMGcMSSKDD2aBtfDjwMU_m4hmt17NPZ7uQA,1666
280
- vellum/types/workflow_request_json_input_request.py,sha256=VbcQsnTp4myLN_wRSmkxMJILaDgaPjZQKovNTpkp1Is,1009
281
- vellum/types/workflow_request_number_input_request.py,sha256=E7d2_QE-o1vv_VVfR6CFEGiGLYxrMdkZ7d3sZUN-6cU,988
282
- vellum/types/workflow_request_string_input_request.py,sha256=L1Zl1_K7Tlqjaz5pJfb8Q4GG2BVKWJzw2Wos6IEJpxM,986
294
+ vellum/types/workflow_request_json_input_request.py,sha256=cP-FDnuNjabM2gDm7XR8uWE_9ubIHwwN_a_FHDO1fZc,1075
295
+ vellum/types/workflow_request_number_input_request.py,sha256=FzyzrBiE1QRjGyho6rV6zDmTwUKEiHSxJDa_OXtVxxg,1056
296
+ vellum/types/workflow_request_string_input_request.py,sha256=cE_fci04ITrXC5PNhz-WByw40hTmFpnCBSSjnkXzwHE,1054
283
297
  vellum/types/workflow_result_event.py,sha256=5-HN3_dqTgEiKPnXoxCdzv1C3P9ZP1qL7Y_gDeh9k9w,1347
284
- vellum/types/workflow_result_event_output_data.py,sha256=WugPeifmg-x5Ef6hFZ6L3gQC68_e57Q-xThlcWEBhlA,2500
298
+ vellum/types/workflow_result_event_output_data.py,sha256=-AmGgIALMYoXmYut_pJwWpCM-cebqcXb8coaW7E2aBE,3282
299
+ vellum/types/workflow_result_event_output_data_array.py,sha256=3Eb3_ISQpQASxSyeJQGwWgekfFQpvPQVD4Voynd9od4,1420
285
300
  vellum/types/workflow_result_event_output_data_chat_history.py,sha256=rvSMvssqF8GqYDIVA-7c48O2qa1bKvE3rULM26OEhao,1397
286
301
  vellum/types/workflow_result_event_output_data_error.py,sha256=PMLhZvzVSL3rvbunJAMHUF9Bvjee9P-22oYgzgOoBhk,1372
302
+ vellum/types/workflow_result_event_output_data_function_call.py,sha256=qtxvPDM4vYOEeF8AKhoJIrxld3Lg03CJTbvl2A7dAS0,1389
287
303
  vellum/types/workflow_result_event_output_data_json.py,sha256=SwmsLqJ1kg3WTGfi2lHMxe7AbgLMK7DmDL3rh_iV3Eg,1348
288
304
  vellum/types/workflow_result_event_output_data_number.py,sha256=5IG_4XZhUZjwCfX1KGJD6WwfUxN9TjrkmSMSxH2zMbI,1329
289
305
  vellum/types/workflow_result_event_output_data_search_results.py,sha256=FZeTLuHIBJp0AZUqBOzzMN4ntf_Q3hKP4m3vIzVq2cQ,1404
290
306
  vellum/types/workflow_result_event_output_data_string.py,sha256=XJ7ZFTS2eqIMwa-zXFPDowu3o3JnRUfxC1MJIk8nPDI,1478
291
307
  vellum/types/workflow_stream_event.py,sha256=OQUSzwoM-OCfWxNzeOVVLsjCue_WWqin3tGMtwvp_rc,873
292
- vellum_ai-0.3.7.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
293
- vellum_ai-0.3.7.dist-info/METADATA,sha256=-ckpfJoQ8AQlGQ3m58d4zbzH8bVV-GnvdYwcOTWySnk,3486
294
- vellum_ai-0.3.7.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
295
- vellum_ai-0.3.7.dist-info/RECORD,,
308
+ vellum_ai-0.3.9.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
309
+ vellum_ai-0.3.9.dist-info/METADATA,sha256=TwLtITafP2EkpCPPGOAcCajFcID_8huoAah9OL8HiNk,3486
310
+ vellum_ai-0.3.9.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
311
+ vellum_ai-0.3.9.dist-info/RECORD,,