vellum-ai 0.2.2__py3-none-any.whl → 0.3.2__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 (46) hide show
  1. vellum/__init__.py +42 -40
  2. vellum/client.py +6 -52
  3. vellum/core/client_wrapper.py +1 -1
  4. vellum/resources/deployments/client.py +2 -6
  5. vellum/resources/document_indexes/client.py +50 -6
  6. vellum/resources/documents/client.py +16 -0
  7. vellum/resources/registered_prompts/client.py +4 -44
  8. vellum/resources/sandboxes/client.py +20 -47
  9. vellum/types/__init__.py +47 -43
  10. vellum/types/api_node_result.py +4 -0
  11. vellum/types/code_execution_node_result.py +4 -0
  12. vellum/types/conditional_node_result.py +4 -0
  13. vellum/types/{array_variable_value.py → fulfilled_workflow_node_result_event.py} +13 -9
  14. vellum/types/initiated_workflow_node_result_event.py +39 -0
  15. vellum/types/{chat_history_variable_value.py → node_output_compiled_chat_history_value.py} +2 -1
  16. vellum/types/node_output_compiled_error_value.py +30 -0
  17. vellum/types/{sandbox_metric_input_params.py → node_output_compiled_json_value.py} +3 -3
  18. vellum/types/{number_variable_value.py → node_output_compiled_number_value.py} +2 -1
  19. vellum/types/{search_results_variable_value.py → node_output_compiled_search_results_value.py} +2 -1
  20. vellum/types/node_output_compiled_string_value.py +29 -0
  21. vellum/types/node_output_compiled_value.py +78 -0
  22. vellum/types/prompt_node_result.py +4 -0
  23. vellum/types/{workflow_output_array.py → rejected_workflow_node_result_event.py} +9 -5
  24. vellum/types/sandbox_scenario.py +0 -2
  25. vellum/types/search_node_result.py +4 -0
  26. vellum/types/{evaluation_params.py → streaming_workflow_node_result_event.py} +14 -4
  27. vellum/types/templating_node_result.py +4 -0
  28. vellum/types/terminal_node_result.py +4 -0
  29. vellum/types/workflow_execution_node_result_event.py +4 -0
  30. vellum/types/workflow_execution_workflow_result_event.py +4 -0
  31. vellum/types/workflow_node_result_event.py +43 -26
  32. vellum/types/workflow_output.py +0 -11
  33. vellum/types/workflow_result_event_output_data_chat_history.py +4 -0
  34. vellum/types/workflow_result_event_output_data_error.py +4 -0
  35. vellum/types/workflow_result_event_output_data_json.py +4 -0
  36. vellum/types/workflow_result_event_output_data_number.py +4 -0
  37. vellum/types/workflow_result_event_output_data_search_results.py +4 -0
  38. vellum/types/workflow_result_event_output_data_string.py +4 -0
  39. {vellum_ai-0.2.2.dist-info → vellum_ai-0.3.2.dist-info}/METADATA +1 -1
  40. {vellum_ai-0.2.2.dist-info → vellum_ai-0.3.2.dist-info}/RECORD +42 -42
  41. vellum/types/array_enum.py +0 -5
  42. vellum/types/evaluation_params_request.py +0 -30
  43. vellum/types/sandbox_metric_input_params_request.py +0 -29
  44. vellum/types/variable_value.py +0 -102
  45. {vellum_ai-0.2.2.dist-info → vellum_ai-0.3.2.dist-info}/LICENSE +0 -0
  46. {vellum_ai-0.2.2.dist-info → vellum_ai-0.3.2.dist-info}/WHEEL +0 -0
@@ -1,8 +1,8 @@
1
- vellum/__init__.py,sha256=r2xz-ftFT8S6r4O0P0VDwuoCWvJkGmq3-jpWGXuPGtg,24851
2
- vellum/client.py,sha256=7ta08f7ROwrEoL6NEsUmbcabavvC80A7hWs8VdeNvFs,65068
1
+ vellum/__init__.py,sha256=aLZO9kazzLFke5f7B88oC3peXNupeB23aCL4DymcEKc,25339
2
+ vellum/client.py,sha256=KpzwsCB8w8GNm_4sRNUy9BiXwfEuBtdhBQ4ZegG17r4,63316
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=3B_PyS6dlUjytf6N0jrZFCVipzn_7l4335LFiZTX2Xo,1213
5
+ vellum/core/client_wrapper.py,sha256=_bnZJTtnAinAb4TZd58dfnMA9_nII4RN9ciSDpzs-G0,1213
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,38 +16,35 @@ 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=vtYfeQ0Owhn3uLX2j7Y16vrh6-8Y4QkZ1IDu9Dne9Po,631
18
18
  vellum/resources/deployments/__init__.py,sha256=AE0TcFwLrLBljM0ZDX-pPw4Kqt-1f5JDpIok2HS80QI,157
19
- vellum/resources/deployments/client.py,sha256=GWzoeAESKJod82dOuUcYySWDw44DoS8Ih2j4WNsGIuM,11410
19
+ vellum/resources/deployments/client.py,sha256=svApe8bqWh1ouB2KwUC6lp6aD1BwKNyhFpVji7ejzbo,11062
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
23
- vellum/resources/document_indexes/client.py,sha256=j-j4eS9ObnyjOUE_kw_zq2Kkv-atO93L8xwRDMrvFT8,9520
23
+ vellum/resources/document_indexes/client.py,sha256=3WFyn4y-BvMqD3RhyDQoHpWzNUvZVsg1dyTScRBopJY,11202
24
24
  vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
25
- vellum/resources/documents/client.py,sha256=EKxG4yR68bwU3fiuWkeiYAm_B9lI4xDHzr-0fQefNTg,16034
25
+ vellum/resources/documents/client.py,sha256=jIWdIJeqSPWdZ5npcvMJEPOFIoqiOsCJoLULfr4NUmA,17850
26
26
  vellum/resources/model_versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
27
27
  vellum/resources/model_versions/client.py,sha256=QJX7PNuR1fqyP1lzhOUpuPfgQFDz80Qcbxpe1QJDob0,3061
28
28
  vellum/resources/registered_prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
29
- vellum/resources/registered_prompts/client.py,sha256=qJx0meBnC3wbcHBhkToaz_a7SRkSGL4rf0MQsjYA5CE,13185
29
+ vellum/resources/registered_prompts/client.py,sha256=AXMnvXvauzta8RYu1bR8z1usViSMVyYyX1siiAtUc7Q,11439
30
30
  vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
31
- vellum/resources/sandboxes/client.py,sha256=QnaGKDddlgbC-PLUODgLmiwunAA66STr0dnMvivUO6Q,10125
31
+ vellum/resources/sandboxes/client.py,sha256=uwN51dYP1tYFQ6duieGelMxgi1OVmP8XAr7jZLqy7nU,9012
32
32
  vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
33
33
  vellum/resources/test_suites/client.py,sha256=461l3pHhlSkYfv9toWersX-XcOhku0glsRDE68n3akg,8697
34
34
  vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
35
35
  vellum/resources/workflow_deployments/client.py,sha256=3yvvXvB4axl592Djv3QKMcnhNcJw7tHZtR0COq5TjIg,5050
36
36
  vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
37
37
  vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=8-G1SalBR6-AfRnb6POOR9M3tvZa3CGwFIs1ArZb6uw,542
38
- vellum/types/__init__.py,sha256=K3MVziBlD-iHotByC5KnRAJH8AG6q_9EjkAW0qKiqnI,33290
39
- vellum/types/api_node_result.py,sha256=1zAcNznjyVkTQM2V--UE1lYFzRWbYEogoChZBGcsliE,936
38
+ vellum/types/__init__.py,sha256=CqTNi5g_hU7CHLrxu-SmSeRvp1y-oVmhv-ulduiGBz8,33919
39
+ vellum/types/api_node_result.py,sha256=ESEn5ydtAWsyEI1H3vYbhh1eiByPWNlNzsgQcUWPIfw,1003
40
40
  vellum/types/api_node_result_data.py,sha256=HvpZaAKYXsoBOnobACIYCmIdxbRc7Zp-ibIohiz_Nzc,1125
41
41
  vellum/types/array_chat_message_content.py,sha256=9aHCzT66f7zTX0oWEL-yvIL8L81joe2Qe5L_DaRDqnU,1050
42
42
  vellum/types/array_chat_message_content_item.py,sha256=a383gaeYCucVDvnY1Xk1z8INbPt-qch4VCT6i_JD3OA,1221
43
43
  vellum/types/array_chat_message_content_item_request.py,sha256=Plg6Ny8pwn-na1r1vPeJSdg1IovFcJqcyT_0UiYqfWs,1345
44
44
  vellum/types/array_chat_message_content_request.py,sha256=nXvKOArX2Bx_T2S4-ZK_09bfsSkCQb69OahL1Q_h3bU,1079
45
- vellum/types/array_enum.py,sha256=ZpwcTHF6WuYeP8QlVfkuJ_YSyPH0iYjeydvHV5kF0HU,138
46
- vellum/types/array_variable_value.py,sha256=jRrS3CTLXxO44b6Q7ReH4WEOJCdjKQj6dXgLcmiY_Cs,1035
47
45
  vellum/types/block_type_enum.py,sha256=w6z5D3RTe75YQBG6HpX8NCbO_kSZxIL0Xy1xss2RKS8,1051
48
46
  vellum/types/chat_history_enum.py,sha256=aiUhxKMC4D83EjGnKNPSzSwoBT5J6G0O-TvBTKr4Oek,151
49
47
  vellum/types/chat_history_input_request.py,sha256=VyGS0Mv_He-fI2d22ygpC2k5ddXKnzWDRFc7-Xkryog,1130
50
- vellum/types/chat_history_variable_value.py,sha256=koLGjfczUqLz56JWV0lWFXfE0NkjHFHfbIX1qdD7im0,958
51
48
  vellum/types/chat_message.py,sha256=oQAvsjlhbLWANAiQgdNCOpU1OBRDa9RyiywRklG5M9I,1060
52
49
  vellum/types/chat_message_content.py,sha256=2NQqu8qgDlsYs5-ka7OMYAyZXA0Ft2n2I2efvNDBFg8,1466
53
50
  vellum/types/chat_message_content_request.py,sha256=V0Q4CI4TYeqD4b7flSI69L1XkLSxrgadK4GpMhWo8Yg,1630
@@ -57,12 +54,12 @@ vellum/types/code_execution_node_chat_history_result.py,sha256=9lybuGFqXaTrlf8r5
57
54
  vellum/types/code_execution_node_error_result.py,sha256=PGGBH6brCG_eomL8aiBj2M2SwK5FBghElxg8MGtN2YQ,961
58
55
  vellum/types/code_execution_node_json_result.py,sha256=p8bs5eEYEZdJJuak0Nx5tmJy4uwrBs7MlVP3KZfa2NY,939
59
56
  vellum/types/code_execution_node_number_result.py,sha256=YYG0AjtGCp3clTXcPX-JF1EonA9_YmAtD4Z980HGop0,918
60
- vellum/types/code_execution_node_result.py,sha256=rF-UyVMbcIIShrW5ALbxFgrqmW_7tLfNKt7D4VZ2_Jo,977
57
+ vellum/types/code_execution_node_result.py,sha256=JGC4dCBNsQuR_mAkE6JxWRIUuoeHLgbDXrvxNX_h8nI,1054
61
58
  vellum/types/code_execution_node_result_data.py,sha256=kDU4s2_lrn1U1i20cg3R8SHawEfNn0XZwYh8Z-lmGKk,989
62
59
  vellum/types/code_execution_node_result_output.py,sha256=GbxJ6hPGISzt5uSoFS62pKNXK3nHaBKwu4r5XwLFP0M,2386
63
60
  vellum/types/code_execution_node_search_results_result.py,sha256=MpetJW8kXFu-aAFEdvvX8m8t2XeEQrvvFifQrtHyvvw,985
64
61
  vellum/types/code_execution_node_string_result.py,sha256=lJeXmeW81lFsObggD-lw5bw-LEs9EHCzv91KZ4GTVuI,916
65
- vellum/types/conditional_node_result.py,sha256=u2Rx3LOY0rNwdSb6vZnOmMRcDvl83uKXccVQv2kzS7g,968
62
+ vellum/types/conditional_node_result.py,sha256=IZKpSg7fWSS0ICqiPyGvCMuMWkH3sWp7CCYHqpaUuJs,1042
66
63
  vellum/types/conditional_node_result_data.py,sha256=IT6PnM2N4q8JJ4srk9ushri4GnCvxMz9VuEcbhmo_rs,911
67
64
  vellum/types/deployment_provider_payload_response.py,sha256=R8X-oE1hydzE4qgLO0HS6NwlW157if4ecCPJPCLyPHY,918
68
65
  vellum/types/deployment_read.py,sha256=gAO7m-BWVHc4HUW4lWgb9f3Soy5WnSyNmbtw_eVuG0s,2000
@@ -75,8 +72,6 @@ vellum/types/entity_status.py,sha256=mOmg4bcQlLH1OZ1dV5TIHGqgHrG89XhAC-dailkM1s0
75
72
  vellum/types/environment_enum.py,sha256=4BOiy38qQQfcoSHJyfAGaC4QMOo8Zc-9TdNP7z9q2iw,799
76
73
  vellum/types/error_enum.py,sha256=39AQMEUAKc9vBN6i7Xq7JeKyYEtGiN7YdW0DfYfiag8,138
77
74
  vellum/types/error_variable_value.py,sha256=uI1rYCfZZsTs683lrirH1Jctn_W4AvgQfBA4hMWNfnw,939
78
- vellum/types/evaluation_params.py,sha256=Ey-RgV4uKVv8G4Dj6lmX_qiBsLcPo1NmoY2xcFW_qDQ,1048
79
- vellum/types/evaluation_params_request.py,sha256=izDbrQHT7QFYjxXX9bkeZnoCle3teShaodbnV_11sJo,1055
80
75
  vellum/types/execute_prompt_api_error_response.py,sha256=f0peA0yIyF1dqh2PclsVEaiCCoLK73KEwYq32cj82Nw,958
81
76
  vellum/types/execute_prompt_event.py,sha256=NzJU6TyaA5C7Ks-52mnjv7yNPRmlW8_1HIFI3_TlEiE,1523
82
77
  vellum/types/execute_prompt_response.py,sha256=SqL28HqVlaAnxjK05k9oYHxrzI3F96WPdAO7mujXwGM,871
@@ -91,6 +86,7 @@ vellum/types/fulfilled_execute_prompt_response.py,sha256=YAvwKdFuo_uT8G2LqOOjtkw
91
86
  vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=TK8fgst0AlvtZXM1SstNvmiWlrz5yJuwI0c4S3FAE4g,1109
92
87
  vellum/types/fulfilled_function_call.py,sha256=fZrTh53XN3dO5bvdtVWGtQ91VgLPKzeMY-b-Z53-uKo,1012
93
88
  vellum/types/fulfilled_prompt_execution_meta.py,sha256=FDCQoqisV2SzUVD_Yw0lMv9tM7gW_6wHTbobUBz9Jwk,1145
89
+ vellum/types/fulfilled_workflow_node_result_event.py,sha256=62296KxCm4d7E-_2lxjULEvTCmottaubg-nlAX5FXmY,1302
94
90
  vellum/types/function_call.py,sha256=-eKu1NTK3WevQDZVVwaMzYkctl8KErZq9bh1qOxc4MA,770
95
91
  vellum/types/function_call_chat_message_content.py,sha256=23LvUR_xUKOylDGjal0JIhdY5BEkvj_aZ64iZxRKZxM,1085
96
92
  vellum/types/function_call_chat_message_content_request.py,sha256=XS0Hu4KsSixRG0TN5u7OUhMJXlOtCpwUv86MR3yQUwc,1114
@@ -115,6 +111,7 @@ vellum/types/indexing_state_enum.py,sha256=uzSb7J75Ge0vxH_WQ2WHKQbZIjvfluyZ2Ijqy
115
111
  vellum/types/initiated_enum.py,sha256=WitSWqhr_zFsxu2mxpl3lTVKYJApUT0YrVLSAK6ZJGY,146
116
112
  vellum/types/initiated_execute_prompt_event.py,sha256=MJFmfVzldEDwnnM_RW0gOsEuN1pUzBcyWPzCqfBUAic,1147
117
113
  vellum/types/initiated_prompt_execution_meta.py,sha256=ZVno9in1xXbxsOg7WuJmnIWdB6yVHfGI-8hUqMhWLeo,1173
114
+ vellum/types/initiated_workflow_node_result_event.py,sha256=vBhkODz8Q_xq0dJcW9xUzNEKeLuY4xw_VluIgymc_lo,1323
118
115
  vellum/types/json_enum.py,sha256=H2EVEuwMW8VUcLhN3fRxbH15yre0hIvZ0eI3A78E7lY,136
119
116
  vellum/types/json_input_request.py,sha256=9eUhL2wKld-1T7DPoisa61IIBqQXFrydxaX_kGRtElQ,1057
120
117
  vellum/types/json_variable_value.py,sha256=khIv0GUMx3sTl2Y8LtRe3PAFWRYXejThDBYMolVbA6Y,917
@@ -143,10 +140,16 @@ vellum/types/node_input_compiled_number_value.py,sha256=DC6m1WE6jQsa1fGwei4Gt0U4
143
140
  vellum/types/node_input_compiled_search_results_value.py,sha256=p9K0LpWvAg9TMzjTNzmODHSCadmfPdDHMF5CnivGHcc,1008
144
141
  vellum/types/node_input_compiled_string_value.py,sha256=lrOr8WhK5wZrsUb1-7bYQ7M2deap8JvnVMtqh8887Zc,939
145
142
  vellum/types/node_input_variable_compiled_value.py,sha256=6PhquhSskdpslUfbS0roxl8H2iQC_WLOGy3IagsZLQs,2381
143
+ vellum/types/node_output_compiled_chat_history_value.py,sha256=MHoBSeJuzPB_aJqMWH4wp-uqixsU1UjVmDAvts5RGRg,992
144
+ vellum/types/node_output_compiled_error_value.py,sha256=-H6BghCPoM-EH2pGBmQlDBS6DviiqU6agVf92eNClmQ,973
145
+ vellum/types/node_output_compiled_json_value.py,sha256=0XY2zVrCdDgoNdVbWqckbY3W4t-xp86R-uZqQygRtpQ,951
146
+ vellum/types/node_output_compiled_number_value.py,sha256=y924rxk72uRpRcdUz7mPCOL41JZluoatnDr92eSkzpQ,930
147
+ vellum/types/node_output_compiled_search_results_value.py,sha256=CVjwk4PhBHv3Cvsl-6-Il7xMLVeS4O_kI9emuyi3Wts,997
148
+ vellum/types/node_output_compiled_string_value.py,sha256=sy7iRnSSvnS1SK8pRsHpBkBRQ8IpnjM1IEOp_q6n18k,928
149
+ vellum/types/node_output_compiled_value.py,sha256=R4-AO22SP-yVg7cBLQxGsot8oK9mR6piKYFymFAXd8I,2308
146
150
  vellum/types/normalized_log_probs.py,sha256=XhiqVdoFYWbVhYWinsiDzkIRSs1t2DCMEX18EwK-c24,1013
147
151
  vellum/types/normalized_token_log_probs.py,sha256=ZIEr6evXULAv5GFhkekr1Qc6QsJjr2vsTdumMooO4oc,1014
148
152
  vellum/types/number_enum.py,sha256=NBfcHwHjWrS5-SSV82JsoX7EW-SU9yKcHHYAemRt_Gs,140
149
- vellum/types/number_variable_value.py,sha256=fKWlCu-Roel4CYQ7go_cPok0bvTEbU6JOaReymrUjSU,896
150
153
  vellum/types/paginated_slim_deployment_read_list.py,sha256=MeOByJstYNcBpqfnsmZ7NIOMilo5DerIALc01FNrU0Q,1087
151
154
  vellum/types/paginated_slim_document_list.py,sha256=rfm_k539tWn6jVBjtgUG1M0AqtPvxtwPXwBJLPBiE6Q,1062
152
155
  vellum/types/paginated_slim_workflow_deployment_list.py,sha256=HSnI0CeB7-gJuCkjCvFZVE2Om00OYCTOs4I5Rzaudm8,1103
@@ -155,7 +158,7 @@ vellum/types/processing_state_enum.py,sha256=rMhw5oLZNfhR4QkIgFfLMWRSLXgHt9qhigu
155
158
  vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=6pPGEk_dKi1FzHEFESvl7yOpM4fH3imOJ_U_03TTytI,1819
156
159
  vellum/types/prompt_deployment_input_request.py,sha256=pwI4mGEz88s8gJr1j_5-4t501tAVwsFNZrEVfPYWLmk,1159
157
160
  vellum/types/prompt_execution_meta.py,sha256=tF9eMOh_CAMvtq2lXVRfVOaWp12jDhuoEUY2S2aENsM,1266
158
- vellum/types/prompt_node_result.py,sha256=TxFRE6-2LFrG1Mo9uA7dOfNs8_Jk6u7bOWhmOzYQiJY,948
161
+ vellum/types/prompt_node_result.py,sha256=M4e37S30KFoMYs2khcxG-BxCWSLdwIxBYIjXWEfQbxQ,1017
159
162
  vellum/types/prompt_node_result_data.py,sha256=LyNkZz-9lYejVtIaej1m7u5CiWmXVFG8IAr6hVQBgZg,945
160
163
  vellum/types/prompt_output.py,sha256=Bz8hTTGUdg0GAmvTw0_gSCoB3jzs_zhF7kPbpKDMSD0,1336
161
164
  vellum/types/prompt_template_block.py,sha256=2UfBd8ktRrvVp_gZFLWevrV5D1UjXCji4YbeHPAVl0c,1164
@@ -182,15 +185,14 @@ vellum/types/rejected_execute_prompt_response.py,sha256=JOf1cYJ3TVR8aWLuL1R-sj7D
182
185
  vellum/types/rejected_execute_workflow_workflow_result_event.py,sha256=b7nicyHuhAOc5R_KrWAkRZ30BHAEddgSTMTihjXobx8,1123
183
186
  vellum/types/rejected_function_call.py,sha256=c14z0BPFs48ifoccraOShFaQDz6D6g2kpktJs1TE39E,1051
184
187
  vellum/types/rejected_prompt_execution_meta.py,sha256=rJsnrz0E0W6Mkq9gBLN4c3sXrr1Mg14feUtj4bKZgvY,1144
185
- vellum/types/sandbox_metric_input_params.py,sha256=WPrqAWggrSvu9syP2Fk4SGj08YvV55oF9dD6Cb40gjE,961
186
- vellum/types/sandbox_metric_input_params_request.py,sha256=UbTt4QimyaoYjzhWNggpFL7SlYLgKqZ4i6_skWzAo2I,990
187
- vellum/types/sandbox_scenario.py,sha256=mGidLY1jAdw7BSMbeXTc-PtiZLSQS4peOiJmxL8YxqQ,1214
188
+ vellum/types/rejected_workflow_node_result_event.py,sha256=RFxcGUoSynpkarlqqUoZHR3LHlmbblICBDkVHcrxDNE,1246
189
+ vellum/types/sandbox_scenario.py,sha256=VSw8QtLk3ryMBVM_L4Pdd4f4eqgGU7SG5bR7bSqTx5E,1098
188
190
  vellum/types/scenario_input.py,sha256=a1OMFt1RxJMNYoJ9PclhJof_IBuJE6B4fb6kPdIuLTg,1108
189
191
  vellum/types/scenario_input_request.py,sha256=kXki5ENoCHDSajT5pcL_NRi4urAtZvg5d2-B7zHDIsY,1137
190
192
  vellum/types/scenario_input_type_enum.py,sha256=S16TuGQ_Ifge1QLKem_ZlHSsqr3_lfLGZpEAj2IYrQk,580
191
193
  vellum/types/search_error_response.py,sha256=-hA3qCNDHfoYjV1bir68iZ7VBezvc7pOAymFeVcP4Gc,948
192
194
  vellum/types/search_filters_request.py,sha256=1SgO5C3te2J2Pz5PC0jBCOTELjHT04i4FH29UFyaFqo,1221
193
- vellum/types/search_node_result.py,sha256=402QVgWh7BLaz27m8uU94oEdydJRVCm_zQvmpJEBH1s,948
195
+ vellum/types/search_node_result.py,sha256=WvgXyoq_l7x3H6Qt7qRDI1hB-SJHDlkPmDMwziu05BE,1017
194
196
  vellum/types/search_node_result_data.py,sha256=WYvO0eADwjQ5lGhAEdlQKlSPvA9MTfWcPRoujLewTxw,1159
195
197
  vellum/types/search_request_options_request.py,sha256=xwvhSO_NMNnQt-jGbExG58eeYawVWictTFJl477p-NE,1579
196
198
  vellum/types/search_response.py,sha256=FwU87gCDD2JQdur9rO8HOiJdqeYJDYoKWLqO-0R7qAE,1071
@@ -200,7 +202,6 @@ vellum/types/search_result_document_request.py,sha256=MeleItFXTTvx45hPmI4mhKdQSV
200
202
  vellum/types/search_result_merging_request.py,sha256=lLgp8q1WwvdUJcR1YWpLRjmZ3SgYZj2-Bbg450xWxDg,970
201
203
  vellum/types/search_result_request.py,sha256=SMjICHnxr3l8-KCe7ftWMZiKPdlvdMAPZd4zRXNxpQ8,1335
202
204
  vellum/types/search_results_enum.py,sha256=Duyq99BLaCcFw_-VOpHff-tP8QSFP-FfzLRN81Avgjw,155
203
- vellum/types/search_results_variable_value.py,sha256=vyVdzPmriQPVvQu52CM7z8LZup3tFh5dl5BFnarPMI8,963
204
205
  vellum/types/search_weights_request.py,sha256=guPgN3N0b5Mg0sIpw8ts80iBOT_nUsRNZqjDMKJIphI,1117
205
206
  vellum/types/slim_deployment_read.py,sha256=80-xQdAlZaIwqg_QB6FWRDNGRmXTeHkK8-SHGCJOLFs,1811
206
207
  vellum/types/slim_document.py,sha256=AcFFqAHpE067rn3j4x0qQt6Y2yN5La-pPPLB3s6QfD8,3074
@@ -208,6 +209,7 @@ vellum/types/slim_workflow_deployment.py,sha256=dkluwIhwpxDcC54QLIIQgBOSK-hCFsbY
208
209
  vellum/types/streaming_enum.py,sha256=-cknmHCDQ3FJXHthl5jH-UpZxhIqjGjNxhQR9w1RdTY,146
209
210
  vellum/types/streaming_execute_prompt_event.py,sha256=WaXFjOukP3MOgSWkZgmjKw9hNOvVjJtHi1xqM1pUgys,1393
210
211
  vellum/types/streaming_prompt_execution_meta.py,sha256=2cCvMZZqVL2s2X7VrfiyDuLEwemBylDQVlyOfsVFF7A,1043
212
+ vellum/types/streaming_workflow_node_result_event.py,sha256=sOd15if42vIpKD8LjPc2bIMxGYm8pcXCR5AsurIjDSk,1322
211
213
  vellum/types/string_chat_message_content.py,sha256=c9jLLefmb-ABurTEbOOslDPtKt6Pl5xgUSfvBUb__bI,950
212
214
  vellum/types/string_chat_message_content_request.py,sha256=1dsWZfgFrcgp6VdndL_cIj-grkX0QORlETb9ZraEesA,957
213
215
  vellum/types/string_enum.py,sha256=66RXPEf5TwDtolzhy2Nvoa1VV4dfg-ATn35Rakofg7I,140
@@ -220,7 +222,7 @@ vellum/types/templating_node_chat_history_result.py,sha256=hSnL_WbnG0vMq6_4vBo-J
220
222
  vellum/types/templating_node_error_result.py,sha256=0zosQlkEZTMVY1MzzSPWCFEGWAK5kky6pKPd384urGc,958
221
223
  vellum/types/templating_node_json_result.py,sha256=_vHc09B-SU0GhFSE6GgNRspvgoxkuf48Lw8uKiaeUj4,936
222
224
  vellum/types/templating_node_number_result.py,sha256=zvI3p51YEFtf0CWnz9XpQB6X1-ywyBCZ_s424r1xtqw,915
223
- vellum/types/templating_node_result.py,sha256=nLjZgVqCr3Zl5JIlrjfcyRJt11B8l4VCMmu-ApkAPMM,964
225
+ vellum/types/templating_node_result.py,sha256=rp2O_MBwtRVqI9nLB5hdRISY53KJB3mST6qwJou9TTc,1037
224
226
  vellum/types/templating_node_result_data.py,sha256=kyDRROaumQFof-kIiKrchvOfh2umqCFxAh3b0Fcy5-w,976
225
227
  vellum/types/templating_node_result_output.py,sha256=2pONPFz_AbYkZ9m5vBcPVBtP0xYzzGekb2eNPAijKEY,2287
226
228
  vellum/types/templating_node_search_results_result.py,sha256=jvR3bWQsKawjlV3e2rpakTkrb7pBR1InZVV1Gzg3OjQ,982
@@ -229,7 +231,7 @@ vellum/types/terminal_node_chat_history_result.py,sha256=4uj65lHbRA_XDKme7RKT2uK
229
231
  vellum/types/terminal_node_error_result.py,sha256=8Q1IJbju9DgHQQysFyk5cfBw75dQJx1vv4xhC94Ll4Y,1089
230
232
  vellum/types/terminal_node_json_result.py,sha256=cXfFWr355b0C45jBIMmZC59JRMKLMWPVLctdH6bonGM,1067
231
233
  vellum/types/terminal_node_number_result.py,sha256=MKZwjcFzWdELHN42FjdbwYLsReaVRgeB_UwCBNJW5hQ,1046
232
- vellum/types/terminal_node_result.py,sha256=K8b1aD9HuGF83YCHZnex8q7-WMuh52rC31_wK_PRPWU,956
234
+ vellum/types/terminal_node_result.py,sha256=wTYogXnBjtkIiahJALpp_kCN7B-jf9_xJ_pMWlRVMx8,1027
233
235
  vellum/types/terminal_node_result_data.py,sha256=Ev4xZWdWp6vu0YQljVvSpV5J360pf-K-hE3s10C5Ijs,968
234
236
  vellum/types/terminal_node_result_output.py,sha256=KVM-9BYiIsOli3c_1UJcABY56vuBuFHjBhpAc8UfugM,2225
235
237
  vellum/types/terminal_node_search_results_result.py,sha256=McUYdCDNtbQGxTLhdOEevdowY0tok4on8ylMMLXYm24,1113
@@ -244,7 +246,6 @@ vellum/types/test_case_variable_value.py,sha256=Bxd_4a5qFilAaF5ZV04ytX9-bDFlLsYB
244
246
  vellum/types/test_suite_test_case.py,sha256=X0ofIlD4wL7zgybJFptuUqpCGjIyS916fch5PAmaF3U,1092
245
247
  vellum/types/upload_document_error_response.py,sha256=j2NahdS7jnklF9sGIaw7SbDEa3QhnzsDG3mG6prbGSQ,886
246
248
  vellum/types/upload_document_response.py,sha256=6SY4OqEHIg_EUgOwU2rSdWeNDQULUt2LZv6zN-QCJ7Y,956
247
- vellum/types/variable_value.py,sha256=xNwfsAb9IdmiRG6iJ-gC8yRUnkEGhbKwVP4UAFbmTvg,2645
248
249
  vellum/types/vellum_error.py,sha256=rO2oP5qbRRpk17X5D-Gf8Ea2oSkqkZpp7n71Dz-Qivw,957
249
250
  vellum/types/vellum_error_code_enum.py,sha256=X7aUaKZR1jiYnaa9OxPu-bze3Tua31Gh22HJAxw6fyI,969
250
251
  vellum/types/vellum_error_request.py,sha256=kMDn9F-Cg4IWQeaX_nCdvadu7JlaIvtf6Rmm3tdVkD0,964
@@ -258,13 +259,12 @@ vellum/types/workflow_execution_actual_json_request.py,sha256=hVKpBukLehwDUopO7i
258
259
  vellum/types/workflow_execution_actual_string_request.py,sha256=uKnv8Ds88GF-Jjc1BoaFhhqmw89MnWeD4JyrpUjjttA,1928
259
260
  vellum/types/workflow_execution_event_error_code.py,sha256=K_kDBX8NHEdE9bchiQ-uyIqmz3t2fNH7LJ6Vyb8tiM8,1921
260
261
  vellum/types/workflow_execution_event_type.py,sha256=4X7xWU9xymJEsIsA0FNnk1kld8kRmIaZS4dMAkEE4DQ,567
261
- vellum/types/workflow_execution_node_result_event.py,sha256=JLcfZBXO1cFPpxd2BAo_ah1Apku8nbqhFh0rUotnOSo,1066
262
- vellum/types/workflow_execution_workflow_result_event.py,sha256=vf4iqhXjSF8gNZol9TJH03rw4bXrH-AOBgI6vWaYFtk,1057
262
+ vellum/types/workflow_execution_node_result_event.py,sha256=Bt1G9Oh0vX5eQQiWR1EW0meerlZbfWexYwdlOxNXuFQ,1145
263
+ vellum/types/workflow_execution_workflow_result_event.py,sha256=OjXgi0Z7dmX3aY1CDF2PLzFQhtsfb80dgtMlecvKOXo,1140
263
264
  vellum/types/workflow_node_result_data.py,sha256=PRa9r7LZzZULEVI56Pj2JFZ8eAxiYO7lMeNRB6T3Lbs,2384
264
- vellum/types/workflow_node_result_event.py,sha256=rowQ3ZzdFVm2KWHS4U0NjYy-wNOTUXYpYx1Zr1IYbgM,1441
265
+ vellum/types/workflow_node_result_event.py,sha256=4HaS7LzSi0ThPc2xe0k7pjhvvfMB40wajk3zdSEuKJw,1632
265
266
  vellum/types/workflow_node_result_event_state.py,sha256=PwWxuO6cqCPQOoH1woYEahxr3za7yEr2YiS0zuICj4I,1035
266
- vellum/types/workflow_output.py,sha256=yecXfJ9AlP6zKv4aSpoe1nIekpj2iYeFpuernwDu1lU,2934
267
- vellum/types/workflow_output_array.py,sha256=8DdFH_j6TXPQ2abFeH8sdyrxY-UTkFZZKk3aEIH-YX4,1114
267
+ vellum/types/workflow_output.py,sha256=IA5FN18UclZiAlcXDODMo2Nb8USsItdxGFOEAz5iMHw,2643
268
268
  vellum/types/workflow_output_chat_history.py,sha256=--RXF39zD7Ywtk8GQ5zJWY5L6uLIaObZjswrrRTRX2A,1116
269
269
  vellum/types/workflow_output_error.py,sha256=hZEh0Xi2_MuHhfDsl6jRTAvH7-ptqtpTB_rtv2FzWBY,1091
270
270
  vellum/types/workflow_output_function_call.py,sha256=wFzWd38erYxy9f-bmVyQbSUNnxsOfAskLmtmYnf32FY,1108
@@ -280,14 +280,14 @@ vellum/types/workflow_request_number_input_request.py,sha256=E7d2_QE-o1vv_VVfR6C
280
280
  vellum/types/workflow_request_string_input_request.py,sha256=L1Zl1_K7Tlqjaz5pJfb8Q4GG2BVKWJzw2Wos6IEJpxM,986
281
281
  vellum/types/workflow_result_event.py,sha256=5-HN3_dqTgEiKPnXoxCdzv1C3P9ZP1qL7Y_gDeh9k9w,1347
282
282
  vellum/types/workflow_result_event_output_data.py,sha256=WugPeifmg-x5Ef6hFZ6L3gQC68_e57Q-xThlcWEBhlA,2500
283
- vellum/types/workflow_result_event_output_data_chat_history.py,sha256=g-pnQ0q_z_2sAi6YqK6ZkxiJsEHmNcDb9i-UNxvL9JY,1318
284
- vellum/types/workflow_result_event_output_data_error.py,sha256=YXW7hOIwEtaRsCPbNcf-FlogY-gmbd2aklhGsCb73vg,1299
285
- vellum/types/workflow_result_event_output_data_json.py,sha256=jWazBChbXRuNitkENjA1ITbpe61g1ZE06arsycPccwY,1277
286
- vellum/types/workflow_result_event_output_data_number.py,sha256=zWtQor27iaDDHmY5Ams1u6E2cbyuIUn97juLKCJwRLY,1256
287
- vellum/types/workflow_result_event_output_data_search_results.py,sha256=frCaJ5kWrIqCeV-waBNfd7rO4fqWe5aYpSI8PM4-oRw,1323
288
- vellum/types/workflow_result_event_output_data_string.py,sha256=TByZxyQh9ci4UIdEmoEi_JK1U_JwYCnVZeB_4kGuXKM,1405
283
+ vellum/types/workflow_result_event_output_data_chat_history.py,sha256=rvSMvssqF8GqYDIVA-7c48O2qa1bKvE3rULM26OEhao,1397
284
+ vellum/types/workflow_result_event_output_data_error.py,sha256=PMLhZvzVSL3rvbunJAMHUF9Bvjee9P-22oYgzgOoBhk,1372
285
+ vellum/types/workflow_result_event_output_data_json.py,sha256=SwmsLqJ1kg3WTGfi2lHMxe7AbgLMK7DmDL3rh_iV3Eg,1348
286
+ vellum/types/workflow_result_event_output_data_number.py,sha256=5IG_4XZhUZjwCfX1KGJD6WwfUxN9TjrkmSMSxH2zMbI,1329
287
+ vellum/types/workflow_result_event_output_data_search_results.py,sha256=FZeTLuHIBJp0AZUqBOzzMN4ntf_Q3hKP4m3vIzVq2cQ,1404
288
+ vellum/types/workflow_result_event_output_data_string.py,sha256=XJ7ZFTS2eqIMwa-zXFPDowu3o3JnRUfxC1MJIk8nPDI,1478
289
289
  vellum/types/workflow_stream_event.py,sha256=OQUSzwoM-OCfWxNzeOVVLsjCue_WWqin3tGMtwvp_rc,873
290
- vellum_ai-0.2.2.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
291
- vellum_ai-0.2.2.dist-info/METADATA,sha256=LAaLvUwzx0_HwQzCK6zw8iON30AQ-HzQRun91msdvEs,3486
292
- vellum_ai-0.2.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
293
- vellum_ai-0.2.2.dist-info/RECORD,,
290
+ vellum_ai-0.3.2.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
291
+ vellum_ai-0.3.2.dist-info/METADATA,sha256=gByB695iS34Gr_oMX0Ky-OFMBaZodk4SUm_NhqzrG4I,3486
292
+ vellum_ai-0.3.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
293
+ vellum_ai-0.3.2.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing_extensions
4
-
5
- ArrayEnum = typing_extensions.Literal["ARRAY"]
@@ -1,30 +0,0 @@
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
-
8
- try:
9
- import pydantic.v1 as pydantic # type: ignore
10
- except ImportError:
11
- import pydantic # type: ignore
12
-
13
-
14
- class EvaluationParamsRequest(pydantic.BaseModel):
15
- target: typing.Optional[str] = pydantic.Field(
16
- description="The target value to compare the LLM output against. Typically what you expect or desire the LLM output to be."
17
- )
18
-
19
- def json(self, **kwargs: typing.Any) -> str:
20
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
21
- return super().json(**kwargs_with_defaults)
22
-
23
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
24
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
- return super().dict(**kwargs_with_defaults)
26
-
27
- class Config:
28
- frozen = True
29
- smart_union = True
30
- json_encoders = {dt.datetime: serialize_datetime}
@@ -1,29 +0,0 @@
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 .evaluation_params_request import EvaluationParamsRequest
8
-
9
- try:
10
- import pydantic.v1 as pydantic # type: ignore
11
- except ImportError:
12
- import pydantic # type: ignore
13
-
14
-
15
- class SandboxMetricInputParamsRequest(pydantic.BaseModel):
16
- params: typing.Optional[EvaluationParamsRequest]
17
-
18
- def json(self, **kwargs: typing.Any) -> str:
19
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
20
- return super().json(**kwargs_with_defaults)
21
-
22
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
23
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
- return super().dict(**kwargs_with_defaults)
25
-
26
- class Config:
27
- frozen = True
28
- smart_union = True
29
- json_encoders = {dt.datetime: serialize_datetime}
@@ -1,102 +0,0 @@
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 .array_variable_value import ArrayVariableValue
10
- from .chat_history_variable_value import ChatHistoryVariableValue
11
- from .error_variable_value import ErrorVariableValue
12
- from .function_call_variable_value import FunctionCallVariableValue
13
- from .json_variable_value import JsonVariableValue
14
- from .number_variable_value import NumberVariableValue
15
- from .search_results_variable_value import SearchResultsVariableValue
16
- from .string_variable_value import StringVariableValue
17
-
18
-
19
- class VariableValue_String(StringVariableValue):
20
- type: typing_extensions.Literal["STRING"]
21
-
22
- class Config:
23
- frozen = True
24
- smart_union = True
25
- allow_population_by_field_name = True
26
-
27
-
28
- class VariableValue_Number(NumberVariableValue):
29
- type: typing_extensions.Literal["NUMBER"]
30
-
31
- class Config:
32
- frozen = True
33
- smart_union = True
34
- allow_population_by_field_name = True
35
-
36
-
37
- class VariableValue_Json(JsonVariableValue):
38
- type: typing_extensions.Literal["JSON"]
39
-
40
- class Config:
41
- frozen = True
42
- smart_union = True
43
- allow_population_by_field_name = True
44
-
45
-
46
- class VariableValue_ChatHistory(ChatHistoryVariableValue):
47
- type: typing_extensions.Literal["CHAT_HISTORY"]
48
-
49
- class Config:
50
- frozen = True
51
- smart_union = True
52
- allow_population_by_field_name = True
53
-
54
-
55
- class VariableValue_SearchResults(SearchResultsVariableValue):
56
- type: typing_extensions.Literal["SEARCH_RESULTS"]
57
-
58
- class Config:
59
- frozen = True
60
- smart_union = True
61
- allow_population_by_field_name = True
62
-
63
-
64
- class VariableValue_Error(ErrorVariableValue):
65
- type: typing_extensions.Literal["ERROR"]
66
-
67
- class Config:
68
- frozen = True
69
- smart_union = True
70
- allow_population_by_field_name = True
71
-
72
-
73
- class VariableValue_Array(ArrayVariableValue):
74
- type: typing_extensions.Literal["ARRAY"]
75
-
76
- class Config:
77
- frozen = True
78
- smart_union = True
79
- allow_population_by_field_name = True
80
-
81
-
82
- class VariableValue_FunctionCall(FunctionCallVariableValue):
83
- type: typing_extensions.Literal["FUNCTION_CALL"]
84
-
85
- class Config:
86
- frozen = True
87
- smart_union = True
88
- allow_population_by_field_name = True
89
-
90
-
91
- VariableValue = typing.Union[
92
- VariableValue_String,
93
- VariableValue_Number,
94
- VariableValue_Json,
95
- VariableValue_ChatHistory,
96
- VariableValue_SearchResults,
97
- VariableValue_Error,
98
- VariableValue_Array,
99
- VariableValue_FunctionCall,
100
- ]
101
-
102
- VariableValue_Array.update_forward_refs()