vellum-ai 0.9.15__py3-none-any.whl → 0.9.16rc2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1112) hide show
  1. vellum/client/README.md +242 -0
  2. vellum/client/core/__init__.py +47 -0
  3. vellum/client/core/api_error.py +15 -0
  4. vellum/client/core/client_wrapper.py +59 -0
  5. vellum/client/core/datetime_utils.py +28 -0
  6. vellum/client/core/file.py +62 -0
  7. vellum/client/core/http_client.py +487 -0
  8. vellum/client/core/jsonable_encoder.py +101 -0
  9. vellum/client/core/pydantic_utilities.py +296 -0
  10. vellum/client/core/query_encoder.py +58 -0
  11. vellum/client/core/remove_none_from_dict.py +11 -0
  12. vellum/client/core/request_options.py +32 -0
  13. vellum/client/core/serialization.py +272 -0
  14. vellum/client/environment.py +17 -0
  15. vellum/client/errors/__init__.py +8 -0
  16. vellum/client/errors/bad_request_error.py +9 -0
  17. vellum/client/errors/forbidden_error.py +9 -0
  18. vellum/client/errors/internal_server_error.py +9 -0
  19. vellum/client/errors/not_found_error.py +9 -0
  20. vellum/client/resources/__init__.py +47 -0
  21. vellum/client/resources/ad_hoc/__init__.py +2 -0
  22. vellum/client/resources/ad_hoc/client.py +459 -0
  23. vellum/client/resources/container_images/__init__.py +2 -0
  24. vellum/client/resources/container_images/client.py +502 -0
  25. vellum/client/resources/deployments/__init__.py +5 -0
  26. vellum/client/resources/deployments/client.py +975 -0
  27. vellum/client/resources/deployments/types/__init__.py +6 -0
  28. vellum/client/resources/deployments/types/deployments_list_request_status.py +5 -0
  29. vellum/client/resources/deployments/types/list_deployment_release_tags_request_source.py +5 -0
  30. vellum/client/resources/document_indexes/__init__.py +5 -0
  31. vellum/client/resources/document_indexes/client.py +1154 -0
  32. vellum/client/resources/document_indexes/types/__init__.py +5 -0
  33. vellum/client/resources/document_indexes/types/document_indexes_list_request_status.py +5 -0
  34. vellum/client/resources/documents/__init__.py +2 -0
  35. vellum/client/resources/documents/client.py +781 -0
  36. vellum/client/resources/folder_entities/__init__.py +5 -0
  37. vellum/client/resources/folder_entities/client.py +333 -0
  38. vellum/client/resources/folder_entities/types/__init__.py +5 -0
  39. vellum/client/resources/folder_entities/types/folder_entities_list_request_entity_status.py +5 -0
  40. vellum/client/resources/metric_definitions/__init__.py +2 -0
  41. vellum/client/resources/metric_definitions/client.py +178 -0
  42. vellum/client/resources/sandboxes/__init__.py +2 -0
  43. vellum/client/resources/sandboxes/client.py +481 -0
  44. vellum/client/resources/test_suite_runs/__init__.py +2 -0
  45. vellum/client/resources/test_suite_runs/client.py +445 -0
  46. vellum/client/resources/test_suites/__init__.py +2 -0
  47. vellum/client/resources/test_suites/client.py +688 -0
  48. vellum/client/resources/workflow_deployments/__init__.py +5 -0
  49. vellum/client/resources/workflow_deployments/client.py +693 -0
  50. vellum/client/resources/workflow_deployments/types/__init__.py +6 -0
  51. vellum/client/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +5 -0
  52. vellum/client/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +5 -0
  53. vellum/client/resources/workflow_sandboxes/__init__.py +2 -0
  54. vellum/client/resources/workflow_sandboxes/client.py +190 -0
  55. vellum/client/resources/workflows/__init__.py +5 -0
  56. vellum/client/resources/workflows/client.py +333 -0
  57. vellum/client/resources/workflows/types/__init__.py +5 -0
  58. vellum/client/resources/workflows/types/workflows_pull_request_format.py +5 -0
  59. vellum/client/resources/workspace_secrets/__init__.py +2 -0
  60. vellum/client/resources/workspace_secrets/client.py +266 -0
  61. vellum/client/types/__init__.py +979 -0
  62. vellum/client/types/ad_hoc_execute_prompt_event.py +14 -0
  63. vellum/client/types/ad_hoc_expand_meta.py +37 -0
  64. vellum/client/types/ad_hoc_fulfilled_prompt_execution_meta.py +27 -0
  65. vellum/client/types/ad_hoc_initiated_prompt_execution_meta.py +24 -0
  66. vellum/client/types/ad_hoc_rejected_prompt_execution_meta.py +25 -0
  67. vellum/client/types/ad_hoc_streaming_prompt_execution_meta.py +23 -0
  68. vellum/client/types/add_openai_api_key_enum.py +3 -0
  69. vellum/client/types/api_node_result.py +25 -0
  70. vellum/client/types/api_node_result_data.py +28 -0
  71. vellum/client/types/array_chat_message_content.py +25 -0
  72. vellum/client/types/array_chat_message_content_item.py +11 -0
  73. vellum/client/types/array_chat_message_content_item_request.py +14 -0
  74. vellum/client/types/array_chat_message_content_request.py +25 -0
  75. vellum/client/types/array_input.py +36 -0
  76. vellum/client/types/array_variable_value.py +27 -0
  77. vellum/client/types/array_variable_value_item.py +29 -0
  78. vellum/client/types/array_vellum_value.py +31 -0
  79. vellum/client/types/array_vellum_value_request.py +31 -0
  80. vellum/client/types/audio_chat_message_content.py +25 -0
  81. vellum/client/types/audio_chat_message_content_request.py +25 -0
  82. vellum/client/types/audio_variable_value.py +25 -0
  83. vellum/client/types/audio_vellum_value.py +25 -0
  84. vellum/client/types/audio_vellum_value_request.py +25 -0
  85. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +24 -0
  86. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +24 -0
  87. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +26 -0
  88. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +26 -0
  89. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +26 -0
  90. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +26 -0
  91. vellum/client/types/chat_history_input.py +30 -0
  92. vellum/client/types/chat_history_input_request.py +30 -0
  93. vellum/client/types/chat_history_variable_value.py +21 -0
  94. vellum/client/types/chat_history_vellum_value.py +25 -0
  95. vellum/client/types/chat_history_vellum_value_request.py +25 -0
  96. vellum/client/types/chat_message.py +27 -0
  97. vellum/client/types/chat_message_content.py +16 -0
  98. vellum/client/types/chat_message_content_request.py +16 -0
  99. vellum/client/types/chat_message_prompt_block.py +39 -0
  100. vellum/client/types/chat_message_request.py +27 -0
  101. vellum/client/types/chat_message_role.py +5 -0
  102. vellum/client/types/code_execution_node_array_result.py +28 -0
  103. vellum/client/types/code_execution_node_chat_history_result.py +22 -0
  104. vellum/client/types/code_execution_node_error_result.py +22 -0
  105. vellum/client/types/code_execution_node_function_call_result.py +22 -0
  106. vellum/client/types/code_execution_node_json_result.py +21 -0
  107. vellum/client/types/code_execution_node_number_result.py +21 -0
  108. vellum/client/types/code_execution_node_result.py +31 -0
  109. vellum/client/types/code_execution_node_result_data.py +27 -0
  110. vellum/client/types/code_execution_node_result_output.py +22 -0
  111. vellum/client/types/code_execution_node_search_results_result.py +22 -0
  112. vellum/client/types/code_execution_node_string_result.py +21 -0
  113. vellum/client/types/code_execution_package.py +20 -0
  114. vellum/client/types/code_execution_runtime.py +5 -0
  115. vellum/client/types/code_executor_input.py +24 -0
  116. vellum/client/types/code_executor_response.py +27 -0
  117. vellum/client/types/code_executor_secret_input.py +29 -0
  118. vellum/client/types/compile_prompt_deployment_expand_meta_request.py +32 -0
  119. vellum/client/types/compile_prompt_meta.py +25 -0
  120. vellum/client/types/components_schemas_pdf_search_result_meta_source.py +5 -0
  121. vellum/client/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
  122. vellum/client/types/condition_combinator.py +5 -0
  123. vellum/client/types/conditional_node_result.py +25 -0
  124. vellum/client/types/conditional_node_result_data.py +19 -0
  125. vellum/client/types/container_image_read.py +28 -0
  126. vellum/client/types/create_test_suite_test_case_request.py +48 -0
  127. vellum/client/types/deployment_provider_payload_response.py +22 -0
  128. vellum/client/types/deployment_provider_payload_response_payload.py +5 -0
  129. vellum/client/types/deployment_read.py +73 -0
  130. vellum/client/types/deployment_release_tag_deployment_history_item.py +21 -0
  131. vellum/client/types/deployment_release_tag_read.py +37 -0
  132. vellum/client/types/docker_service_token.py +21 -0
  133. vellum/client/types/document_document_to_document_index.py +39 -0
  134. vellum/client/types/document_index_chunking.py +8 -0
  135. vellum/client/types/document_index_chunking_request.py +10 -0
  136. vellum/client/types/document_index_indexing_config.py +22 -0
  137. vellum/client/types/document_index_indexing_config_request.py +22 -0
  138. vellum/client/types/document_index_read.py +52 -0
  139. vellum/client/types/document_processing_state.py +7 -0
  140. vellum/client/types/document_read.py +49 -0
  141. vellum/client/types/document_status.py +5 -0
  142. vellum/client/types/enriched_normalized_completion.py +59 -0
  143. vellum/client/types/entity_status.py +5 -0
  144. vellum/client/types/entity_visibility.py +5 -0
  145. vellum/client/types/environment_enum.py +5 -0
  146. vellum/client/types/ephemeral_prompt_cache_config.py +20 -0
  147. vellum/client/types/ephemeral_prompt_cache_config_type_enum.py +5 -0
  148. vellum/client/types/error_input.py +30 -0
  149. vellum/client/types/error_variable_value.py +21 -0
  150. vellum/client/types/error_vellum_value.py +25 -0
  151. vellum/client/types/error_vellum_value_request.py +25 -0
  152. vellum/client/types/execute_prompt_event.py +11 -0
  153. vellum/client/types/execute_prompt_response.py +7 -0
  154. vellum/client/types/execute_workflow_response.py +29 -0
  155. vellum/client/types/execute_workflow_workflow_result_event.py +9 -0
  156. vellum/client/types/execution_array_vellum_value.py +37 -0
  157. vellum/client/types/execution_chat_history_vellum_value.py +31 -0
  158. vellum/client/types/execution_error_vellum_value.py +31 -0
  159. vellum/client/types/execution_function_call_vellum_value.py +31 -0
  160. vellum/client/types/execution_json_vellum_value.py +30 -0
  161. vellum/client/types/execution_number_vellum_value.py +30 -0
  162. vellum/client/types/execution_search_results_vellum_value.py +31 -0
  163. vellum/client/types/execution_string_vellum_value.py +30 -0
  164. vellum/client/types/execution_vellum_value.py +22 -0
  165. vellum/client/types/external_test_case_execution.py +31 -0
  166. vellum/client/types/external_test_case_execution_request.py +31 -0
  167. vellum/client/types/finish_reason_enum.py +5 -0
  168. vellum/client/types/folder_entity.py +16 -0
  169. vellum/client/types/folder_entity_document_index.py +26 -0
  170. vellum/client/types/folder_entity_document_index_data.py +25 -0
  171. vellum/client/types/folder_entity_folder.py +26 -0
  172. vellum/client/types/folder_entity_folder_data.py +24 -0
  173. vellum/client/types/folder_entity_prompt_sandbox.py +26 -0
  174. vellum/client/types/folder_entity_prompt_sandbox_data.py +26 -0
  175. vellum/client/types/folder_entity_test_suite.py +26 -0
  176. vellum/client/types/folder_entity_test_suite_data.py +25 -0
  177. vellum/client/types/folder_entity_workflow_sandbox.py +26 -0
  178. vellum/client/types/folder_entity_workflow_sandbox_data.py +26 -0
  179. vellum/client/types/fulfilled_ad_hoc_execute_prompt_event.py +28 -0
  180. vellum/client/types/fulfilled_enum.py +5 -0
  181. vellum/client/types/fulfilled_execute_prompt_event.py +28 -0
  182. vellum/client/types/fulfilled_execute_prompt_response.py +37 -0
  183. vellum/client/types/fulfilled_execute_workflow_workflow_result_event.py +36 -0
  184. vellum/client/types/fulfilled_prompt_execution_meta.py +27 -0
  185. vellum/client/types/fulfilled_workflow_node_result_event.py +40 -0
  186. vellum/client/types/function_call.py +27 -0
  187. vellum/client/types/function_call_chat_message_content.py +25 -0
  188. vellum/client/types/function_call_chat_message_content_request.py +25 -0
  189. vellum/client/types/function_call_chat_message_content_value.py +25 -0
  190. vellum/client/types/function_call_chat_message_content_value_request.py +25 -0
  191. vellum/client/types/function_call_input.py +30 -0
  192. vellum/client/types/function_call_request.py +27 -0
  193. vellum/client/types/function_call_variable_value.py +21 -0
  194. vellum/client/types/function_call_vellum_value.py +25 -0
  195. vellum/client/types/function_call_vellum_value_request.py +25 -0
  196. vellum/client/types/function_definition.py +31 -0
  197. vellum/client/types/generate_options_request.py +26 -0
  198. vellum/client/types/generate_request.py +33 -0
  199. vellum/client/types/generate_response.py +38 -0
  200. vellum/client/types/generate_result.py +29 -0
  201. vellum/client/types/generate_result_data.py +23 -0
  202. vellum/client/types/generate_result_error.py +22 -0
  203. vellum/client/types/generate_stream_response.py +20 -0
  204. vellum/client/types/generate_stream_result.py +23 -0
  205. vellum/client/types/generate_stream_result_data.py +21 -0
  206. vellum/client/types/google_vertex_ai_vectorizer_config.py +20 -0
  207. vellum/client/types/google_vertex_ai_vectorizer_config_request.py +20 -0
  208. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004.py +21 -0
  209. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +21 -0
  210. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +21 -0
  211. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +21 -0
  212. vellum/client/types/hkunlp_instructor_xl_vectorizer.py +25 -0
  213. vellum/client/types/hkunlp_instructor_xl_vectorizer_request.py +25 -0
  214. vellum/client/types/image_chat_message_content.py +25 -0
  215. vellum/client/types/image_chat_message_content_request.py +25 -0
  216. vellum/client/types/image_variable_value.py +25 -0
  217. vellum/client/types/image_vellum_value.py +25 -0
  218. vellum/client/types/image_vellum_value_request.py +25 -0
  219. vellum/client/types/indexing_config_vectorizer.py +30 -0
  220. vellum/client/types/indexing_config_vectorizer_request.py +30 -0
  221. vellum/client/types/indexing_state_enum.py +7 -0
  222. vellum/client/types/initiated_ad_hoc_execute_prompt_event.py +26 -0
  223. vellum/client/types/initiated_execute_prompt_event.py +26 -0
  224. vellum/client/types/initiated_prompt_execution_meta.py +26 -0
  225. vellum/client/types/initiated_workflow_node_result_event.py +39 -0
  226. vellum/client/types/instructor_vectorizer_config.py +25 -0
  227. vellum/client/types/instructor_vectorizer_config_request.py +25 -0
  228. vellum/client/types/iteration_state_enum.py +5 -0
  229. vellum/client/types/jinja_prompt_block.py +28 -0
  230. vellum/client/types/json_input.py +29 -0
  231. vellum/client/types/json_input_request.py +29 -0
  232. vellum/client/types/json_variable_value.py +20 -0
  233. vellum/client/types/json_vellum_value.py +24 -0
  234. vellum/client/types/json_vellum_value_request.py +24 -0
  235. vellum/client/types/logical_operator.py +29 -0
  236. vellum/client/types/logprobs_enum.py +5 -0
  237. vellum/client/types/map_node_result.py +25 -0
  238. vellum/client/types/map_node_result_data.py +21 -0
  239. vellum/client/types/merge_node_result.py +25 -0
  240. vellum/client/types/merge_node_result_data.py +19 -0
  241. vellum/client/types/metadata_filter_config_request.py +36 -0
  242. vellum/client/types/metadata_filter_rule_combinator.py +5 -0
  243. vellum/client/types/metadata_filter_rule_request.py +31 -0
  244. vellum/client/types/metadata_filters_request.py +7 -0
  245. vellum/client/types/metric_definition_execution.py +20 -0
  246. vellum/client/types/metric_definition_input.py +9 -0
  247. vellum/client/types/metric_node_result.py +23 -0
  248. vellum/client/types/ml_model_usage.py +25 -0
  249. vellum/client/types/named_scenario_input_chat_history_variable_value_request.py +26 -0
  250. vellum/client/types/named_scenario_input_json_variable_value_request.py +25 -0
  251. vellum/client/types/named_scenario_input_request.py +12 -0
  252. vellum/client/types/named_scenario_input_string_variable_value_request.py +25 -0
  253. vellum/client/types/named_test_case_array_variable_value.py +32 -0
  254. vellum/client/types/named_test_case_array_variable_value_request.py +34 -0
  255. vellum/client/types/named_test_case_chat_history_variable_value.py +26 -0
  256. vellum/client/types/named_test_case_chat_history_variable_value_request.py +26 -0
  257. vellum/client/types/named_test_case_error_variable_value.py +26 -0
  258. vellum/client/types/named_test_case_error_variable_value_request.py +26 -0
  259. vellum/client/types/named_test_case_function_call_variable_value.py +26 -0
  260. vellum/client/types/named_test_case_function_call_variable_value_request.py +26 -0
  261. vellum/client/types/named_test_case_json_variable_value.py +25 -0
  262. vellum/client/types/named_test_case_json_variable_value_request.py +25 -0
  263. vellum/client/types/named_test_case_number_variable_value.py +25 -0
  264. vellum/client/types/named_test_case_number_variable_value_request.py +25 -0
  265. vellum/client/types/named_test_case_search_results_variable_value.py +26 -0
  266. vellum/client/types/named_test_case_search_results_variable_value_request.py +26 -0
  267. vellum/client/types/named_test_case_string_variable_value.py +25 -0
  268. vellum/client/types/named_test_case_string_variable_value_request.py +25 -0
  269. vellum/client/types/named_test_case_variable_value.py +22 -0
  270. vellum/client/types/named_test_case_variable_value_request.py +22 -0
  271. vellum/client/types/node_input_compiled_array_value.py +29 -0
  272. vellum/client/types/node_input_compiled_chat_history_value.py +23 -0
  273. vellum/client/types/node_input_compiled_error_value.py +23 -0
  274. vellum/client/types/node_input_compiled_function_call_value.py +23 -0
  275. vellum/client/types/node_input_compiled_json_value.py +22 -0
  276. vellum/client/types/node_input_compiled_number_value.py +22 -0
  277. vellum/client/types/node_input_compiled_search_results_value.py +23 -0
  278. vellum/client/types/node_input_compiled_string_value.py +22 -0
  279. vellum/client/types/node_input_variable_compiled_value.py +22 -0
  280. vellum/client/types/node_output_compiled_array_value.py +34 -0
  281. vellum/client/types/node_output_compiled_chat_history_value.py +28 -0
  282. vellum/client/types/node_output_compiled_error_value.py +28 -0
  283. vellum/client/types/node_output_compiled_function_call_value.py +28 -0
  284. vellum/client/types/node_output_compiled_json_value.py +27 -0
  285. vellum/client/types/node_output_compiled_number_value.py +27 -0
  286. vellum/client/types/node_output_compiled_search_results_value.py +28 -0
  287. vellum/client/types/node_output_compiled_string_value.py +27 -0
  288. vellum/client/types/node_output_compiled_value.py +22 -0
  289. vellum/client/types/normalized_log_probs.py +21 -0
  290. vellum/client/types/normalized_token_log_probs.py +22 -0
  291. vellum/client/types/number_input.py +29 -0
  292. vellum/client/types/number_variable_value.py +20 -0
  293. vellum/client/types/number_vellum_value.py +24 -0
  294. vellum/client/types/number_vellum_value_request.py +24 -0
  295. vellum/client/types/open_ai_vectorizer_config.py +24 -0
  296. vellum/client/types/open_ai_vectorizer_config_request.py +24 -0
  297. vellum/client/types/open_ai_vectorizer_text_embedding_3_large.py +25 -0
  298. vellum/client/types/open_ai_vectorizer_text_embedding_3_large_request.py +25 -0
  299. vellum/client/types/open_ai_vectorizer_text_embedding_3_small.py +25 -0
  300. vellum/client/types/open_ai_vectorizer_text_embedding_3_small_request.py +25 -0
  301. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002.py +25 -0
  302. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002_request.py +25 -0
  303. vellum/client/types/paginated_container_image_read_list.py +23 -0
  304. vellum/client/types/paginated_deployment_release_tag_read_list.py +23 -0
  305. vellum/client/types/paginated_document_index_read_list.py +23 -0
  306. vellum/client/types/paginated_folder_entity_list.py +23 -0
  307. vellum/client/types/paginated_slim_deployment_read_list.py +29 -0
  308. vellum/client/types/paginated_slim_document_list.py +23 -0
  309. vellum/client/types/paginated_slim_workflow_deployment_list.py +29 -0
  310. vellum/client/types/paginated_test_suite_run_execution_list.py +29 -0
  311. vellum/client/types/paginated_test_suite_test_case_list.py +29 -0
  312. vellum/client/types/paginated_workflow_release_tag_read_list.py +23 -0
  313. vellum/client/types/pdf_search_result_meta_source.py +32 -0
  314. vellum/client/types/pdf_search_result_meta_source_request.py +32 -0
  315. vellum/client/types/plain_text_prompt_block.py +28 -0
  316. vellum/client/types/price.py +21 -0
  317. vellum/client/types/processing_failure_reason_enum.py +5 -0
  318. vellum/client/types/prompt_block.py +12 -0
  319. vellum/client/types/prompt_block_state.py +5 -0
  320. vellum/client/types/prompt_deployment_expand_meta_request.py +52 -0
  321. vellum/client/types/prompt_deployment_input_request.py +8 -0
  322. vellum/client/types/prompt_execution_meta.py +32 -0
  323. vellum/client/types/prompt_node_execution_meta.py +24 -0
  324. vellum/client/types/prompt_node_result.py +25 -0
  325. vellum/client/types/prompt_node_result_data.py +25 -0
  326. vellum/client/types/prompt_output.py +9 -0
  327. vellum/client/types/prompt_parameters.py +27 -0
  328. vellum/client/types/prompt_request_chat_history_input.py +26 -0
  329. vellum/client/types/prompt_request_input.py +8 -0
  330. vellum/client/types/prompt_request_json_input.py +25 -0
  331. vellum/client/types/prompt_request_string_input.py +25 -0
  332. vellum/client/types/prompt_settings.py +19 -0
  333. vellum/client/types/raw_prompt_execution_overrides_request.py +28 -0
  334. vellum/client/types/reducto_chunker_config.py +23 -0
  335. vellum/client/types/reducto_chunker_config_request.py +23 -0
  336. vellum/client/types/reducto_chunking.py +25 -0
  337. vellum/client/types/reducto_chunking_request.py +25 -0
  338. vellum/client/types/rejected_ad_hoc_execute_prompt_event.py +28 -0
  339. vellum/client/types/rejected_execute_prompt_event.py +28 -0
  340. vellum/client/types/rejected_execute_prompt_response.py +37 -0
  341. vellum/client/types/rejected_execute_workflow_workflow_result_event.py +28 -0
  342. vellum/client/types/rejected_prompt_execution_meta.py +25 -0
  343. vellum/client/types/rejected_workflow_node_result_event.py +39 -0
  344. vellum/client/types/release_tag_source.py +5 -0
  345. vellum/client/types/replace_test_suite_test_case_request.py +53 -0
  346. vellum/client/types/rich_text_child_block.py +7 -0
  347. vellum/client/types/rich_text_prompt_block.py +29 -0
  348. vellum/client/types/sandbox_scenario.py +33 -0
  349. vellum/client/types/scenario_input.py +10 -0
  350. vellum/client/types/scenario_input_chat_history_variable_value.py +26 -0
  351. vellum/client/types/scenario_input_json_variable_value.py +25 -0
  352. vellum/client/types/scenario_input_string_variable_value.py +25 -0
  353. vellum/client/types/search_filters_request.py +38 -0
  354. vellum/client/types/search_node_result.py +25 -0
  355. vellum/client/types/search_node_result_data.py +27 -0
  356. vellum/client/types/search_request_options_request.py +50 -0
  357. vellum/client/types/search_response.py +23 -0
  358. vellum/client/types/search_result.py +40 -0
  359. vellum/client/types/search_result_document.py +37 -0
  360. vellum/client/types/search_result_document_request.py +37 -0
  361. vellum/client/types/search_result_merging_request.py +22 -0
  362. vellum/client/types/search_result_meta.py +20 -0
  363. vellum/client/types/search_result_meta_request.py +20 -0
  364. vellum/client/types/search_result_request.py +40 -0
  365. vellum/client/types/search_results_input.py +30 -0
  366. vellum/client/types/search_results_variable_value.py +21 -0
  367. vellum/client/types/search_results_vellum_value.py +25 -0
  368. vellum/client/types/search_results_vellum_value_request.py +25 -0
  369. vellum/client/types/search_weights_request.py +27 -0
  370. vellum/client/types/secret_type_enum.py +5 -0
  371. vellum/client/types/sentence_chunker_config.py +24 -0
  372. vellum/client/types/sentence_chunker_config_request.py +24 -0
  373. vellum/client/types/sentence_chunking.py +25 -0
  374. vellum/client/types/sentence_chunking_request.py +25 -0
  375. vellum/client/types/slim_deployment_read.py +63 -0
  376. vellum/client/types/slim_document.py +70 -0
  377. vellum/client/types/slim_workflow_deployment.py +72 -0
  378. vellum/client/types/streaming_ad_hoc_execute_prompt_event.py +33 -0
  379. vellum/client/types/streaming_execute_prompt_event.py +33 -0
  380. vellum/client/types/streaming_prompt_execution_meta.py +23 -0
  381. vellum/client/types/streaming_workflow_node_result_event.py +40 -0
  382. vellum/client/types/string_chat_message_content.py +24 -0
  383. vellum/client/types/string_chat_message_content_request.py +24 -0
  384. vellum/client/types/string_input.py +29 -0
  385. vellum/client/types/string_input_request.py +29 -0
  386. vellum/client/types/string_variable_value.py +20 -0
  387. vellum/client/types/string_vellum_value.py +24 -0
  388. vellum/client/types/string_vellum_value_request.py +24 -0
  389. vellum/client/types/submit_completion_actual_request.py +48 -0
  390. vellum/client/types/submit_workflow_execution_actual_request.py +10 -0
  391. vellum/client/types/subworkflow_node_result.py +25 -0
  392. vellum/client/types/subworkflow_node_result_data.py +19 -0
  393. vellum/client/types/templating_node_array_result.py +28 -0
  394. vellum/client/types/templating_node_chat_history_result.py +22 -0
  395. vellum/client/types/templating_node_error_result.py +22 -0
  396. vellum/client/types/templating_node_function_call_result.py +22 -0
  397. vellum/client/types/templating_node_json_result.py +21 -0
  398. vellum/client/types/templating_node_number_result.py +21 -0
  399. vellum/client/types/templating_node_result.py +31 -0
  400. vellum/client/types/templating_node_result_data.py +26 -0
  401. vellum/client/types/templating_node_result_output.py +22 -0
  402. vellum/client/types/templating_node_search_results_result.py +22 -0
  403. vellum/client/types/templating_node_string_result.py +21 -0
  404. vellum/client/types/terminal_node_array_result.py +33 -0
  405. vellum/client/types/terminal_node_chat_history_result.py +27 -0
  406. vellum/client/types/terminal_node_error_result.py +27 -0
  407. vellum/client/types/terminal_node_function_call_result.py +27 -0
  408. vellum/client/types/terminal_node_json_result.py +26 -0
  409. vellum/client/types/terminal_node_number_result.py +26 -0
  410. vellum/client/types/terminal_node_result.py +31 -0
  411. vellum/client/types/terminal_node_result_data.py +26 -0
  412. vellum/client/types/terminal_node_result_output.py +22 -0
  413. vellum/client/types/terminal_node_search_results_result.py +27 -0
  414. vellum/client/types/terminal_node_string_result.py +26 -0
  415. vellum/client/types/test_case_array_variable_value.py +33 -0
  416. vellum/client/types/test_case_chat_history_variable_value.py +27 -0
  417. vellum/client/types/test_case_error_variable_value.py +27 -0
  418. vellum/client/types/test_case_function_call_variable_value.py +27 -0
  419. vellum/client/types/test_case_json_variable_value.py +26 -0
  420. vellum/client/types/test_case_number_variable_value.py +26 -0
  421. vellum/client/types/test_case_search_results_variable_value.py +27 -0
  422. vellum/client/types/test_case_string_variable_value.py +26 -0
  423. vellum/client/types/test_case_variable_value.py +22 -0
  424. vellum/client/types/test_suite_run_deployment_release_tag_exec_config.py +29 -0
  425. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data.py +27 -0
  426. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +27 -0
  427. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_request.py +31 -0
  428. vellum/client/types/test_suite_run_exec_config.py +10 -0
  429. vellum/client/types/test_suite_run_exec_config_request.py +12 -0
  430. vellum/client/types/test_suite_run_execution.py +30 -0
  431. vellum/client/types/test_suite_run_execution_array_output.py +33 -0
  432. vellum/client/types/test_suite_run_execution_chat_history_output.py +27 -0
  433. vellum/client/types/test_suite_run_execution_error_output.py +27 -0
  434. vellum/client/types/test_suite_run_execution_function_call_output.py +27 -0
  435. vellum/client/types/test_suite_run_execution_json_output.py +26 -0
  436. vellum/client/types/test_suite_run_execution_metric_definition.py +21 -0
  437. vellum/client/types/test_suite_run_execution_metric_result.py +24 -0
  438. vellum/client/types/test_suite_run_execution_number_output.py +26 -0
  439. vellum/client/types/test_suite_run_execution_output.py +22 -0
  440. vellum/client/types/test_suite_run_execution_search_results_output.py +27 -0
  441. vellum/client/types/test_suite_run_execution_string_output.py +26 -0
  442. vellum/client/types/test_suite_run_external_exec_config.py +36 -0
  443. vellum/client/types/test_suite_run_external_exec_config_data.py +29 -0
  444. vellum/client/types/test_suite_run_external_exec_config_data_request.py +31 -0
  445. vellum/client/types/test_suite_run_external_exec_config_request.py +38 -0
  446. vellum/client/types/test_suite_run_metric_error_output.py +26 -0
  447. vellum/client/types/test_suite_run_metric_json_output.py +25 -0
  448. vellum/client/types/test_suite_run_metric_number_output.py +25 -0
  449. vellum/client/types/test_suite_run_metric_output.py +14 -0
  450. vellum/client/types/test_suite_run_metric_string_output.py +25 -0
  451. vellum/client/types/test_suite_run_read.py +46 -0
  452. vellum/client/types/test_suite_run_state.py +5 -0
  453. vellum/client/types/test_suite_run_test_suite.py +21 -0
  454. vellum/client/types/test_suite_run_workflow_release_tag_exec_config.py +29 -0
  455. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data.py +27 -0
  456. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +27 -0
  457. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_request.py +31 -0
  458. vellum/client/types/test_suite_test_case.py +30 -0
  459. vellum/client/types/test_suite_test_case_bulk_operation_request.py +14 -0
  460. vellum/client/types/test_suite_test_case_bulk_result.py +14 -0
  461. vellum/client/types/test_suite_test_case_create_bulk_operation_request.py +38 -0
  462. vellum/client/types/test_suite_test_case_created_bulk_result.py +26 -0
  463. vellum/client/types/test_suite_test_case_created_bulk_result_data.py +23 -0
  464. vellum/client/types/test_suite_test_case_delete_bulk_operation_data_request.py +19 -0
  465. vellum/client/types/test_suite_test_case_delete_bulk_operation_request.py +33 -0
  466. vellum/client/types/test_suite_test_case_deleted_bulk_result.py +30 -0
  467. vellum/client/types/test_suite_test_case_deleted_bulk_result_data.py +23 -0
  468. vellum/client/types/test_suite_test_case_rejected_bulk_result.py +32 -0
  469. vellum/client/types/test_suite_test_case_replace_bulk_operation_request.py +38 -0
  470. vellum/client/types/test_suite_test_case_replaced_bulk_result.py +30 -0
  471. vellum/client/types/test_suite_test_case_replaced_bulk_result_data.py +23 -0
  472. vellum/client/types/test_suite_test_case_upsert_bulk_operation_request.py +38 -0
  473. vellum/client/types/token_overlapping_window_chunker_config.py +24 -0
  474. vellum/client/types/token_overlapping_window_chunker_config_request.py +24 -0
  475. vellum/client/types/token_overlapping_window_chunking.py +25 -0
  476. vellum/client/types/token_overlapping_window_chunking_request.py +25 -0
  477. vellum/client/types/unit_enum.py +5 -0
  478. vellum/client/types/upload_document_response.py +22 -0
  479. vellum/client/types/upsert_test_suite_test_case_request.py +49 -0
  480. vellum/client/types/variable_prompt_block.py +28 -0
  481. vellum/client/types/vellum_audio.py +24 -0
  482. vellum/client/types/vellum_audio_request.py +24 -0
  483. vellum/client/types/vellum_error.py +21 -0
  484. vellum/client/types/vellum_error_code_enum.py +15 -0
  485. vellum/client/types/vellum_error_request.py +21 -0
  486. vellum/client/types/vellum_image.py +20 -0
  487. vellum/client/types/vellum_image_request.py +20 -0
  488. vellum/client/types/vellum_value.py +29 -0
  489. vellum/client/types/vellum_value_logical_condition_group_request.py +38 -0
  490. vellum/client/types/vellum_value_logical_condition_request.py +34 -0
  491. vellum/client/types/vellum_value_logical_expression_request.py +12 -0
  492. vellum/client/types/vellum_value_request.py +29 -0
  493. vellum/client/types/vellum_variable.py +33 -0
  494. vellum/client/types/vellum_variable_extensions.py +23 -0
  495. vellum/client/types/vellum_variable_type.py +20 -0
  496. vellum/client/types/workflow_deployment_read.py +77 -0
  497. vellum/client/types/workflow_event_error.py +21 -0
  498. vellum/client/types/workflow_execution_actual_chat_history_request.py +49 -0
  499. vellum/client/types/workflow_execution_actual_json_request.py +48 -0
  500. vellum/client/types/workflow_execution_actual_string_request.py +48 -0
  501. vellum/client/types/workflow_execution_event_error_code.py +17 -0
  502. vellum/client/types/workflow_execution_event_type.py +5 -0
  503. vellum/client/types/workflow_execution_node_result_event.py +34 -0
  504. vellum/client/types/workflow_execution_workflow_result_event.py +36 -0
  505. vellum/client/types/workflow_expand_meta_request.py +22 -0
  506. vellum/client/types/workflow_node_result_data.py +28 -0
  507. vellum/client/types/workflow_node_result_event.py +14 -0
  508. vellum/client/types/workflow_node_result_event_state.py +7 -0
  509. vellum/client/types/workflow_output.py +24 -0
  510. vellum/client/types/workflow_output_array.py +37 -0
  511. vellum/client/types/workflow_output_chat_history.py +31 -0
  512. vellum/client/types/workflow_output_error.py +31 -0
  513. vellum/client/types/workflow_output_function_call.py +31 -0
  514. vellum/client/types/workflow_output_image.py +31 -0
  515. vellum/client/types/workflow_output_json.py +30 -0
  516. vellum/client/types/workflow_output_number.py +30 -0
  517. vellum/client/types/workflow_output_search_results.py +31 -0
  518. vellum/client/types/workflow_output_string.py +30 -0
  519. vellum/client/types/workflow_push_deployment_config_request.py +22 -0
  520. vellum/client/types/workflow_push_exec_config.py +3 -0
  521. vellum/client/types/workflow_push_response.py +20 -0
  522. vellum/client/types/workflow_release_tag_read.py +37 -0
  523. vellum/client/types/workflow_release_tag_workflow_deployment_history_item.py +28 -0
  524. vellum/client/types/workflow_request_chat_history_input_request.py +30 -0
  525. vellum/client/types/workflow_request_input_request.py +14 -0
  526. vellum/client/types/workflow_request_json_input_request.py +29 -0
  527. vellum/client/types/workflow_request_number_input_request.py +29 -0
  528. vellum/client/types/workflow_request_string_input_request.py +29 -0
  529. vellum/client/types/workflow_result_event.py +39 -0
  530. vellum/client/types/workflow_result_event_output_data.py +22 -0
  531. vellum/client/types/workflow_result_event_output_data_array.py +41 -0
  532. vellum/client/types/workflow_result_event_output_data_chat_history.py +35 -0
  533. vellum/client/types/workflow_result_event_output_data_error.py +35 -0
  534. vellum/client/types/workflow_result_event_output_data_function_call.py +35 -0
  535. vellum/client/types/workflow_result_event_output_data_json.py +34 -0
  536. vellum/client/types/workflow_result_event_output_data_number.py +34 -0
  537. vellum/client/types/workflow_result_event_output_data_search_results.py +35 -0
  538. vellum/client/types/workflow_result_event_output_data_string.py +37 -0
  539. vellum/client/types/workflow_stream_event.py +7 -0
  540. vellum/client/types/workspace_secret_read.py +25 -0
  541. vellum/core/__init__.py +2 -46
  542. vellum/core/api_error.py +2 -14
  543. vellum/core/client_wrapper.py +2 -58
  544. vellum/core/datetime_utils.py +2 -27
  545. vellum/core/file.py +2 -61
  546. vellum/core/http_client.py +2 -486
  547. vellum/core/jsonable_encoder.py +2 -100
  548. vellum/core/pydantic_utilities.py +2 -295
  549. vellum/core/query_encoder.py +2 -57
  550. vellum/core/remove_none_from_dict.py +2 -10
  551. vellum/core/request_options.py +2 -31
  552. vellum/core/serialization.py +2 -271
  553. vellum/environment.py +2 -16
  554. vellum/errors/__init__.py +2 -7
  555. vellum/errors/bad_request_error.py +2 -8
  556. vellum/errors/forbidden_error.py +2 -8
  557. vellum/errors/internal_server_error.py +2 -8
  558. vellum/errors/not_found_error.py +2 -8
  559. vellum/{lib/test_suites → evaluations}/resources.py +20 -51
  560. vellum/plugins/vellum_mypy.py +11 -0
  561. vellum/resources/__init__.py +2 -46
  562. vellum/resources/ad_hoc/__init__.py +2 -1
  563. vellum/resources/ad_hoc/client.py +2 -458
  564. vellum/resources/container_images/__init__.py +2 -1
  565. vellum/resources/container_images/client.py +2 -501
  566. vellum/resources/deployments/__init__.py +2 -4
  567. vellum/resources/deployments/client.py +2 -974
  568. vellum/resources/deployments/types/__init__.py +2 -5
  569. vellum/resources/deployments/types/deployments_list_request_status.py +2 -4
  570. vellum/resources/deployments/types/list_deployment_release_tags_request_source.py +2 -4
  571. vellum/resources/document_indexes/__init__.py +2 -4
  572. vellum/resources/document_indexes/client.py +2 -1153
  573. vellum/resources/document_indexes/types/__init__.py +2 -4
  574. vellum/resources/document_indexes/types/document_indexes_list_request_status.py +2 -4
  575. vellum/resources/documents/__init__.py +2 -1
  576. vellum/resources/documents/client.py +2 -780
  577. vellum/resources/folder_entities/__init__.py +2 -4
  578. vellum/resources/folder_entities/client.py +2 -332
  579. vellum/resources/folder_entities/types/__init__.py +2 -4
  580. vellum/resources/folder_entities/types/folder_entities_list_request_entity_status.py +2 -4
  581. vellum/resources/metric_definitions/__init__.py +2 -1
  582. vellum/resources/metric_definitions/client.py +2 -177
  583. vellum/resources/sandboxes/__init__.py +2 -1
  584. vellum/resources/sandboxes/client.py +2 -480
  585. vellum/resources/test_suite_runs/__init__.py +2 -1
  586. vellum/resources/test_suite_runs/client.py +2 -444
  587. vellum/resources/test_suites/__init__.py +2 -1
  588. vellum/resources/test_suites/client.py +2 -687
  589. vellum/resources/workflow_deployments/__init__.py +2 -4
  590. vellum/resources/workflow_deployments/client.py +2 -692
  591. vellum/resources/workflow_deployments/types/__init__.py +2 -5
  592. vellum/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +2 -4
  593. vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +2 -4
  594. vellum/resources/workflow_sandboxes/__init__.py +2 -1
  595. vellum/resources/workflow_sandboxes/client.py +2 -189
  596. vellum/resources/workflows/__init__.py +2 -4
  597. vellum/resources/workflows/client.py +2 -332
  598. vellum/resources/workflows/types/__init__.py +2 -4
  599. vellum/resources/workflows/types/workflows_pull_request_format.py +2 -4
  600. vellum/resources/workspace_secrets/__init__.py +2 -1
  601. vellum/resources/workspace_secrets/client.py +2 -265
  602. vellum/types/__init__.py +2 -978
  603. vellum/types/ad_hoc_execute_prompt_event.py +2 -13
  604. vellum/types/ad_hoc_expand_meta.py +2 -36
  605. vellum/types/ad_hoc_fulfilled_prompt_execution_meta.py +2 -26
  606. vellum/types/ad_hoc_initiated_prompt_execution_meta.py +2 -23
  607. vellum/types/ad_hoc_rejected_prompt_execution_meta.py +2 -24
  608. vellum/types/ad_hoc_streaming_prompt_execution_meta.py +2 -22
  609. vellum/types/add_openai_api_key_enum.py +2 -2
  610. vellum/types/api_node_result.py +2 -24
  611. vellum/types/api_node_result_data.py +2 -27
  612. vellum/types/array_chat_message_content.py +2 -24
  613. vellum/types/array_chat_message_content_item.py +2 -10
  614. vellum/types/array_chat_message_content_item_request.py +2 -13
  615. vellum/types/array_chat_message_content_request.py +2 -24
  616. vellum/types/array_input.py +2 -35
  617. vellum/types/array_variable_value.py +2 -26
  618. vellum/types/array_variable_value_item.py +2 -28
  619. vellum/types/array_vellum_value.py +2 -30
  620. vellum/types/array_vellum_value_request.py +2 -30
  621. vellum/types/audio_chat_message_content.py +2 -24
  622. vellum/types/audio_chat_message_content_request.py +2 -24
  623. vellum/types/audio_variable_value.py +2 -24
  624. vellum/types/audio_vellum_value.py +2 -24
  625. vellum/types/audio_vellum_value_request.py +2 -24
  626. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +2 -23
  627. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +2 -23
  628. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +2 -25
  629. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +2 -25
  630. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +2 -25
  631. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +2 -25
  632. vellum/types/chat_history_input.py +2 -29
  633. vellum/types/chat_history_input_request.py +2 -29
  634. vellum/types/chat_history_variable_value.py +2 -20
  635. vellum/types/chat_history_vellum_value.py +2 -24
  636. vellum/types/chat_history_vellum_value_request.py +2 -24
  637. vellum/types/chat_message.py +2 -26
  638. vellum/types/chat_message_content.py +2 -15
  639. vellum/types/chat_message_content_request.py +2 -15
  640. vellum/types/chat_message_prompt_block.py +2 -38
  641. vellum/types/chat_message_request.py +2 -26
  642. vellum/types/chat_message_role.py +2 -4
  643. vellum/types/code_execution_node_array_result.py +2 -27
  644. vellum/types/code_execution_node_chat_history_result.py +2 -21
  645. vellum/types/code_execution_node_error_result.py +2 -21
  646. vellum/types/code_execution_node_function_call_result.py +2 -21
  647. vellum/types/code_execution_node_json_result.py +2 -20
  648. vellum/types/code_execution_node_number_result.py +2 -20
  649. vellum/types/code_execution_node_result.py +2 -30
  650. vellum/types/code_execution_node_result_data.py +2 -26
  651. vellum/types/code_execution_node_result_output.py +2 -21
  652. vellum/types/code_execution_node_search_results_result.py +2 -21
  653. vellum/types/code_execution_node_string_result.py +2 -20
  654. vellum/types/code_execution_package.py +2 -19
  655. vellum/types/code_execution_runtime.py +2 -4
  656. vellum/types/code_executor_input.py +2 -23
  657. vellum/types/code_executor_response.py +2 -26
  658. vellum/types/code_executor_secret_input.py +2 -28
  659. vellum/types/compile_prompt_deployment_expand_meta_request.py +2 -31
  660. vellum/types/compile_prompt_meta.py +2 -24
  661. vellum/types/components_schemas_pdf_search_result_meta_source.py +2 -4
  662. vellum/types/components_schemas_pdf_search_result_meta_source_request.py +2 -4
  663. vellum/types/condition_combinator.py +2 -4
  664. vellum/types/conditional_node_result.py +2 -24
  665. vellum/types/conditional_node_result_data.py +2 -18
  666. vellum/types/container_image_read.py +2 -27
  667. vellum/types/create_test_suite_test_case_request.py +2 -47
  668. vellum/types/deployment_provider_payload_response.py +2 -21
  669. vellum/types/deployment_provider_payload_response_payload.py +2 -4
  670. vellum/types/deployment_read.py +2 -72
  671. vellum/types/deployment_release_tag_deployment_history_item.py +2 -20
  672. vellum/types/deployment_release_tag_read.py +2 -36
  673. vellum/types/docker_service_token.py +2 -20
  674. vellum/types/document_document_to_document_index.py +2 -38
  675. vellum/types/document_index_chunking.py +2 -7
  676. vellum/types/document_index_chunking_request.py +2 -9
  677. vellum/types/document_index_indexing_config.py +2 -21
  678. vellum/types/document_index_indexing_config_request.py +2 -21
  679. vellum/types/document_index_read.py +2 -51
  680. vellum/types/document_processing_state.py +2 -6
  681. vellum/types/document_read.py +2 -48
  682. vellum/types/document_status.py +2 -4
  683. vellum/types/enriched_normalized_completion.py +2 -58
  684. vellum/types/entity_status.py +2 -4
  685. vellum/types/entity_visibility.py +2 -4
  686. vellum/types/environment_enum.py +2 -4
  687. vellum/types/ephemeral_prompt_cache_config.py +2 -19
  688. vellum/types/ephemeral_prompt_cache_config_type_enum.py +2 -4
  689. vellum/types/error_input.py +2 -29
  690. vellum/types/error_variable_value.py +2 -20
  691. vellum/types/error_vellum_value.py +2 -24
  692. vellum/types/error_vellum_value_request.py +2 -24
  693. vellum/types/execute_prompt_event.py +2 -10
  694. vellum/types/execute_prompt_response.py +2 -6
  695. vellum/types/execute_workflow_response.py +2 -28
  696. vellum/types/execute_workflow_workflow_result_event.py +2 -8
  697. vellum/types/execution_array_vellum_value.py +2 -36
  698. vellum/types/execution_chat_history_vellum_value.py +2 -30
  699. vellum/types/execution_error_vellum_value.py +2 -30
  700. vellum/types/execution_function_call_vellum_value.py +2 -30
  701. vellum/types/execution_json_vellum_value.py +2 -29
  702. vellum/types/execution_number_vellum_value.py +2 -29
  703. vellum/types/execution_search_results_vellum_value.py +2 -30
  704. vellum/types/execution_string_vellum_value.py +2 -29
  705. vellum/types/execution_vellum_value.py +2 -21
  706. vellum/types/external_test_case_execution.py +2 -30
  707. vellum/types/external_test_case_execution_request.py +2 -30
  708. vellum/types/finish_reason_enum.py +2 -4
  709. vellum/types/folder_entity.py +2 -15
  710. vellum/types/folder_entity_document_index.py +2 -25
  711. vellum/types/folder_entity_document_index_data.py +2 -24
  712. vellum/types/folder_entity_folder.py +2 -25
  713. vellum/types/folder_entity_folder_data.py +2 -23
  714. vellum/types/folder_entity_prompt_sandbox.py +2 -25
  715. vellum/types/folder_entity_prompt_sandbox_data.py +2 -25
  716. vellum/types/folder_entity_test_suite.py +2 -25
  717. vellum/types/folder_entity_test_suite_data.py +2 -24
  718. vellum/types/folder_entity_workflow_sandbox.py +2 -25
  719. vellum/types/folder_entity_workflow_sandbox_data.py +2 -25
  720. vellum/types/fulfilled_ad_hoc_execute_prompt_event.py +2 -27
  721. vellum/types/fulfilled_enum.py +2 -4
  722. vellum/types/fulfilled_execute_prompt_event.py +2 -27
  723. vellum/types/fulfilled_execute_prompt_response.py +2 -36
  724. vellum/types/fulfilled_execute_workflow_workflow_result_event.py +2 -35
  725. vellum/types/fulfilled_prompt_execution_meta.py +2 -26
  726. vellum/types/fulfilled_workflow_node_result_event.py +2 -39
  727. vellum/types/function_call.py +2 -26
  728. vellum/types/function_call_chat_message_content.py +2 -24
  729. vellum/types/function_call_chat_message_content_request.py +2 -24
  730. vellum/types/function_call_chat_message_content_value.py +2 -24
  731. vellum/types/function_call_chat_message_content_value_request.py +2 -24
  732. vellum/types/function_call_input.py +2 -29
  733. vellum/types/function_call_request.py +2 -26
  734. vellum/types/function_call_variable_value.py +2 -20
  735. vellum/types/function_call_vellum_value.py +2 -24
  736. vellum/types/function_call_vellum_value_request.py +2 -24
  737. vellum/types/function_definition.py +2 -30
  738. vellum/types/generate_options_request.py +2 -25
  739. vellum/types/generate_request.py +2 -32
  740. vellum/types/generate_response.py +2 -24
  741. vellum/types/generate_result.py +2 -28
  742. vellum/types/generate_result_data.py +2 -22
  743. vellum/types/generate_result_error.py +2 -21
  744. vellum/types/generate_stream_response.py +2 -19
  745. vellum/types/generate_stream_result.py +2 -22
  746. vellum/types/generate_stream_result_data.py +2 -20
  747. vellum/types/google_vertex_ai_vectorizer_config.py +2 -19
  748. vellum/types/google_vertex_ai_vectorizer_config_request.py +2 -19
  749. vellum/types/google_vertex_ai_vectorizer_text_embedding_004.py +2 -20
  750. vellum/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +2 -20
  751. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +2 -20
  752. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +2 -20
  753. vellum/types/hkunlp_instructor_xl_vectorizer.py +2 -24
  754. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +2 -24
  755. vellum/types/image_chat_message_content.py +2 -24
  756. vellum/types/image_chat_message_content_request.py +2 -24
  757. vellum/types/image_variable_value.py +2 -24
  758. vellum/types/image_vellum_value.py +2 -24
  759. vellum/types/image_vellum_value_request.py +2 -24
  760. vellum/types/indexing_config_vectorizer.py +2 -29
  761. vellum/types/indexing_config_vectorizer_request.py +2 -29
  762. vellum/types/indexing_state_enum.py +2 -6
  763. vellum/types/initiated_ad_hoc_execute_prompt_event.py +2 -25
  764. vellum/types/initiated_execute_prompt_event.py +2 -25
  765. vellum/types/initiated_prompt_execution_meta.py +2 -25
  766. vellum/types/initiated_workflow_node_result_event.py +2 -38
  767. vellum/types/instructor_vectorizer_config.py +2 -24
  768. vellum/types/instructor_vectorizer_config_request.py +2 -24
  769. vellum/types/iteration_state_enum.py +2 -4
  770. vellum/types/jinja_prompt_block.py +2 -27
  771. vellum/types/json_input.py +2 -28
  772. vellum/types/json_input_request.py +2 -28
  773. vellum/types/json_variable_value.py +2 -19
  774. vellum/types/json_vellum_value.py +2 -23
  775. vellum/types/json_vellum_value_request.py +2 -23
  776. vellum/types/logical_operator.py +2 -28
  777. vellum/types/logprobs_enum.py +2 -4
  778. vellum/types/map_node_result.py +2 -24
  779. vellum/types/map_node_result_data.py +2 -20
  780. vellum/types/merge_node_result.py +2 -24
  781. vellum/types/merge_node_result_data.py +2 -18
  782. vellum/types/metadata_filter_config_request.py +2 -35
  783. vellum/types/metadata_filter_rule_combinator.py +2 -4
  784. vellum/types/metadata_filter_rule_request.py +2 -30
  785. vellum/types/metadata_filters_request.py +2 -6
  786. vellum/types/metric_definition_execution.py +2 -19
  787. vellum/types/metric_definition_input.py +2 -8
  788. vellum/types/metric_node_result.py +2 -22
  789. vellum/types/ml_model_usage.py +2 -24
  790. vellum/types/named_scenario_input_chat_history_variable_value_request.py +2 -25
  791. vellum/types/named_scenario_input_json_variable_value_request.py +2 -24
  792. vellum/types/named_scenario_input_request.py +2 -11
  793. vellum/types/named_scenario_input_string_variable_value_request.py +2 -24
  794. vellum/types/named_test_case_array_variable_value.py +2 -31
  795. vellum/types/named_test_case_array_variable_value_request.py +2 -33
  796. vellum/types/named_test_case_chat_history_variable_value.py +2 -25
  797. vellum/types/named_test_case_chat_history_variable_value_request.py +2 -25
  798. vellum/types/named_test_case_error_variable_value.py +2 -25
  799. vellum/types/named_test_case_error_variable_value_request.py +2 -25
  800. vellum/types/named_test_case_function_call_variable_value.py +2 -25
  801. vellum/types/named_test_case_function_call_variable_value_request.py +2 -25
  802. vellum/types/named_test_case_json_variable_value.py +2 -24
  803. vellum/types/named_test_case_json_variable_value_request.py +2 -24
  804. vellum/types/named_test_case_number_variable_value.py +2 -24
  805. vellum/types/named_test_case_number_variable_value_request.py +2 -24
  806. vellum/types/named_test_case_search_results_variable_value.py +2 -25
  807. vellum/types/named_test_case_search_results_variable_value_request.py +2 -25
  808. vellum/types/named_test_case_string_variable_value.py +2 -24
  809. vellum/types/named_test_case_string_variable_value_request.py +2 -24
  810. vellum/types/named_test_case_variable_value.py +2 -21
  811. vellum/types/named_test_case_variable_value_request.py +2 -21
  812. vellum/types/node_input_compiled_array_value.py +2 -28
  813. vellum/types/node_input_compiled_chat_history_value.py +2 -22
  814. vellum/types/node_input_compiled_error_value.py +2 -22
  815. vellum/types/node_input_compiled_function_call_value.py +2 -22
  816. vellum/types/node_input_compiled_json_value.py +2 -21
  817. vellum/types/node_input_compiled_number_value.py +2 -21
  818. vellum/types/node_input_compiled_search_results_value.py +2 -22
  819. vellum/types/node_input_compiled_string_value.py +2 -21
  820. vellum/types/node_input_variable_compiled_value.py +2 -21
  821. vellum/types/node_output_compiled_array_value.py +2 -33
  822. vellum/types/node_output_compiled_chat_history_value.py +2 -27
  823. vellum/types/node_output_compiled_error_value.py +2 -27
  824. vellum/types/node_output_compiled_function_call_value.py +2 -27
  825. vellum/types/node_output_compiled_json_value.py +2 -26
  826. vellum/types/node_output_compiled_number_value.py +2 -26
  827. vellum/types/node_output_compiled_search_results_value.py +2 -27
  828. vellum/types/node_output_compiled_string_value.py +2 -26
  829. vellum/types/node_output_compiled_value.py +2 -21
  830. vellum/types/normalized_log_probs.py +2 -20
  831. vellum/types/normalized_token_log_probs.py +2 -21
  832. vellum/types/number_input.py +2 -28
  833. vellum/types/number_variable_value.py +2 -19
  834. vellum/types/number_vellum_value.py +2 -23
  835. vellum/types/number_vellum_value_request.py +2 -23
  836. vellum/types/open_ai_vectorizer_config.py +2 -23
  837. vellum/types/open_ai_vectorizer_config_request.py +2 -23
  838. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +2 -24
  839. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +2 -24
  840. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +2 -24
  841. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +2 -24
  842. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +2 -24
  843. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +2 -24
  844. vellum/types/paginated_container_image_read_list.py +2 -22
  845. vellum/types/paginated_deployment_release_tag_read_list.py +2 -22
  846. vellum/types/paginated_document_index_read_list.py +2 -22
  847. vellum/types/paginated_folder_entity_list.py +2 -22
  848. vellum/types/paginated_slim_deployment_read_list.py +2 -28
  849. vellum/types/paginated_slim_document_list.py +2 -22
  850. vellum/types/paginated_slim_workflow_deployment_list.py +2 -28
  851. vellum/types/paginated_test_suite_run_execution_list.py +2 -28
  852. vellum/types/paginated_test_suite_test_case_list.py +2 -28
  853. vellum/types/paginated_workflow_release_tag_read_list.py +2 -22
  854. vellum/types/pdf_search_result_meta_source.py +2 -31
  855. vellum/types/pdf_search_result_meta_source_request.py +2 -31
  856. vellum/types/plain_text_prompt_block.py +2 -27
  857. vellum/types/price.py +2 -20
  858. vellum/types/processing_failure_reason_enum.py +2 -4
  859. vellum/types/prompt_block.py +2 -11
  860. vellum/types/prompt_block_state.py +2 -4
  861. vellum/types/prompt_deployment_expand_meta_request.py +2 -51
  862. vellum/types/prompt_deployment_input_request.py +2 -7
  863. vellum/types/prompt_execution_meta.py +2 -31
  864. vellum/types/prompt_node_execution_meta.py +2 -23
  865. vellum/types/prompt_node_result.py +2 -24
  866. vellum/types/prompt_node_result_data.py +2 -24
  867. vellum/types/prompt_output.py +2 -8
  868. vellum/types/prompt_parameters.py +2 -26
  869. vellum/types/prompt_request_chat_history_input.py +2 -25
  870. vellum/types/prompt_request_input.py +2 -7
  871. vellum/types/prompt_request_json_input.py +2 -24
  872. vellum/types/prompt_request_string_input.py +2 -24
  873. vellum/types/prompt_settings.py +2 -18
  874. vellum/types/raw_prompt_execution_overrides_request.py +2 -27
  875. vellum/types/reducto_chunker_config.py +2 -22
  876. vellum/types/reducto_chunker_config_request.py +2 -22
  877. vellum/types/reducto_chunking.py +2 -24
  878. vellum/types/reducto_chunking_request.py +2 -24
  879. vellum/types/rejected_ad_hoc_execute_prompt_event.py +2 -27
  880. vellum/types/rejected_execute_prompt_event.py +2 -27
  881. vellum/types/rejected_execute_prompt_response.py +2 -36
  882. vellum/types/rejected_execute_workflow_workflow_result_event.py +2 -27
  883. vellum/types/rejected_prompt_execution_meta.py +2 -24
  884. vellum/types/rejected_workflow_node_result_event.py +2 -38
  885. vellum/types/release_tag_source.py +2 -4
  886. vellum/types/replace_test_suite_test_case_request.py +2 -52
  887. vellum/types/rich_text_child_block.py +2 -6
  888. vellum/types/rich_text_prompt_block.py +2 -28
  889. vellum/types/sandbox_scenario.py +2 -32
  890. vellum/types/scenario_input.py +2 -9
  891. vellum/types/scenario_input_chat_history_variable_value.py +2 -25
  892. vellum/types/scenario_input_json_variable_value.py +2 -24
  893. vellum/types/scenario_input_string_variable_value.py +2 -24
  894. vellum/types/search_filters_request.py +2 -37
  895. vellum/types/search_node_result.py +2 -24
  896. vellum/types/search_node_result_data.py +2 -26
  897. vellum/types/search_request_options_request.py +2 -49
  898. vellum/types/search_response.py +2 -22
  899. vellum/types/search_result.py +2 -39
  900. vellum/types/search_result_document.py +2 -36
  901. vellum/types/search_result_document_request.py +2 -36
  902. vellum/types/search_result_merging_request.py +2 -21
  903. vellum/types/search_result_meta.py +2 -19
  904. vellum/types/search_result_meta_request.py +2 -19
  905. vellum/types/search_result_request.py +2 -39
  906. vellum/types/search_results_input.py +2 -29
  907. vellum/types/search_results_variable_value.py +2 -20
  908. vellum/types/search_results_vellum_value.py +2 -24
  909. vellum/types/search_results_vellum_value_request.py +2 -24
  910. vellum/types/search_weights_request.py +2 -26
  911. vellum/types/secret_type_enum.py +2 -4
  912. vellum/types/sentence_chunker_config.py +2 -23
  913. vellum/types/sentence_chunker_config_request.py +2 -23
  914. vellum/types/sentence_chunking.py +2 -24
  915. vellum/types/sentence_chunking_request.py +2 -24
  916. vellum/types/slim_deployment_read.py +2 -62
  917. vellum/types/slim_document.py +2 -69
  918. vellum/types/slim_workflow_deployment.py +2 -71
  919. vellum/types/streaming_ad_hoc_execute_prompt_event.py +2 -32
  920. vellum/types/streaming_execute_prompt_event.py +2 -32
  921. vellum/types/streaming_prompt_execution_meta.py +2 -22
  922. vellum/types/streaming_workflow_node_result_event.py +2 -39
  923. vellum/types/string_chat_message_content.py +2 -23
  924. vellum/types/string_chat_message_content_request.py +2 -23
  925. vellum/types/string_input.py +2 -28
  926. vellum/types/string_input_request.py +2 -28
  927. vellum/types/string_variable_value.py +2 -19
  928. vellum/types/string_vellum_value.py +2 -23
  929. vellum/types/string_vellum_value_request.py +2 -23
  930. vellum/types/submit_completion_actual_request.py +2 -47
  931. vellum/types/submit_workflow_execution_actual_request.py +2 -9
  932. vellum/types/subworkflow_node_result.py +2 -24
  933. vellum/types/subworkflow_node_result_data.py +2 -18
  934. vellum/types/templating_node_array_result.py +2 -27
  935. vellum/types/templating_node_chat_history_result.py +2 -21
  936. vellum/types/templating_node_error_result.py +2 -21
  937. vellum/types/templating_node_function_call_result.py +2 -21
  938. vellum/types/templating_node_json_result.py +2 -20
  939. vellum/types/templating_node_number_result.py +2 -20
  940. vellum/types/templating_node_result.py +2 -30
  941. vellum/types/templating_node_result_data.py +2 -25
  942. vellum/types/templating_node_result_output.py +2 -21
  943. vellum/types/templating_node_search_results_result.py +2 -21
  944. vellum/types/templating_node_string_result.py +2 -20
  945. vellum/types/terminal_node_array_result.py +2 -32
  946. vellum/types/terminal_node_chat_history_result.py +2 -26
  947. vellum/types/terminal_node_error_result.py +2 -26
  948. vellum/types/terminal_node_function_call_result.py +2 -26
  949. vellum/types/terminal_node_json_result.py +2 -25
  950. vellum/types/terminal_node_number_result.py +2 -25
  951. vellum/types/terminal_node_result.py +2 -30
  952. vellum/types/terminal_node_result_data.py +2 -25
  953. vellum/types/terminal_node_result_output.py +2 -21
  954. vellum/types/terminal_node_search_results_result.py +2 -26
  955. vellum/types/terminal_node_string_result.py +2 -25
  956. vellum/types/test_case_array_variable_value.py +2 -32
  957. vellum/types/test_case_chat_history_variable_value.py +2 -26
  958. vellum/types/test_case_error_variable_value.py +2 -26
  959. vellum/types/test_case_function_call_variable_value.py +2 -26
  960. vellum/types/test_case_json_variable_value.py +2 -25
  961. vellum/types/test_case_number_variable_value.py +2 -25
  962. vellum/types/test_case_search_results_variable_value.py +2 -26
  963. vellum/types/test_case_string_variable_value.py +2 -25
  964. vellum/types/test_case_variable_value.py +2 -21
  965. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +2 -28
  966. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +2 -26
  967. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +2 -26
  968. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +2 -30
  969. vellum/types/test_suite_run_exec_config.py +2 -9
  970. vellum/types/test_suite_run_exec_config_request.py +2 -11
  971. vellum/types/test_suite_run_execution.py +2 -29
  972. vellum/types/test_suite_run_execution_array_output.py +2 -32
  973. vellum/types/test_suite_run_execution_chat_history_output.py +2 -26
  974. vellum/types/test_suite_run_execution_error_output.py +2 -26
  975. vellum/types/test_suite_run_execution_function_call_output.py +2 -26
  976. vellum/types/test_suite_run_execution_json_output.py +2 -25
  977. vellum/types/test_suite_run_execution_metric_definition.py +2 -20
  978. vellum/types/test_suite_run_execution_metric_result.py +2 -23
  979. vellum/types/test_suite_run_execution_number_output.py +2 -25
  980. vellum/types/test_suite_run_execution_output.py +2 -21
  981. vellum/types/test_suite_run_execution_search_results_output.py +2 -26
  982. vellum/types/test_suite_run_execution_string_output.py +2 -25
  983. vellum/types/test_suite_run_external_exec_config.py +2 -35
  984. vellum/types/test_suite_run_external_exec_config_data.py +2 -28
  985. vellum/types/test_suite_run_external_exec_config_data_request.py +2 -30
  986. vellum/types/test_suite_run_external_exec_config_request.py +2 -37
  987. vellum/types/test_suite_run_metric_error_output.py +2 -25
  988. vellum/types/test_suite_run_metric_json_output.py +2 -24
  989. vellum/types/test_suite_run_metric_number_output.py +2 -24
  990. vellum/types/test_suite_run_metric_output.py +2 -13
  991. vellum/types/test_suite_run_metric_string_output.py +2 -24
  992. vellum/types/test_suite_run_read.py +2 -45
  993. vellum/types/test_suite_run_state.py +2 -4
  994. vellum/types/test_suite_run_test_suite.py +2 -20
  995. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +2 -28
  996. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +2 -26
  997. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +2 -26
  998. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +2 -30
  999. vellum/types/test_suite_test_case.py +2 -29
  1000. vellum/types/test_suite_test_case_bulk_operation_request.py +2 -13
  1001. vellum/types/test_suite_test_case_bulk_result.py +2 -13
  1002. vellum/types/test_suite_test_case_create_bulk_operation_request.py +2 -37
  1003. vellum/types/test_suite_test_case_created_bulk_result.py +2 -25
  1004. vellum/types/test_suite_test_case_created_bulk_result_data.py +2 -22
  1005. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +2 -18
  1006. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +2 -32
  1007. vellum/types/test_suite_test_case_deleted_bulk_result.py +2 -29
  1008. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +2 -22
  1009. vellum/types/test_suite_test_case_rejected_bulk_result.py +2 -31
  1010. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +2 -37
  1011. vellum/types/test_suite_test_case_replaced_bulk_result.py +2 -29
  1012. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +2 -22
  1013. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +2 -37
  1014. vellum/types/token_overlapping_window_chunker_config.py +2 -23
  1015. vellum/types/token_overlapping_window_chunker_config_request.py +2 -23
  1016. vellum/types/token_overlapping_window_chunking.py +2 -24
  1017. vellum/types/token_overlapping_window_chunking_request.py +2 -24
  1018. vellum/types/unit_enum.py +2 -4
  1019. vellum/types/upload_document_response.py +2 -21
  1020. vellum/types/upsert_test_suite_test_case_request.py +2 -48
  1021. vellum/types/variable_prompt_block.py +2 -27
  1022. vellum/types/vellum_audio.py +2 -23
  1023. vellum/types/vellum_audio_request.py +2 -23
  1024. vellum/types/vellum_error.py +2 -20
  1025. vellum/types/vellum_error_code_enum.py +2 -14
  1026. vellum/types/vellum_error_request.py +2 -20
  1027. vellum/types/vellum_image.py +2 -19
  1028. vellum/types/vellum_image_request.py +2 -19
  1029. vellum/types/vellum_value.py +2 -28
  1030. vellum/types/vellum_value_logical_condition_group_request.py +2 -37
  1031. vellum/types/vellum_value_logical_condition_request.py +2 -33
  1032. vellum/types/vellum_value_logical_expression_request.py +2 -11
  1033. vellum/types/vellum_value_request.py +2 -28
  1034. vellum/types/vellum_variable.py +2 -32
  1035. vellum/types/vellum_variable_extensions.py +2 -22
  1036. vellum/types/vellum_variable_type.py +2 -19
  1037. vellum/types/workflow_deployment_read.py +2 -76
  1038. vellum/types/workflow_event_error.py +2 -20
  1039. vellum/types/workflow_execution_actual_chat_history_request.py +2 -48
  1040. vellum/types/workflow_execution_actual_json_request.py +2 -47
  1041. vellum/types/workflow_execution_actual_string_request.py +2 -47
  1042. vellum/types/workflow_execution_event_error_code.py +2 -16
  1043. vellum/types/workflow_execution_event_type.py +2 -4
  1044. vellum/types/workflow_execution_node_result_event.py +2 -33
  1045. vellum/types/workflow_execution_workflow_result_event.py +2 -35
  1046. vellum/types/workflow_expand_meta_request.py +2 -21
  1047. vellum/types/workflow_node_result_data.py +2 -27
  1048. vellum/types/workflow_node_result_event.py +2 -13
  1049. vellum/types/workflow_node_result_event_state.py +2 -6
  1050. vellum/types/workflow_output.py +2 -23
  1051. vellum/types/workflow_output_array.py +2 -36
  1052. vellum/types/workflow_output_chat_history.py +2 -30
  1053. vellum/types/workflow_output_error.py +2 -30
  1054. vellum/types/workflow_output_function_call.py +2 -30
  1055. vellum/types/workflow_output_image.py +2 -30
  1056. vellum/types/workflow_output_json.py +2 -29
  1057. vellum/types/workflow_output_number.py +2 -29
  1058. vellum/types/workflow_output_search_results.py +2 -30
  1059. vellum/types/workflow_output_string.py +2 -29
  1060. vellum/types/workflow_push_deployment_config_request.py +2 -21
  1061. vellum/types/workflow_push_exec_config.py +2 -2
  1062. vellum/types/workflow_push_response.py +2 -19
  1063. vellum/types/workflow_release_tag_read.py +2 -36
  1064. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +2 -27
  1065. vellum/types/workflow_request_chat_history_input_request.py +2 -29
  1066. vellum/types/workflow_request_input_request.py +2 -13
  1067. vellum/types/workflow_request_json_input_request.py +2 -28
  1068. vellum/types/workflow_request_number_input_request.py +2 -28
  1069. vellum/types/workflow_request_string_input_request.py +2 -28
  1070. vellum/types/workflow_result_event.py +2 -38
  1071. vellum/types/workflow_result_event_output_data.py +2 -21
  1072. vellum/types/workflow_result_event_output_data_array.py +2 -40
  1073. vellum/types/workflow_result_event_output_data_chat_history.py +2 -34
  1074. vellum/types/workflow_result_event_output_data_error.py +2 -34
  1075. vellum/types/workflow_result_event_output_data_function_call.py +2 -34
  1076. vellum/types/workflow_result_event_output_data_json.py +2 -33
  1077. vellum/types/workflow_result_event_output_data_number.py +2 -33
  1078. vellum/types/workflow_result_event_output_data_search_results.py +2 -34
  1079. vellum/types/workflow_result_event_output_data_string.py +2 -36
  1080. vellum/types/workflow_stream_event.py +2 -6
  1081. vellum/types/workspace_secret_read.py +2 -24
  1082. {vellum_ai-0.9.15.dist-info → vellum_ai-0.9.16rc2.dist-info}/LICENSE +11 -3
  1083. vellum_ai-0.9.16rc2.dist-info/METADATA +119 -0
  1084. vellum_ai-0.9.16rc2.dist-info/RECORD +1101 -0
  1085. vellum_ai-0.9.16rc2.dist-info/entry_points.txt +3 -0
  1086. vellum_cli/__init__.py +0 -0
  1087. vellum_ee/__init__.py +0 -0
  1088. vellum/lib/__init__.py +0 -5
  1089. vellum/terraform/__init__.py +0 -28
  1090. vellum/terraform/_jsii/__init__.py +0 -27
  1091. vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  1092. vellum/terraform/constraints.json +0 -4
  1093. vellum/terraform/data_vellum_document_index/__init__.py +0 -409
  1094. vellum/terraform/data_vellum_ml_model/__init__.py +0 -409
  1095. vellum/terraform/document_index/__init__.py +0 -490
  1096. vellum/terraform/ml_model/__init__.py +0 -806
  1097. vellum/terraform/provider/__init__.py +0 -282
  1098. vellum/terraform/py.typed +0 -1
  1099. vellum/terraform/versions.json +0 -3
  1100. vellum_ai-0.9.15.dist-info/METADATA +0 -139
  1101. vellum_ai-0.9.15.dist-info/RECORD +0 -569
  1102. /vellum/{client.py → client/__init__.py} +0 -0
  1103. /vellum/{lib/test_suites → evaluations}/__init__.py +0 -0
  1104. /vellum/{lib/test_suites → evaluations}/constants.py +0 -0
  1105. /vellum/{lib/test_suites → evaluations}/exceptions.py +0 -0
  1106. /vellum/{lib → evaluations}/utils/__init__.py +0 -0
  1107. /vellum/{lib → evaluations}/utils/env.py +0 -0
  1108. /vellum/{lib → evaluations}/utils/exceptions.py +0 -0
  1109. /vellum/{lib → evaluations}/utils/paginator.py +0 -0
  1110. /vellum/{lib → evaluations}/utils/typing.py +0 -0
  1111. /vellum/{lib → evaluations}/utils/uuid.py +0 -0
  1112. {vellum_ai-0.9.15.dist-info → vellum_ai-0.9.16rc2.dist-info}/WHEEL +0 -0
@@ -1,569 +0,0 @@
1
- vellum/__init__.py,sha256=m0Vfy02ACEtGf7LlRkVWFCAVF19SDF47PWJrCKIDsgo,34220
2
- vellum/client.py,sha256=GtF36JNWxnFRV348M0-YcGd9N6ES-l0Q5b32rwHCR5E,115031
3
- vellum/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
4
- vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- vellum/core/client_wrapper.py,sha256=LRz9iP7j15DAuuCL2t-YGAU-z5civRcQBNKShT3MxSQ,1890
6
- vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
- vellum/core/file.py,sha256=X9IbmkZmB2bB_DpmZAO3crWdXagOakAyn6UCOCImCPg,2322
8
- vellum/core/http_client.py,sha256=R0pQpCppnEtxccGvXl4uJ76s7ro_65Fo_erlNNLp_AI,19228
9
- vellum/core/jsonable_encoder.py,sha256=qaF1gtgH-kQZb4kJskETwcCsOPUof-NnYVdszHkb-dM,3656
10
- vellum/core/pydantic_utilities.py,sha256=Pj_AIcjRR-xc28URvV4t2XssDPjLvpN6HAcsY3MVLRM,11973
11
- vellum/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
12
- vellum/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
13
- vellum/core/request_options.py,sha256=5cCGt5AEGgtP5xifDl4oVQUmSjlIA8FmRItAlJawM18,1417
14
- vellum/core/serialization.py,sha256=D9h_t-RQON3-CHWs1C4ESY9B-Yd5d-l5lnTLb_X896g,9601
15
- vellum/environment.py,sha256=vkEIsMFufsklAMQJxa_E9R60LQsbeqKbWqtyXjffZp8,498
16
- vellum/errors/__init__.py,sha256=HZB8vVqzDNx0M2uFJ05S5RcGTH95iVDl4v3rQ4xRqSw,343
17
- vellum/errors/bad_request_error.py,sha256=_EbO8mWqN9kFZPvIap8qa1lL_EWkRcsZe1HKV9GDWJY,264
18
- vellum/errors/forbidden_error.py,sha256=QO1kKlhClAPES6zsEK7g9pglWnxn3KWaOCAawWOg6Aw,263
19
- vellum/errors/internal_server_error.py,sha256=8USCagXyJJ1MOm9snpcXIUt6eNXvrd_aq7Gfcu1vlOI,268
20
- vellum/errors/not_found_error.py,sha256=tBVCeBC8n3C811WHRj_n-hs3h8MqwR5gp0vLiobk7W8,262
21
- vellum/lib/__init__.py,sha256=KTSY0V59WEOr5uNyAei1dDfaAatyXw_Aca5kNjo5mY0,79
22
- vellum/lib/test_suites/__init__.py,sha256=hNsLoHSykqXDJP-MwFvu2lExImxo9KEyEJjt_fdAzpE,77
23
- vellum/lib/test_suites/constants.py,sha256=Vteml4_csZsMgo_q3-71E3JRCAoN6308TXLu5nfLhmU,116
24
- vellum/lib/test_suites/exceptions.py,sha256=6Xacoyv43fJvVf6Dt6Io5a-f9vF12Tx51jzsQRNSqhY,56
25
- vellum/lib/test_suites/resources.py,sha256=cn0FqsULHNo84cGhS1-7tvV7-bz77UgFd6Sfxl63Cdo,13137
26
- vellum/lib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- vellum/lib/utils/env.py,sha256=ySl859lYBfls8hmlaU_RFdquHa_A_7SzaC6KEdFqh1Y,298
28
- vellum/lib/utils/exceptions.py,sha256=dXMAkzqbHV_AP5FjjbegPlfUE0zQDlpA3qOsoOJUxfg,49
29
- vellum/lib/utils/paginator.py,sha256=yDvgehocYBDclLt5SewZH4hCIyq0yLHdBzkyPCoYPjs,698
30
- vellum/lib/utils/typing.py,sha256=qngWnFwrWLUeu1nmixXGj173mwg7BXKTAyQkxK8AtfQ,327
31
- vellum/lib/utils/uuid.py,sha256=nedyhTNQDS2YvrU5gL3PtvG9cgGH87yKOcpGDJAe44E,214
32
- vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- vellum/resources/__init__.py,sha256=6tqe3AwLJGLW38iua0Tje0n3uz3a4vkqMFxbUJGRs98,1346
34
- vellum/resources/ad_hoc/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
35
- vellum/resources/ad_hoc/client.py,sha256=6rsCw-oaq35-DVrb7NTyptc2WU9L6Eka99H3fNB0jA8,17749
36
- vellum/resources/container_images/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
37
- vellum/resources/container_images/client.py,sha256=jK1n-NFsdBKCeEKh-EIqvw7R8AG9PP4GxxcoH9F0GYs,15463
38
- vellum/resources/deployments/__init__.py,sha256=m64MNuPx3qVazOnTNwOY8oEeDrAkNwMJvUEe5xoMDvs,239
39
- vellum/resources/deployments/client.py,sha256=sG_Qyc9ks1oFHsBoIJgBnZId-__W5-3T_i8A9elHUzI,34520
40
- vellum/resources/deployments/types/__init__.py,sha256=29GVdoLOJsADSSSqZwb6CQPeEmPjkKrbsWfru1bemj8,321
41
- vellum/resources/deployments/types/deployments_list_request_status.py,sha256=CxlQD16KZXme7x31YYCe_3aAgEueutDTeJo5A4Au-aU,174
42
- vellum/resources/deployments/types/list_deployment_release_tags_request_source.py,sha256=hRGgWMYZL9uKCmD_2dU8-u9RCPUUGItpNn1tUY-NXKY,180
43
- vellum/resources/document_indexes/__init__.py,sha256=YpOl_9IV7xOlH4OmusQxtAJB11kxQfCSMDyT1_UD0oM,165
44
- vellum/resources/document_indexes/client.py,sha256=1kp5I8DC4UPvjlWsocuaNhgpIQppDfHFkZIMBKBFj9s,37520
45
- vellum/resources/document_indexes/types/__init__.py,sha256=IoFqKHN_VBdEhC7VL8_6Jbatrn0e0zuYEJAJUahcUR0,196
46
- vellum/resources/document_indexes/types/document_indexes_list_request_status.py,sha256=sfUEB0cvOSmlE2iITqnMVyHv05Zy2fWP4QjCIYqMg0M,178
47
- vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
48
- vellum/resources/documents/client.py,sha256=TRptBN1FG4wyTYOq0TpmkXlQL63Owbvsa539E1VXs6s,27574
49
- vellum/resources/folder_entities/__init__.py,sha256=QOp7UMMB3a32GrfVaud35ECn4fqPBKXxCyClsDgd6GE,175
50
- vellum/resources/folder_entities/client.py,sha256=ep5dnfJmEuEyrOSUftEVwKaeXrg1DENEDjO4_nw9yq0,11114
51
- vellum/resources/folder_entities/types/__init__.py,sha256=cHabrupjC-HL3kj-UZ9WdVzqHoQHCu6QsLFB3wlOs7k,212
52
- vellum/resources/folder_entities/types/folder_entities_list_request_entity_status.py,sha256=nK9b9fRSeCfjn2V2Hifl1IbhFeVsNkoeXJ8rCAPADFg,183
53
- vellum/resources/metric_definitions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
54
- vellum/resources/metric_definitions/client.py,sha256=w-2IQ-ILDNqws6bWjZj6V9G86qw5zCVLXKq4j3Nebzw,5924
55
- vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
56
- vellum/resources/sandboxes/client.py,sha256=i-6DHap5k6gFcYS-kWI8ayJFVZxb-GENRft6BJwVam4,17158
57
- vellum/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
58
- vellum/resources/test_suite_runs/client.py,sha256=gCF1ewlUrCsZhnXYOYqdUuD2twTrQ-u95xOgvRy7WAw,15130
59
- vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
60
- vellum/resources/test_suites/client.py,sha256=XOSXVzgcnyescVX02aKdRzLSxY32xS0ULXbwc9XFAE8,25063
61
- vellum/resources/workflow_deployments/__init__.py,sha256=_duH6m1CDWcfqX6DTBNjO3ar4Xrl-f5PozMaTcT4Kow,251
62
- vellum/resources/workflow_deployments/client.py,sha256=dtXQWS0qC8jaV8LdpZ88Ss-JISXI5lLp7UGRUkFXKMY,22667
63
- vellum/resources/workflow_deployments/types/__init__.py,sha256=W7DKJ1nduwhRckYLvH7wHLdaGH9MXHTZkxwG7FdTngY,340
64
- vellum/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py,sha256=LPETHLX9Ygha_JRT9oWZAZR6clv-W1tTelXzktkTBX8,178
65
- vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=FXVkVmGM6DZ2RpTGnZXWJYiVlLQ-K5fDtX3WMaBPaWk,182
66
- vellum/resources/workflow_sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
67
- vellum/resources/workflow_sandboxes/client.py,sha256=3wVQxkjrJ5bIS8fB5FpKXCP2dX38299ghWrJ8YmXxwQ,7435
68
- vellum/resources/workflows/__init__.py,sha256=Z4xi8Nxd9U4t35FQSepTt1p-ns0X1xtdNs168kUcuBk,153
69
- vellum/resources/workflows/client.py,sha256=SYPMtcDF9aVhrbzmlnGLqdx8l7Hau2QpZTTE-R8TwKQ,10853
70
- vellum/resources/workflows/types/__init__.py,sha256=-uFca4ypncAOvfsg6sjD-5C9zWdA5qNvU6m675GphVg,177
71
- vellum/resources/workflows/types/workflows_pull_request_format.py,sha256=dOWE_jnDnniIJLoeseeCms23aklghyBkoPmBFzcqqZk,165
72
- vellum/resources/workspace_secrets/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
73
- vellum/resources/workspace_secrets/client.py,sha256=h7UzXLyTttPq1t-JZGMg1BWxypxJvBGUdqg7KGT7MK4,8027
74
- vellum/terraform/__init__.py,sha256=CxzT0rkV9cXwAtxZ3gv46DCRt9vBl_Sx1SOj5MJtl0Y,498
75
- vellum/terraform/_jsii/__init__.py,sha256=AV9B1-EC-DQ2MSTWojcpbHjahvoZxNaYeZ6aCi5SXEQ,473
76
- vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz,sha256=igWevhMxZD8GCX4KWzOG3vfQFDj5ic91sNmj2uFVwow,32056
77
- vellum/terraform/constraints.json,sha256=Pu3woy48d9csejER37XDbOVFvXUb9m9UrX4jFRUcilQ,43
78
- vellum/terraform/data_vellum_document_index/__init__.py,sha256=azU5hORjTHHLjzxs9eIX_Rp9lQ8yjLFxKACdP7VfidU,21484
79
- vellum/terraform/data_vellum_ml_model/__init__.py,sha256=o-QnNhRvjp0qmVnKQVqr_2libGZwkRDBSkS8m_61JdM,21228
80
- vellum/terraform/document_index/__init__.py,sha256=Inu_vUE6BBpYMgstvjNs3MTFJxEouOHl4hFw81YqtdA,25018
81
- vellum/terraform/ml_model/__init__.py,sha256=I8h1Ru-Rb-Hi_HusK6G7nJQZEKQGsAAHMmw4ZApcZwM,40294
82
- vellum/terraform/provider/__init__.py,sha256=-06xKmAmknpohVzw5TD-t1bnUHta8OrQYqvMd04XM-U,12684
83
- vellum/terraform/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
84
- vellum/terraform/versions.json,sha256=45c7jjRD5i4w9DJQHs5ZqLLVXRnQwP9Rirq3mWY-xEo,56
85
- vellum/types/__init__.py,sha256=bkZN7uoG71R0R34OWEp-fjl4XQUiHkUQsp-TIFco_dQ,51700
86
- vellum/types/ad_hoc_execute_prompt_event.py,sha256=bCjujA2XsOgyF3bRZbcEqV2rOIymRgsLoIRtZpB14xg,607
87
- vellum/types/ad_hoc_expand_meta.py,sha256=1gv-NCsy_6xBYupLvZH979yf2VMdxAU-l0y0ynMKZaw,1331
88
- vellum/types/ad_hoc_fulfilled_prompt_execution_meta.py,sha256=Bfvf1d_dkmshxRACVM5vcxbH_7AQY23RmrrnPc0ytYY,939
89
- vellum/types/ad_hoc_initiated_prompt_execution_meta.py,sha256=gOHP4kmnVCJJkTpfRPOgkFB70mhz5ySg_c2qRffDGWQ,785
90
- vellum/types/ad_hoc_rejected_prompt_execution_meta.py,sha256=Yo3TNjemHUfxU9R3EMzAGh-ey9pSClpEX7uGgGZiXDg,849
91
- vellum/types/ad_hoc_streaming_prompt_execution_meta.py,sha256=OVSyUL81lpkbXdxnQmPD6qPIxrErEDAgDofQ9lGWLXk,741
92
- vellum/types/add_openai_api_key_enum.py,sha256=GB7sLK_Ou7-Xn73sKJHUo6Gx3TjyhU7uJvWZAg4UeaI,92
93
- vellum/types/api_node_result.py,sha256=3zAbNGNYY6EgJDzqmcIvLqq8wU-WoMEwGT1W1fjto6U,729
94
- vellum/types/api_node_result_data.py,sha256=qb0hMdyZvWnlqjfmzSf_AWyUYbBhwkXGoRXNtduSG0U,909
95
- vellum/types/array_chat_message_content.py,sha256=353TDzStNXA2dQETvnJrazCr33nlFx7hgvvPV526ECg,780
96
- vellum/types/array_chat_message_content_item.py,sha256=7Um9YRe91I4F6YAOMEHoaJeplRdKwLP7a5HyLpYk_Y4,510
97
- vellum/types/array_chat_message_content_item_request.py,sha256=sF6gvW2UqE1EDJlG8w7mmiGWYehdSyfU350r1LTpwJM,618
98
- vellum/types/array_chat_message_content_request.py,sha256=vpPV0KmM_uui7vFHY6f6kE1yj7iOwqOjxEuGhh1ZxFM,809
99
- vellum/types/array_input.py,sha256=RPscmg0-YBNsViK4fWBnz_iXw7hq3QVnjL4R-9xFb74,1004
100
- vellum/types/array_variable_value.py,sha256=_BQX5Kk1OLJaAyk3CPgsIgiLR_FI2pvbe5Ne8q9gsqY,876
101
- vellum/types/array_variable_value_item.py,sha256=5GDpe5sFc4aeJOeXqPxsyLSRYxQ9hFBg5RYlv12ZHaU,1040
102
- vellum/types/array_vellum_value.py,sha256=6ZDizIzijUFX29JD4lnNv1mOH-venLD_c_sIiONWzqE,915
103
- vellum/types/array_vellum_value_request.py,sha256=SUIfUTeJTDcsH76mb_PfQv3q0GEUkVr4Gk-dqn2Qr-I,951
104
- vellum/types/audio_chat_message_content.py,sha256=159ELbeifFmAOvqPKaVSemHytSJ6OR0kOCtspCj4Lmc,725
105
- vellum/types/audio_chat_message_content_request.py,sha256=0iy-fv_AYp_3FIJUNza3aqCZrnHBsYN-IwQO690qeUk,754
106
- vellum/types/audio_variable_value.py,sha256=GLZMcQ_2IicejsXhvQz0kVNfIKmjLHqwa27qYOo881Y,747
107
- vellum/types/audio_vellum_value.py,sha256=8tbwNkj5UtnjZhFIQZ18O233yCt4fK3BhXpR7S5VEt4,745
108
- vellum/types/audio_vellum_value_request.py,sha256=KnEyYDvTVqNdYcb4v2AGs5nLbcWFSj351_A9nM2ad8Y,774
109
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py,sha256=YaPY5r4YGfMrcnmIKZgZhjNrVOINZfSo_c7xtNA9MY0,827
110
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py,sha256=HuuCD5Z_mUoMkkGoCnvQ4vkI8xt3zjO4x5mD6dheQ1I,834
111
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py,sha256=2svbTOM633pvslH9fw4F4M4LcWby_5r8-ukihTFuDuY,911
112
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py,sha256=QDv4d6ml773U6EpiAkNRJCHi3jgiRPOoCLXXMhGyJ7o,918
113
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py,sha256=n1ijP1zw-lQnxbj_ZfederNYD4LW-FGDklUOlYewxwg,911
114
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py,sha256=Y79jx-9QkbTzb7jSx8xF6YtbAB914u9E9uXOapk8TQc,918
115
- vellum/types/chat_history_input.py,sha256=lNh5j5mFxs0nTknzsL8kt9yAERpAWid7EWUU0i8BybM,853
116
- vellum/types/chat_history_input_request.py,sha256=0dmWfRWN9lOGEorQ3P1jKPAQtcXVexxiU9UEoJKP_pU,882
117
- vellum/types/chat_history_variable_value.py,sha256=pHMZQSnkfbAfVZaeiZaPVMDt1xdlVtZFL2kI7UKlipE,709
118
- vellum/types/chat_history_vellum_value.py,sha256=_yg6qk2Jci_rjFPOd3KNkXY0AduoEX1Tk8oPzQVpBYw,763
119
- vellum/types/chat_history_vellum_value_request.py,sha256=HzAiysncG5unJ-tlb43HhGZF8oYxN3rN7HGxG9g6Jiw,792
120
- vellum/types/chat_message.py,sha256=EOA8v5Ebx2KS9BtwBBGbuvSK-pn4xWYZiioHuuPWvzw,916
121
- vellum/types/chat_message_content.py,sha256=DQLB5rG40qLRLsmKWWo-XKa4rhk9TGQs_eFTFow2zEM,607
122
- vellum/types/chat_message_content_request.py,sha256=iFT_PmN6sUjeN1_fZXr2ePJEbSq_GZcClBvtu8SdVmQ,724
123
- vellum/types/chat_message_prompt_block.py,sha256=K0D42GPIgJYfYYigXU6ggCUbwHcB1LwMNDjXDybh3MQ,1351
124
- vellum/types/chat_message_request.py,sha256=r2EW1pfnvNYx2fo6mBqU5HQrUzp67WXuE5G-XK281E4,945
125
- vellum/types/chat_message_role.py,sha256=-i0Jrcbwf72MkMoaFTGyxRduvlN7f5Y9ULhCXR5KNdA,182
126
- vellum/types/code_execution_node_array_result.py,sha256=KCdbmjXjReO-hPPpBsSR17h_roDUpc4R-92cmIn59ck,952
127
- vellum/types/code_execution_node_chat_history_result.py,sha256=Kwb_jn_xmVz214bIGPmmpplKDczMAJCMAr6RxOJA-1Q,731
128
- vellum/types/code_execution_node_error_result.py,sha256=QlJEhZS-BKpCJc8bwG4MrsvUsTjDbY8iohYZh7--yBI,698
129
- vellum/types/code_execution_node_function_call_result.py,sha256=_3FYGMQhSvucFHC4gu9dHBXDKz8WpkTeDQ03aoASsn4,724
130
- vellum/types/code_execution_node_json_result.py,sha256=7FFqCR8B1fIjaRZ7Ix5fUhtAJfct_GDg7YWYAw7RUd4,656
131
- vellum/types/code_execution_node_number_result.py,sha256=PEhYlKvzPuJAoFwsZ2MTgFIswxhyjxc3AskDg9NBVWk,657
132
- vellum/types/code_execution_node_result.py,sha256=JBE6RyfWSKxXJSj9keeRsrvErtCLy3xAkM6YO6YrDyw,1033
133
- vellum/types/code_execution_node_result_data.py,sha256=CJ73aynNfct57S0AVD1cr8Kj4Pz6oWLV-AvUAzTvKRk,961
134
- vellum/types/code_execution_node_result_output.py,sha256=ZddnayoP01i5alC12OaoNdSgLoXr_Y4Nl343xGJvJeU,1069
135
- vellum/types/code_execution_node_search_results_result.py,sha256=yPh94v7pgFL-4x1JPSnXXGihUi42i-OfOaNVHLN4jE8,740
136
- vellum/types/code_execution_node_string_result.py,sha256=uH6KO57muMko4u_xISchhvP0E-VzJfhKD_rijXgisZ8,655
137
- vellum/types/code_execution_package.py,sha256=2cPKwG_5pxbHND-ChLH-4lk4O5TRWSv3KCsxNZYXZyw,580
138
- vellum/types/code_execution_runtime.py,sha256=ucMXj7mUYl9-B_KentTfRuRIeDq33PV3OV_GWKiG-lo,181
139
- vellum/types/code_executor_input.py,sha256=Dj6XRaIRHjbXDZ-wR_XusJkrxYD_lJ1-UZY0Ga4xeqI,694
140
- vellum/types/code_executor_response.py,sha256=iG3q95G7sXABhdkh81DhBYKHKrgZAFK1SvOa3Su6giM,849
141
- vellum/types/code_executor_secret_input.py,sha256=GmQG38-iQ6wTIvRw3fglOLepuw3LDL2I3joNXn3z-WA,766
142
- vellum/types/compile_prompt_deployment_expand_meta_request.py,sha256=z0iMR9nLGz5h2MbqamIwUxB8EiXGvqdf0tlYAQsBFbA,1136
143
- vellum/types/compile_prompt_meta.py,sha256=lQOFdrhMpzMOf_hasn4vb1AKnX2VuASr-1evaugJ4ro,848
144
- vellum/types/components_schemas_pdf_search_result_meta_source.py,sha256=WEB3B__R6zLakrJMMn_1z9FIylBcxencQ6JHVPs7HSg,206
145
- vellum/types/components_schemas_pdf_search_result_meta_source_request.py,sha256=FbgAsvMARYuSub2QQwFEkkbVeYwKkNmVi98nk7CxC-Q,235
146
- vellum/types/condition_combinator.py,sha256=NQ6-F85juf21jsRuZRA6PjIFv7ITVWG5myuuZdLxeQI,156
147
- vellum/types/conditional_node_result.py,sha256=vx8xo9F1KoJqOnYPtSevfOcBxKYAk8J8JGWFr1c4UO8,784
148
- vellum/types/conditional_node_result_data.py,sha256=yk4E7KHSzmKlweI9ce9eN_iW08V70KGmG1Z0K5455T0,604
149
- vellum/types/container_image_read.py,sha256=4i2dZkGrmWapW884F5ESVOLWElT5Y_478oB5NbDjAi0,787
150
- vellum/types/create_test_suite_test_case_request.py,sha256=SYUz7_aZMQlin_c1C0-B0W14YB0kC3cn21oPE4_64Ys,1711
151
- vellum/types/deployment_provider_payload_response.py,sha256=b0lkt0rK88ARQaMWn9MAHeWtMBsZKofDMlOAUsQvv7g,818
152
- vellum/types/deployment_provider_payload_response_payload.py,sha256=xHLQnWFN0AZRZdrOiKawwpoKK7BTmnZfp0P7FCc2ZqE,188
153
- vellum/types/deployment_read.py,sha256=NtXmYsYJOATxkMxeVkSM35XzDVGbva3RWmn5midBd1A,2160
154
- vellum/types/deployment_release_tag_deployment_history_item.py,sha256=df4qKHT1f-z0jnRS4UmP8MQe6u3PwYej_d8KDF7EL88,631
155
- vellum/types/deployment_release_tag_read.py,sha256=YlwssIgBd5lKVqelH-gejQXQ7l31vrsRNMJKDGDyTEA,1129
156
- vellum/types/docker_service_token.py,sha256=T0icNHBKsIs6TrEiDRjckM_f37hcF1DMwEE8161tTvY,614
157
- vellum/types/document_document_to_document_index.py,sha256=LbXTZyYxA4hxewquf7ZLZgBD9uWGoIs1J64x4fY7bNg,1229
158
- vellum/types/document_index_chunking.py,sha256=TU0Y7z0Xacm3dhzEDuDIG3ZKJCu3vNURRh3PqEd17mY,356
159
- vellum/types/document_index_chunking_request.py,sha256=g9BKCsHKg5kzjG7YYeMNQ_5R8TXLeSgumJlMXoSfBcs,435
160
- vellum/types/document_index_indexing_config.py,sha256=xL1pCzUOkw5sSie1OrBpasE3bVnv0UyZBn7uZztbhbs,781
161
- vellum/types/document_index_indexing_config_request.py,sha256=Wt-ys1o_acHNyLU0c1laG2PVT7rgCfwO54f5nudAxk4,832
162
- vellum/types/document_index_read.py,sha256=9btlJ9-H7DwTFfBljT2PuxtyTQjhiWTStvGqVJMwirE,1469
163
- vellum/types/document_processing_state.py,sha256=ISlurj7jQzwHzxPzDZTqeAIgSIIGMBBPgcOSoe04pTU,211
164
- vellum/types/document_read.py,sha256=NpI11FeW03pFiv-SMLEHu2yMkzibHQzzxqXRpcngi-s,1713
165
- vellum/types/document_status.py,sha256=GD_TSoFmZUBJnPl-chAmaQFzQ2_TYO3PSqi3-9QfEHE,122
166
- vellum/types/enriched_normalized_completion.py,sha256=qk8o_PCj8rvgxa9omng0Nx5SvGNgzS7wnXMpoH56s8k,1825
167
- vellum/types/entity_status.py,sha256=bY0jEpISwXqFnbWd3PSb3yXEr-ounPXlAO_fyvHV7l8,158
168
- vellum/types/entity_visibility.py,sha256=BX1KdYd7dirpv878XDDvtOHkMOqebM8-lkWmLyFLaw4,184
169
- vellum/types/environment_enum.py,sha256=Wcewxp1cpGAMDIAZbTp4Y0GGfvy2Bq_Qu_67f_wBDGA,179
170
- vellum/types/ephemeral_prompt_cache_config.py,sha256=PK26yfHCLPAnXd89r8gz0rCD9hRR5pjKrE-o6-Mk-dI,712
171
- vellum/types/ephemeral_prompt_cache_config_type_enum.py,sha256=houFyNbNr9r2uXTBoRTA0eZJaBDe0CFTIUbsDyWK2e4,145
172
- vellum/types/error_input.py,sha256=UiYDo7pxeCmW7REuk80ByzUp1hxEQwQCEA5isZc0ZUc,786
173
- vellum/types/error_variable_value.py,sha256=ULT_D9h8dKeHTnXEDv6UHxNlpmwQ3iDHTGU6Zg8a6H0,676
174
- vellum/types/error_vellum_value.py,sha256=Y7yO8Y1eOlbRyOqbOh6MyPRNHYKH48gIhlZIRcw1UaA,726
175
- vellum/types/error_vellum_value_request.py,sha256=o0aSn34dRcpnAwAfwW_sgwP7CkODGd5448w2Olg-spg,755
176
- vellum/types/execute_prompt_event.py,sha256=wq_TZBDJcmXQhSj25jR9nMTnN-mP8Ku5Vq3rLqmwE5Q,521
177
- vellum/types/execute_prompt_response.py,sha256=n6ODveXcO8uWG-kr_B9wXziHH8JUaVTUcUAZKifClEo,334
178
- vellum/types/execute_workflow_response.py,sha256=0Q-NGPv5jpxjq6xNlHa3qUNK7yOmkU8h6Z2vQb6bHsU,1022
179
- vellum/types/execute_workflow_workflow_result_event.py,sha256=yLO-r6-lXGA86tonDGlWwuCI9VZEITTvEB9_yoV5308,435
180
- vellum/types/execution_array_vellum_value.py,sha256=NlchSxuH3uF7INizvjPabvtQ8xJKkYtBo2m7-L9zsJk,1124
181
- vellum/types/execution_chat_history_vellum_value.py,sha256=FBDP88wZKY9hz5h6cc8Z84fIgHritVZOybnE_tx5i3A,887
182
- vellum/types/execution_error_vellum_value.py,sha256=_1KRV9vG5x0wACKubh6O-uj9weKh3in8xvVVTATkN5w,850
183
- vellum/types/execution_function_call_vellum_value.py,sha256=3GmqmQOxYuVFqO3m58M3Bfp-zN9ENnbTzPRFryldIY8,883
184
- vellum/types/execution_json_vellum_value.py,sha256=oGY3CsJBKeOuEexmITfRYcidAn-F1t8o9WjUkOlWYBw,813
185
- vellum/types/execution_number_vellum_value.py,sha256=b2TpqyafRHCdl6EhgctNgUSLU-JBdouU6OgM8Jk_O78,809
186
- vellum/types/execution_search_results_vellum_value.py,sha256=HkxoXaUF6pMbfXd5wLk5VKmcXed2IRfEzkxsoGpwmg0,898
187
- vellum/types/execution_string_vellum_value.py,sha256=4w0ottwB5F2NL3uEXBBggP7XkcdE_D2lGmEobkXWY7o,807
188
- vellum/types/execution_vellum_value.py,sha256=PpbrbJdSioqaqT2gZ6mx2Ht0Oy8XGyxBDcLFfPqUBIA,980
189
- vellum/types/external_test_case_execution.py,sha256=CzO7IM3uINXQfOHWjEVvRqwRcp5_JWWtyXVxMQGHl_c,1063
190
- vellum/types/external_test_case_execution_request.py,sha256=5nZWMZnDPqQSmmcnIM5Cz6VxA6YQrcfmdWw7d2Da3cY,1128
191
- vellum/types/finish_reason_enum.py,sha256=KoNjzvXMHDCT0AUhhwGoZ1_7bi4h3fZEFvvHyGyoTP8,169
192
- vellum/types/folder_entity.py,sha256=v8zNprIbxktOzmncbNXTOJlLTBV5bZqD1Z_AGGHG1_8,578
193
- vellum/types/folder_entity_document_index.py,sha256=-Tg2qnzGhp2FLnvGrgoVr0ZBEKFmm2TjgYvlII8tkog,839
194
- vellum/types/folder_entity_document_index_data.py,sha256=UceusLf7dLYDHq4ZlKdP5Wx_ytL5oadOPMtut9AKkrQ,723
195
- vellum/types/folder_entity_folder.py,sha256=1GWfyHdenyAI2GXiouIbnFhPK4ADqZGFh-6fpp_C6-U,792
196
- vellum/types/folder_entity_folder_data.py,sha256=JLYkhvRY63-ojNY84lfRTaUg25KjslSE-iNAC2NYCTI,674
197
- vellum/types/folder_entity_prompt_sandbox.py,sha256=7CGVcK5maoqO7CC7sFfi6F5X0QWdHVbEygqLyci_VDY,839
198
- vellum/types/folder_entity_prompt_sandbox_data.py,sha256=4u-t-p2-h7Z1SacNOQnEnY3tt-au5WB0hIDrB1HOeKk,781
199
- vellum/types/folder_entity_test_suite.py,sha256=M5sb7ntUX2VsCyD0AYnz7dalt7G1ejOYQZvsUU33q2w,811
200
- vellum/types/folder_entity_test_suite_data.py,sha256=RGITy3Pip6NeIb77YGavDWgRr8GLFDB9sXrTU_Dm2OI,719
201
- vellum/types/folder_entity_workflow_sandbox.py,sha256=gFmkwKZGh5O9-9y4w6VGK1IRsKLf7NZ4SCC-pgucm8M,853
202
- vellum/types/folder_entity_workflow_sandbox_data.py,sha256=MW0nLAvetgnsm6KWiGcYcKB9llR-UfosSNz0MtokN38,783
203
- vellum/types/fulfilled_ad_hoc_execute_prompt_event.py,sha256=19rFjVrzobaaAQhZlP_WGV9f_Rwrz4EPRXbT2aYkaJw,1016
204
- vellum/types/fulfilled_enum.py,sha256=MenrGneRMBvsq-n8tkMXAx0wppGWLJgkqdKnfklGP9U,124
205
- vellum/types/fulfilled_execute_prompt_event.py,sha256=E-iBwlMWvwQyRfzqPlgtX8KurE3IYsTRd5vWjXtbOmk,994
206
- vellum/types/fulfilled_execute_prompt_response.py,sha256=nKhDk2ZloCuE0uijX5XOE63_cq8PBo4UWs4hK4e3jUE,1227
207
- vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=kYlTOfJd9SydVSmJ8dr8pdLh7RHOwcFv5UzBYgKlyTw,1147
208
- vellum/types/fulfilled_prompt_execution_meta.py,sha256=sMWAMqJCh8n_NBtRSM4muiAqKne_W-NCxJVzKy9Q1Ec,934
209
- vellum/types/fulfilled_workflow_node_result_event.py,sha256=dYZUcyl_nFRFpBA_imaHkp9F7dLi59z2ESq4R7do9mo,1403
210
- vellum/types/function_call.py,sha256=nXPEC3nJh8QzjCvyomfm80fyO-Aar60KBOaGfQtZ5D0,804
211
- vellum/types/function_call_chat_message_content.py,sha256=qXbrMQeXn_CLjfDzQvv9llmae2wvpoTlUSQWdfMvf-k,831
212
- vellum/types/function_call_chat_message_content_request.py,sha256=HVGxHs6jc4EBgW7rdJXlF8KRlugY5YHa0ujDrEQqPCo,860
213
- vellum/types/function_call_chat_message_content_value.py,sha256=DHRZYAMc4Y5MerUS_6CIxQBtORftKn-gBx8Skgivm_A,736
214
- vellum/types/function_call_chat_message_content_value_request.py,sha256=67EZ3qSR9zO5akOgloswRE0Pv8BcjtWhdTRJIwuQU04,743
215
- vellum/types/function_call_input.py,sha256=Iiqk2-IX6xUI2UnRj3bum5C0OlQn9jRmBwatUzJQQt8,820
216
- vellum/types/function_call_request.py,sha256=eJBIN-wLkkkDUIwAy1nMeWHu3MZ5aJpOXyWtBa39RFA,811
217
- vellum/types/function_call_variable_value.py,sha256=VQKCiEtJsmIK3i7CtFV_2ZpxeX70rqpUViXIvAci8L0,702
218
- vellum/types/function_call_vellum_value.py,sha256=lLJb-S_-S_UXm6una1BMyCbqLpMhbbMcaVIYNO45h5o,759
219
- vellum/types/function_call_vellum_value_request.py,sha256=oUteuCfWcj7UJbSE_Vywmmva9kyTaeL9iv5WJHabDVs,788
220
- vellum/types/function_definition.py,sha256=D6uZTIndSeTT4O6FQjU7jVB6Tn1VWOqlAjCa92qX5cE,1127
221
- vellum/types/generate_options_request.py,sha256=TUDqsH0tiPWDZH4T-p5gsvKvwVHEVZ_k6oI3qsjlsk4,782
222
- vellum/types/generate_request.py,sha256=gL6ywAJe6YCJ5oKbtYwL2H_TMdC_6PJZAI7-P3UOF3I,1286
223
- vellum/types/generate_response.py,sha256=QJmSRsYhZhtDmk2xpE9ueQEkHyXmYsaEQqqlKl9-bS4,699
224
- vellum/types/generate_result.py,sha256=gh3cLPIFv2Jx4ZLx4ZY7s1iOzAjoA0Saj7cXMdp4v-A,1094
225
- vellum/types/generate_result_data.py,sha256=iYqsDb1Bz38mxocZK1_caBYSpGfRklEDukQd1k3bSOI,790
226
- vellum/types/generate_result_error.py,sha256=GRk7lWoWxbPi-ikLRNZ9BnhXutTUdHfBAmlkIAABz7U,652
227
- vellum/types/generate_stream_response.py,sha256=IPwhHPN9KYQXV9Ow8uXnDIAL0QUf4R6J9wZOQht4Gy8,640
228
- vellum/types/generate_stream_result.py,sha256=d661Ptq-XDyoKGYYUgs7htUkuRocQ9GDaV9ePbAxdoc,807
229
- vellum/types/generate_stream_result_data.py,sha256=-wzHLPkJrCNL_7vQuX-nZKi3wKxJ8v1j8DRzLmagVNU,697
230
- vellum/types/google_vertex_ai_vectorizer_config.py,sha256=okGOJl721ONG1_aq1cphZ23WAJfi0FwLdwEoiuMMJP4,595
231
- vellum/types/google_vertex_ai_vectorizer_config_request.py,sha256=0SnNAz4PAgzCjB_BChH1AYwwkOXbW9ed1EO2KXuDwCo,602
232
- vellum/types/google_vertex_ai_vectorizer_text_embedding_004.py,sha256=V2owWci9ffII48PKfqOalDSliBA1JLholvPQYhknJ9o,767
233
- vellum/types/google_vertex_ai_vectorizer_text_embedding_004_request.py,sha256=L_3gq3pe8JKvGg9ufsrhvHekQAveyzD9uzoxl2arwkE,796
234
- vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py,sha256=MoukrZZsuDVze43vuS5bEYygI6Jpok5QJTYPjHEz0tg,805
235
- vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py,sha256=Z6FliV8Efl9h-9L7kicfDlztu3utQPnRR5qXDVlx8C4,834
236
- vellum/types/hkunlp_instructor_xl_vectorizer.py,sha256=0wDZyilAQD3SQYIOBxfzBRxtt7wR4vVRIdcdb8cbnaA,803
237
- vellum/types/hkunlp_instructor_xl_vectorizer_request.py,sha256=Mtg_hl-IIfa134LWBonkxOQ1dhjXkGkz7maDZ57o_d4,832
238
- vellum/types/image_chat_message_content.py,sha256=1jHmNuLY2kuuSgJCqNmc4wUMw5aot6GLU6_hQ_99r2g,725
239
- vellum/types/image_chat_message_content_request.py,sha256=b0K1NnY-NneG_V3JAnyr4H2jrPGOC1OQ-OcCmS1GCvE,754
240
- vellum/types/image_variable_value.py,sha256=njfgKYFU5lTCeosINThWziVE_jpuBjcgntZ3xAALT58,750
241
- vellum/types/image_vellum_value.py,sha256=69XnqE9m-bd3dOdMD73WtfDm_kDrVg-y3fi35akuqsk,748
242
- vellum/types/image_vellum_value_request.py,sha256=-Q66T8M6fAf9K_v0LeRwZjB_6pkBUSyMUQc6plRRK5E,777
243
- vellum/types/indexing_config_vectorizer.py,sha256=vmRzRs1xMOhPTaKijFkhqVn8sITxHQCADwNVTp9ZBsk,1536
244
- vellum/types/indexing_config_vectorizer_request.py,sha256=6csvEVzlZwv5rXhuMLW9bO1L4y6qbdZaMFX_cahlHSA,1741
245
- vellum/types/indexing_state_enum.py,sha256=KWYMz5DwJnVhu3ZlSDdqiC5MtiTIdrxE4EvwFYiel1U,213
246
- vellum/types/initiated_ad_hoc_execute_prompt_event.py,sha256=B34Q2aU2vj9qpjpWXIieN839iB7t4EWCD9mmCfbkwpo,915
247
- vellum/types/initiated_execute_prompt_event.py,sha256=tHt80ZIuKk6B85IQqSF3MQqiSSiBsSP2Aw3XuD5xk6E,893
248
- vellum/types/initiated_prompt_execution_meta.py,sha256=pnRjcPnVRp650k0W7kfwg9f24S4vAJfQoGGdBs_aKlc,887
249
- vellum/types/initiated_workflow_node_result_event.py,sha256=Nu1J4iQYsW2HHjQFzQq-ZQAQtEmS95pPnHOZZDdPrcU,1407
250
- vellum/types/instructor_vectorizer_config.py,sha256=7udlosXv4CUWTW_Q9m0mz3VRi1FKSbBhDIOhtxRd0-U,731
251
- vellum/types/instructor_vectorizer_config_request.py,sha256=6LGFFQKntMfX7bdetUqEMVdr3KJHEps0oDp2bNmqWbM,738
252
- vellum/types/iteration_state_enum.py,sha256=83JSh842OJgQiLtNn1KMimy6RlEYRVH3mDmYWS6Ewzo,180
253
- vellum/types/jinja_prompt_block.py,sha256=Q2aIQh8a-i09kL1ISM-kzTq7TZoyaafDDlmCkUmLnVw,939
254
- vellum/types/json_input.py,sha256=ZUA2O9YueBCx0IMMdB8uYNSWJiSDZxMm5ogwbwCmz_g,761
255
- vellum/types/json_input_request.py,sha256=x5sA-VXxF4QH-98xRcIKPZhsMVbnJNUQofiUQqyfGk4,768
256
- vellum/types/json_variable_value.py,sha256=X7eBEWxuozfvIdqD5sIZ5L-L77Ou6IIsZaQVNXh5G2k,634
257
- vellum/types/json_vellum_value.py,sha256=8irlw6NkRRVafysfTc1Q5BFFhRrWJYzdwrDYTdJK4JY,689
258
- vellum/types/json_vellum_value_request.py,sha256=IUlkdwFGgBeLl9sCmAJhoaxomWiEMpWgRcLa_WnlK8g,696
259
- vellum/types/logical_operator.py,sha256=D8Chij23T00hdFAC4VUU0BcAPkLmx8SxwvxsEFYo918,524
260
- vellum/types/logprobs_enum.py,sha256=D_458cZX2CAb6dX_ovrQ6HARlJkYcZRadKwsi1Cr-JM,151
261
- vellum/types/map_node_result.py,sha256=e2YqEP-aKig2TbbZIlfn5LCeVEVhEJJBR7o7xTBKXaY,752
262
- vellum/types/map_node_result_data.py,sha256=3xJXC1JrS9lo3-3_u1S79sYwLxMknNntDyspN24vQzY,699
263
- vellum/types/merge_node_result.py,sha256=h8iEDQgiEjVASom_lAyIi9iErh9rU0_Am7awyzIarnc,742
264
- vellum/types/merge_node_result_data.py,sha256=BM3bmwFhTDiY5HchT-5uRl0o6qmJ5KH-NHRb9huGRoA,640
265
- vellum/types/metadata_filter_config_request.py,sha256=eFmoTIVv4RB6DRaxqyDcgB8F5SZSIOsREHqvcczs0Os,1365
266
- vellum/types/metadata_filter_rule_combinator.py,sha256=3Vpp1Mnv3As7efkxWTeV8qd4gdJ6OLoLhz_UeVBHAX8,165
267
- vellum/types/metadata_filter_rule_request.py,sha256=Pcs0TsU7CRnsEUoH0DWb-c9DTP2UW67lJKXlsTLXV48,1135
268
- vellum/types/metadata_filters_request.py,sha256=Yaiu7rkcrV2bCFk6HrZSjuF6V-6JYjZTpzxv7_MFe70,345
269
- vellum/types/metric_definition_execution.py,sha256=xwr5VJTo32k77isUtz2uzHGmtRm6K_VyOlTCbJr0JNU,672
270
- vellum/types/metric_definition_input.py,sha256=4nmwpPqbeNQYCzLkXCkc-FGV5K2Zfa22xqSUe_L6o5s,331
271
- vellum/types/metric_node_result.py,sha256=YdKq1DZiBD1RBtjyMejImylv3BqrwY8B_UF4Ij-6_64,660
272
- vellum/types/ml_model_usage.py,sha256=WcZ2F1hfxyTwe-spOVwv-qJYDjs4hf9sn7BF2abawPo,910
273
- vellum/types/named_scenario_input_chat_history_variable_value_request.py,sha256=aVZmAxu-47c34NyhSkfi9tQqIPy29cdJ7Pb4MIgKeNw,862
274
- vellum/types/named_scenario_input_json_variable_value_request.py,sha256=UgnKv70zFviv1kl4nM7aM7IFA-7xyDOtglW4Y3GBZ28,757
275
- vellum/types/named_scenario_input_request.py,sha256=Pi8l377OHvKBwvPu9slZ1omf_NJ9S1mCQ5Wr-Ux5KVg,611
276
- vellum/types/named_scenario_input_string_variable_value_request.py,sha256=4P5YjzR0Cwsnf4ir2MFX0Bs0Q3eMe_7uWVhxL1ajlVg,758
277
- vellum/types/named_test_case_array_variable_value.py,sha256=lrsRJGZ-_LLJVRjQubiX7X6rKZWTL6S6CweRQvd9B2Y,1028
278
- vellum/types/named_test_case_array_variable_value_request.py,sha256=MqKZWZY47ndR467uEdsNXns_XxGEe-6oeEKfFbaF5JI,1099
279
- vellum/types/named_test_case_chat_history_variable_value.py,sha256=tRN-8jKDeth_VIeWIYzSAcZIT-PeKKAUBjsUB3JbUjo,808
280
- vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=e4yLVJJnWyba3Yl_IJ4jJMfDdK1zxj19OuwirVBloSw,837
281
- vellum/types/named_test_case_error_variable_value.py,sha256=lEw5i9J4JK0LwSqtnefgxZ9Y9KUdy_omKUZe_goRmNo,768
282
- vellum/types/named_test_case_error_variable_value_request.py,sha256=XilprgId1FVJpLQGZerWPo21rPx1TGf_YHONqmahHVk,797
283
- vellum/types/named_test_case_function_call_variable_value.py,sha256=hSTsOyoSPpdoWpblh-7i-Gdu5VGrefl6d0QQvkdkmnA,802
284
- vellum/types/named_test_case_function_call_variable_value_request.py,sha256=MNGxavL6FTToJTqo8CLBM_RnXAq_mAtQmHi9dY9364U,831
285
- vellum/types/named_test_case_json_variable_value.py,sha256=bLLVCMhHQaauK4AFw7wvz5xb9hWgVqMJRt2Wwk85MGs,725
286
- vellum/types/named_test_case_json_variable_value_request.py,sha256=aFZXS5i5ykwomD4qcTc5hypEppR60ftJFI78dJUbzxU,732
287
- vellum/types/named_test_case_number_variable_value.py,sha256=FFN5WVs1TGe2aQI0U6qvWwWqVp83heSiyXi7GwtIaL8,728
288
- vellum/types/named_test_case_number_variable_value_request.py,sha256=dHg-0I57CthxERqcxFW5QPugFMXqq9egVgCu_MaKrY4,735
289
- vellum/types/named_test_case_search_results_variable_value.py,sha256=N4I2Pu1Qh8S92SE8AmZrKDkdJS_bbhGoSOQi69uqOqQ,819
290
- vellum/types/named_test_case_search_results_variable_value_request.py,sha256=dT2MAD4l7Kks6BwUhyKdbjdiaXRTCfQntOiK4X6txvQ,848
291
- vellum/types/named_test_case_string_variable_value.py,sha256=2xuTh35MarcDMMCy6pxpIoBRQddgKoD67eTgk6SdpFo,726
292
- vellum/types/named_test_case_string_variable_value_request.py,sha256=Bv7LEBEyDHtBPPWdzgvCA8DHG6n1jF4NVlEe6zYPJUs,733
293
- vellum/types/named_test_case_variable_value.py,sha256=R_O3nh15km-yGxg2ZybT9wmSxElROBO84Wg_29sCC8o,1146
294
- vellum/types/named_test_case_variable_value_request.py,sha256=P3qWYQynb1rR9ohB628krxu-EUY2fkf290g5BeGowFU,1329
295
- vellum/types/node_input_compiled_array_value.py,sha256=-UO10E0Lx_f0ISmuHfQ3V0mJbyCOL--rqm_tTsv2aiQ,973
296
- vellum/types/node_input_compiled_chat_history_value.py,sha256=9mCnXxmWCRSxvP_YZH1RvHRnKGGfSX-kJWRZcINr5p4,754
297
- vellum/types/node_input_compiled_error_value.py,sha256=49N9jmGU-QReYNmtf0qXILnRLYa6kXwoix_ZdJPzs2I,721
298
- vellum/types/node_input_compiled_function_call_value.py,sha256=Q9vrORvrPDvHrBBYNA2YALHQd7WlGMytEBtoQdJelvk,747
299
- vellum/types/node_input_compiled_json_value.py,sha256=ketb8FNY9DQjAxgJd4SPDE6ErHJYY0NEkW0-STapBkw,679
300
- vellum/types/node_input_compiled_number_value.py,sha256=Olc4UpYsm-v7ZhlTVXsp7JVQE0ytLsBSd9HolCYWmZ4,680
301
- vellum/types/node_input_compiled_search_results_value.py,sha256=A2SnHYZAt2_VsQDXL4B2CF3KYgDJeUAQ5L0RbI8flH0,763
302
- vellum/types/node_input_compiled_string_value.py,sha256=V4HKhHW6B2iUvYqYbuwcOHTxiui3nfOe0DKOiTXshJQ,678
303
- vellum/types/node_input_variable_compiled_value.py,sha256=ahG5KdRDQ97w3Ljhfz9EssY0FD1DKeE4C5y393QOS78,1046
304
- vellum/types/node_output_compiled_array_value.py,sha256=-lUee9E-IrlndzNS-tzfAQrEOZv-ZcgAmm06_kcqOr8,1176
305
- vellum/types/node_output_compiled_chat_history_value.py,sha256=rAAnJ2PcXGxKusMpq2NEhJdBSRrPB9da5uN19x92Wu4,962
306
- vellum/types/node_output_compiled_error_value.py,sha256=dkgT_h463S8AF3QHVZdvy9HGF3A2LhxuNnAQouAYQlE,922
307
- vellum/types/node_output_compiled_function_call_value.py,sha256=Fygp5S2479B71vDmmBTjmJpp1ZfMEm3Qow2uINjNyZE,956
308
- vellum/types/node_output_compiled_json_value.py,sha256=KUOPgaL0_nlzjjtc7fFXNPKJ0CmRGAUG4FzzZt9ev00,879
309
- vellum/types/node_output_compiled_number_value.py,sha256=iBwBcPQuE0PZ50Q30iSUGNnDkf6yIMZ_au9lQDDhlzA,882
310
- vellum/types/node_output_compiled_search_results_value.py,sha256=oHKSncqdhE3q3SDjHqhRRSePvF24XRiwecZoTMdM_Uo,973
311
- vellum/types/node_output_compiled_string_value.py,sha256=pR_ku51KL_gwplMCiy6oT4sARnKP_0gZsTcLbVtOk_Y,880
312
- vellum/types/node_output_compiled_value.py,sha256=ADqSZuj1Gk0OdV9xrAfV--cW-6VrbBSZ7YZ_qFa0REs,1063
313
- vellum/types/normalized_log_probs.py,sha256=XNfwhKgK9vPlJQh9dcup2Rl5mTlmV154rrIRsf3dYx8,706
314
- vellum/types/normalized_token_log_probs.py,sha256=C0VHuRQbbcCFzQ9fJNbNjXAc2aUMUT5MxIt929-KMEA,714
315
- vellum/types/number_input.py,sha256=e5hNmwXv-rBfkJ-SdwbJzU6UKY0ej2m6jO7uEKJ_n4M,739
316
- vellum/types/number_variable_value.py,sha256=L2WKopg_1l8Uq1WZVhpcK1wztzRCxauE-ALameuEqRs,635
317
- vellum/types/number_vellum_value.py,sha256=LWQuMygk1Ai5Gjk_2bcp2idsEtzliotMolIyk_hgtnI,685
318
- vellum/types/number_vellum_value_request.py,sha256=vdp8WZpc_YvITT7g3bzIVIxDUYQgfNIzPTIyk2Sem-I,692
319
- vellum/types/open_ai_vectorizer_config.py,sha256=E3t3E5bSJgwTGM7M9-Cnt5fr0BZKT1i_2v8RjW5cHkw,743
320
- vellum/types/open_ai_vectorizer_config_request.py,sha256=Q929KI2m2GvQkCTcBvnx8OB7-6FTLFuJtrgS0IEkKTA,750
321
- vellum/types/open_ai_vectorizer_text_embedding_3_large.py,sha256=Rr6MUqDWyI3ninbLse9eWX95bgYvrm6U2RA6-AgXi5Y,812
322
- vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py,sha256=b-s5u1lLV2JLWFauxIrciMUP1jnswDT6RP-F3VR7cr0,841
323
- vellum/types/open_ai_vectorizer_text_embedding_3_small.py,sha256=T_-P7qGjTHJiJfMieHv1GplDBTsvcCJI8cZMOF1WP6o,812
324
- vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py,sha256=-lwNeWj7ExP-JLncUp1Uyd20FxweVIDu-aEnenPB98A,841
325
- vellum/types/open_ai_vectorizer_text_embedding_ada_002.py,sha256=c4vNlR6lRvUjq-67M06sroDMNMG_qC4JUBqwmKEJQ2I,812
326
- vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py,sha256=FdpkkNBGgRwfqFjBwpfH4t2zKIM0pIYminX2iZQUzvY,841
327
- vellum/types/paginated_container_image_read_list.py,sha256=7lwIgs1q7Z0xDYPGWPnjSNC1kU_peu79CotzaaQfRdA,801
328
- vellum/types/paginated_deployment_release_tag_read_list.py,sha256=hp7D74CxPY14dEPRZ-fnTCwp63upxkYquL1e74oYXh4,826
329
- vellum/types/paginated_document_index_read_list.py,sha256=bO7pm3KCZi5LDO17YXgr_lUF9SRdAfMu6wOutX91ANw,797
330
- vellum/types/paginated_folder_entity_list.py,sha256=PElkrxMrnEjL9YGXde_r7RpNQUjzYfaLDlnwO8WFDSo,776
331
- vellum/types/paginated_slim_deployment_read_list.py,sha256=H8VKHr-aZP4ACwQJSs7KOrbqaj2nmMmyyvZHe7NRWRc,1048
332
- vellum/types/paginated_slim_document_list.py,sha256=8f7L0ZqD9hBU4XTGTdltl0ORuyy2gryPU5UxlmPabq4,776
333
- vellum/types/paginated_slim_workflow_deployment_list.py,sha256=b0SGPewaOK5VlvlxymI6BELdqC9W0m823IZK-SaOiIw,1072
334
- vellum/types/paginated_test_suite_run_execution_list.py,sha256=_NCKlKzs-8h0oZFhbGLO4sMt3xh9jicPqJdYu-NN-8c,1019
335
- vellum/types/paginated_test_suite_test_case_list.py,sha256=9KrCCQKy0egMmVx5U2k6o1GjNrUYpVvGG_hm2cHqIzc,995
336
- vellum/types/paginated_workflow_release_tag_read_list.py,sha256=dH24ESWyAMVtyHsBkxG8kJ9oORY04Wn3IN-7jvV7Lu4,818
337
- vellum/types/pdf_search_result_meta_source.py,sha256=EMVhqdN1bwE6Ujdx4VhlmKQtJvitN-57kY8oZPxh9dI,1126
338
- vellum/types/pdf_search_result_meta_source_request.py,sha256=nUhaD2Kw1paGC6O_ICVNu3R0e1SVgTshRTkGNgmcjXo,1133
339
- vellum/types/plain_text_prompt_block.py,sha256=GlzovdRbT6mhunMvIpF94_0apjh_0SZtkdlx5HFrE0k,930
340
- vellum/types/price.py,sha256=ewzXDBVLaleuXMVQ-gQ3G1Nl5J2OWOVEMEFfnQIpiTk,610
341
- vellum/types/processing_failure_reason_enum.py,sha256=R_KIW7TcQejhc-vLhtNf9SdkYADgoZCn4ch4_RRIvsI,195
342
- vellum/types/prompt_block.py,sha256=MIsxxmAmuT0thkkG12xm3THO5dlRLbFeMZBVTSvb788,493
343
- vellum/types/prompt_block_state.py,sha256=BRAzTYARoSU36IVZGWMeeqhl5fgFMXCyhJ8rCbfB-f0,163
344
- vellum/types/prompt_deployment_expand_meta_request.py,sha256=agsiAaHB6lDoZPlnfJ2nmhB4Ud4EiJJTX05YmduyCPo,1910
345
- vellum/types/prompt_deployment_input_request.py,sha256=KrT4-Ew2VvTWXEkYQz2oyHn5EDOgrMW7FzRFaPH3ARg,353
346
- vellum/types/prompt_execution_meta.py,sha256=3hhMZgdAR5mKfnh2e_eVN3oKfT0E9w26khVPrpjn7jk,1141
347
- vellum/types/prompt_node_execution_meta.py,sha256=k8zPFTsXl0iuHi-CNXEQcWP5Adbr8xDv1G1EWZ4KJNM,779
348
- vellum/types/prompt_node_result.py,sha256=3jewO-nPodoXTq_5RxgwhKfDZrvoPjRZ_vUXLeqiuHY,749
349
- vellum/types/prompt_node_result_data.py,sha256=fNOxBfK3ablDBxkUWVVstJMYaGdHGgu27WxP87E6UQ4,872
350
- vellum/types/prompt_output.py,sha256=NpDGJNIYIivzQJnBeoJLpJlCk7gqBESLwv5Qtn_20qQ,398
351
- vellum/types/prompt_parameters.py,sha256=Vkwh4zI9gX1DuGQxrWiUUa1TshTfnPlS7_yRrziD5qg,1046
352
- vellum/types/prompt_request_chat_history_input.py,sha256=DB2io5piMSyA89f5lnIVYO4MLZoNALNSufx8Y-oOwOE,790
353
- vellum/types/prompt_request_input.py,sha256=brEdYhYm74Ac8XjK9wF0rKOLgnqd_Cg19yMS7VfB4qQ,400
354
- vellum/types/prompt_request_json_input.py,sha256=6qLOPsNtDTIz43qJdZSgLwO9SWLe_plSJDH11xWGS6A,750
355
- vellum/types/prompt_request_string_input.py,sha256=8GSFhtN3HeYssbDRY7B5SCh5Qrp67340D9c3oINpCmw,714
356
- vellum/types/prompt_settings.py,sha256=lSQeNofj9EzOncr81hGRE2ZBhgRCqDYMT5e3a66PuqA,586
357
- vellum/types/raw_prompt_execution_overrides_request.py,sha256=x4Chkm_NxXySOEyA6s6J_mhhiM91KCcQbu6pQETB8RI,927
358
- vellum/types/reducto_chunker_config.py,sha256=by_Dj0hZPkLQAf7l1KAudRB8X2XnlfHiRTsyiR-DTRY,654
359
- vellum/types/reducto_chunker_config_request.py,sha256=RnulU2a_PUtvRE2qhARQhsCkWI--K_MYkobzLNRGEz4,661
360
- vellum/types/reducto_chunking.py,sha256=WEMknzwME-Sc53A4xRtXCmKu6ZLP3ZYBOtSXVyrlfOE,776
361
- vellum/types/reducto_chunking_request.py,sha256=pgu_E20DPJwdIynS_2_RukrN5dV4OOI3GAn6cNhrf4o,805
362
- vellum/types/rejected_ad_hoc_execute_prompt_event.py,sha256=izRQktdnE6FGxUVQ6qFiCZfLvLRlyAauCx4jfqLDUXE,938
363
- vellum/types/rejected_execute_prompt_event.py,sha256=Jt8lXmZrZ7FiSWAqZMguUDeZC_XKw72unRBsZ4224EY,916
364
- vellum/types/rejected_execute_prompt_response.py,sha256=YyY9KGTbJ53DmwiXHqYkuxxDIx3w560bB3R0fzqzwQk,1185
365
- vellum/types/rejected_execute_workflow_workflow_result_event.py,sha256=6k6GRr2TnVSM0DxS3H3hczwV7962UDG92yLh6j8OjcM,882
366
- vellum/types/rejected_prompt_execution_meta.py,sha256=4Oidh3XBBHzgjOys2kuETxqWc_MOqS50UpB0o8YNZd8,844
367
- vellum/types/rejected_workflow_node_result_event.py,sha256=o9AUc9hT60F8ckMkCx8HtKxtj4y82LBoJduB9u8w0TM,1319
368
- vellum/types/release_tag_source.py,sha256=YavosOXZ976yfXTNWRTZwh2HhRiYmSDk0bQCkl-jCoQ,158
369
- vellum/types/replace_test_suite_test_case_request.py,sha256=c1GT1RUCei1yWxyZy4Gv40PkXYisvK5OkzlqQ6WeBYA,1906
370
- vellum/types/rich_text_child_block.py,sha256=X_ACKFKSUx5SXT1cLp0Y5-7VrNxcGOggPm67Lk2442U,270
371
- vellum/types/rich_text_prompt_block.py,sha256=60Bg_1wuXAd5eBiO9xiN8NjMvYE67ZLTtAb1A3N-7oI,1036
372
- vellum/types/sandbox_scenario.py,sha256=f4S0tDxmPYHIrD_BMjRL3XZGcGxlWy9apfI64hV7MBE,844
373
- vellum/types/scenario_input.py,sha256=caC8p5ZnuXhv2ZiHvzTvKL3Ebtr4NXP9Q8UcJEVB8-U,476
374
- vellum/types/scenario_input_chat_history_variable_value.py,sha256=ihgJktmZpz_12wx2yPtyrSrBjcBcSg9fby7h_eLoXgI,835
375
- vellum/types/scenario_input_json_variable_value.py,sha256=aKbQK2Q8IPOZq9QyjhECLqR1y42eqtddmkvH-jzPEhk,752
376
- vellum/types/scenario_input_string_variable_value.py,sha256=Y9UtkeqM-oBtPXGw_RXbgZNcmQiLvSUH8utTiv0a2qo,753
377
- vellum/types/search_filters_request.py,sha256=IGIhgEznpV46H_N1LuDRuDnRKHP9J_eJAnF3P9OSHCg,1509
378
- vellum/types/search_node_result.py,sha256=eJaAWXzEZ-CzySXXlI51MEgdO35H7bK5NTPFJ6zLbJ0,749
379
- vellum/types/search_node_result_data.py,sha256=IWal6uJbfP6JpKXxeiNsKCyqjrwkN2XUxH-Bz-n6uAg,846
380
- vellum/types/search_request_options_request.py,sha256=oqo26xlWZN6ENOxNpgrMum-X5ALlB-lsafPtvaTvVpw,1965
381
- vellum/types/search_response.py,sha256=b5301wpC3L7QUBLYAHya_JJy2BdmDvFWA0UluNJc1ig,750
382
- vellum/types/search_result.py,sha256=kixaodfGe19x9UFF2Axe2xawmxhnTGWXq3zE6jrkGgE,1194
383
- vellum/types/search_result_document.py,sha256=sbhpvfZ2wgvZx2auwOFRn92i5JZEiB2HJVPr9KGRSg0,1177
384
- vellum/types/search_result_document_request.py,sha256=ipprf2iEO1mNWXZ1sEc6QfcIJXTzCnENCtiOc8TdQEo,1184
385
- vellum/types/search_result_merging_request.py,sha256=YiAgNuwvrpjwJBVS5_F6-UHmOLONP4iabhbxafKUlxg,675
386
- vellum/types/search_result_meta.py,sha256=A8xNQbxbkwgT_VbHLPXgMYPAmwuHC6BZG0o7Dy7W8_k,729
387
- vellum/types/search_result_meta_request.py,sha256=e0Mg1XAdqGtBFJ9zj8YYLfctZLP2d2AQr3GGjtXQBfY,758
388
- vellum/types/search_result_request.py,sha256=cfKvzUCes4TxH757bu1D8ieM3nuW6A4yu1J00tAjhDQ,1245
389
- vellum/types/search_results_input.py,sha256=kUfXw_NttVClGdEu9qGiZWXggFBKaIlpZ3bbWN2nV1U,830
390
- vellum/types/search_results_variable_value.py,sha256=zUnHDpyT_OgC9ZQkmeUUn_oYaDxK8z-ztURkHqG8i_8,718
391
- vellum/types/search_results_vellum_value.py,sha256=i_7d5cANsjuFSRwI3qUgzNdz6ZyrhakuxP4lMQeUFu4,774
392
- vellum/types/search_results_vellum_value_request.py,sha256=Y36g5iLmweV4k_UiTDI9gSXf9Pn_aCwho0Z7dUNiVZU,803
393
- vellum/types/search_weights_request.py,sha256=7YdTanQ82sDztyOwZGh6Iu9HJaTiAX3QnfxDQZJUzyE,828
394
- vellum/types/secret_type_enum.py,sha256=wziBD_xCh-ywlrQhrGjppxiro_awjWKdIHmbHNK6-ZE,182
395
- vellum/types/sentence_chunker_config.py,sha256=is3t8niS19gjRtqewSkLYpskJCbRloCZ78Kfe7zs3vE,709
396
- vellum/types/sentence_chunker_config_request.py,sha256=EpGTP4z3YttiThYmdjwIBOI5YfsOlNP17dI9yiYqi3I,716
397
- vellum/types/sentence_chunking.py,sha256=guqU3072X4h8Laf6LhTWQ5lpjBpTgoXRxKp5iXJby2U,783
398
- vellum/types/sentence_chunking_request.py,sha256=77gv1fVc9IaTuGGx3O1HB0LF9sXM5pSTWksl8BEmvLU,812
399
- vellum/types/slim_deployment_read.py,sha256=DIYkuill3hfoNDYpgO8oZ7Aq9KGbM09dZv2gOEPPGeQ,1826
400
- vellum/types/slim_document.py,sha256=x3xcsgazw5wjlA-oMLqwb4b04QFvMvJGUnc9zrobfW0,2382
401
- vellum/types/slim_workflow_deployment.py,sha256=FW7qXPtSIP9QAzECbl8gKL1iFqKWTAfIjSVwNTIL6GA,2189
402
- vellum/types/streaming_ad_hoc_execute_prompt_event.py,sha256=NdgmJ3AZMp6io-whZIGnGb49aiqz6__KafsrzjEF_9o,1183
403
- vellum/types/streaming_execute_prompt_event.py,sha256=bjfY5ZU8ZI048a7x1VW8dDXMtSl-3Ej5koSpfKboJj0,1161
404
- vellum/types/streaming_prompt_execution_meta.py,sha256=vFLNQAVbbuvQamO9NeKDDTLQDe2n7YVLqxbhOaf6Ytc,736
405
- vellum/types/streaming_workflow_node_result_event.py,sha256=AEPuKp9rtq1EodBxXVADdwTfe7EAioM2Vuxk2Ipt1ZQ,1413
406
- vellum/types/string_chat_message_content.py,sha256=6ZVl5cofQXFV2RlEJvVdWWYa9WVe172DPOZ-Uk82lDM,682
407
- vellum/types/string_chat_message_content_request.py,sha256=qFB_JJvI4FgbW7bB60tyGChWDNINnHqa7hW13rlOvak,689
408
- vellum/types/string_input.py,sha256=fNrA_6lhZ0SMLDIMojmR94n6S7zE5wiSARYmujvT0jM,737
409
- vellum/types/string_input_request.py,sha256=6GjNnhuK2krO_8U-id0TOqNyND2GfNpDm7OWd60DyqE,744
410
- vellum/types/string_variable_value.py,sha256=KNYKEGdChEIbGhyJHE6__5lKU1ybfjoNPxKvRlH36lc,633
411
- vellum/types/string_vellum_value.py,sha256=qnMmHG0Mo6T27JtMSr3qFxqsmTfX8xlXE2gqENHWg88,683
412
- vellum/types/string_vellum_value_request.py,sha256=qdlhoiJbiss2f-wMmtMsJ4B1otlZYDtyRTCPm8kJBYc,690
413
- vellum/types/submit_completion_actual_request.py,sha256=hMWNAGUc54I44kDFKFSXdXTxdfWP18lqo-w5c12kwcU,1737
414
- vellum/types/submit_workflow_execution_actual_request.py,sha256=xRCiA1QvQBD0lbZfBZUSZnm_XNOj17jyXXmppztQEB8,535
415
- vellum/types/subworkflow_node_result.py,sha256=a2N7E6OSVxH1fQB24j96a6qucw1DgCz7w_hChENNV9A,808
416
- vellum/types/subworkflow_node_result_data.py,sha256=np3Wnc5pmnehtMLfJZVz3bozYJN752vf9VERs9rIuqA,600
417
- vellum/types/templating_node_array_result.py,sha256=RDRVf9xpy6lRunPD-G0BpWLqnde-BbmHd_eHQnQkOW0,943
418
- vellum/types/templating_node_chat_history_result.py,sha256=RhEeDRtvWOPlLPsSuz3lAA3m8EqmdhB8sI_pwXuPgGg,728
419
- vellum/types/templating_node_error_result.py,sha256=A9CkVXU0YUYko0epKmZlIHPwvFNfmLuM3iwduH0OhNU,695
420
- vellum/types/templating_node_function_call_result.py,sha256=bJDLDS_N_dzf7w7wfUUaePg0N6_6amaJ8GrtDey8Kvw,721
421
- vellum/types/templating_node_json_result.py,sha256=ShHCYLxdf4mO_XYH4GEmdNY2S1RaruGLJGYkP2Td398,653
422
- vellum/types/templating_node_number_result.py,sha256=LLlRuHVbhNb4FHbsbClfYHJb083l20UTE-TVrmbhR1U,654
423
- vellum/types/templating_node_result.py,sha256=b1f-ITDJvf8793JrK3POwjVth-GEljjlEtCsnMGDz2E,1002
424
- vellum/types/templating_node_result_data.py,sha256=ySZesaAaCU6Zr2J2eSVK4Bu6nHnnFP9ptxoirlKwRck,895
425
- vellum/types/templating_node_result_output.py,sha256=f94nwW79EAAjHKpL70Vc_N2DRq-FC4993g1X79V5Q7M,986
426
- vellum/types/templating_node_search_results_result.py,sha256=LRChfWy1btVEuz8AX6x6x_s0o4uKKokc-R3O7kHGr5Q,737
427
- vellum/types/templating_node_string_result.py,sha256=b3BOuBwqhYMJHvsfVwtYaFSeau7R4XkyJ6gG37J0x7M,652
428
- vellum/types/terminal_node_array_result.py,sha256=Wml0lQLYTAN9qApPPjNqQ_GITh633ONf0bp2M1GxnDw,1085
429
- vellum/types/terminal_node_chat_history_result.py,sha256=YGywmDryELuzeLYi6p59pQoCNoPekA6bhSF0sYFAsw0,874
430
- vellum/types/terminal_node_error_result.py,sha256=qwhunjngnumpeNoqxnVEbvFoXAyX-CXQ_MusOwOeNv0,841
431
- vellum/types/terminal_node_function_call_result.py,sha256=-9tPhggVBQ9wvCHehZl1-L9G7oxrfDdR9aU8TFxowTo,867
432
- vellum/types/terminal_node_json_result.py,sha256=vCTnr-xZvBxRmByAiwA8Y0MviNSZ6xQrCM3qSRRisuQ,799
433
- vellum/types/terminal_node_number_result.py,sha256=ob2sOXeIjMl0pVdHW9niDzDclhpuAMBYCKY-ow7jXdU,800
434
- vellum/types/terminal_node_result.py,sha256=uZsVnfuVtRO08v7I-Yv6tKgXHv_5V6j8WVDlWFiSOTA,984
435
- vellum/types/terminal_node_result_data.py,sha256=JwpRyewiBPpOmHvCIof1fqBfDX_B6O9q1aka6n7ESR4,883
436
- vellum/types/terminal_node_result_output.py,sha256=f3sAqpRpw9_TfPfW4312I0nwfrRLfaDny-ETFuIieao,936
437
- vellum/types/terminal_node_search_results_result.py,sha256=rX_ftp_C7hez_xjPRZm8yJuwMFoM6jsTDfPAseYmzFc,883
438
- vellum/types/terminal_node_string_result.py,sha256=CW_nl-fI4YwhCm3YEO_cQW9mjG6rNZo5L-Ic4v1iAMo,798
439
- vellum/types/test_case_array_variable_value.py,sha256=XZlpkDSmdvYdyVOC5u4EV3c7U-Nz9-JYjBr-UT7GO8c,1036
440
- vellum/types/test_case_chat_history_variable_value.py,sha256=YNaaLEmjmQLvflknYW_21y1KfyD-rLLBjIlHQURJhXg,825
441
- vellum/types/test_case_error_variable_value.py,sha256=he2fkOcwsRfXfC2hKT3MhzDkXctIi3cNARqhMi13bYk,786
442
- vellum/types/test_case_function_call_variable_value.py,sha256=p7Q7jgpZVKDlanszm31E5lTLfxQmegggyto9DHVQXzI,819
443
- vellum/types/test_case_json_variable_value.py,sha256=9zsZ4akuC9UOwonJ_EfBArNIzBMMqoFKtfOWEU7Hb6w,742
444
- vellum/types/test_case_number_variable_value.py,sha256=HOx2AbyE1vEyJEXRxtaA0HEIqMGOPwDQbmRBmG8V7qA,748
445
- vellum/types/test_case_search_results_variable_value.py,sha256=v3dbTBYzwLiqJcfT2HQJFOVHG9LbfKFNmvbjiMCugNE,836
446
- vellum/types/test_case_string_variable_value.py,sha256=jeVC226M2hL1rvayOJ0hrC-8ABTGgmJCN2RB2-KKdw4,743
447
- vellum/types/test_case_variable_value.py,sha256=NThsFMSIyLi3bF4Z9aQjKMKh4828hfDXc6hamBBQvXk,1013
448
- vellum/types/test_suite_run_deployment_release_tag_exec_config.py,sha256=g4U01glH0KRH-dEE2gWCN3EoUZwV6CGYLDhBzr3Eb_k,1154
449
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py,sha256=0kgs_FP8-2YTmufor42V4J5Kbx_Grjo2LcgZgfBiYq0,928
450
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py,sha256=cUr9LN4YLxkyMXI3wwemmKZtvxSi9K79kPJrmRyknKc,935
451
- vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py,sha256=fyBRNbErOr1ixYs84JbvqM9yPEH1D-LDsfGVhIgsdZ4,1192
452
- vellum/types/test_suite_run_exec_config.py,sha256=OuaNtd6ulP_Eq1ptz_YstJs5VtBOY3-p1XANEGnVwUA,530
453
- vellum/types/test_suite_run_exec_config_request.py,sha256=GNwGzV6SZiZWThoy4lM5JpRyegoqy3ylHjB2Kj5WOXI,612
454
- vellum/types/test_suite_run_execution.py,sha256=x0tjfFMSEl5hr1ZAh9r-2m3gQCbhKNZBGu5_6ANLgiU,1091
455
- vellum/types/test_suite_run_execution_array_output.py,sha256=fnGLAXY6NC8uJKK2500lsRXDvugjfIBJiDAfWDg1sUo,1101
456
- vellum/types/test_suite_run_execution_chat_history_output.py,sha256=tzeWqczo04aXl-ALhfOHYEabrgOIqmG7E-nA5-l3dME,879
457
- vellum/types/test_suite_run_execution_error_output.py,sha256=6UXaVzWivUTQ639W5Tb7EJIudV3Lj4tzkYp_eknAX90,839
458
- vellum/types/test_suite_run_execution_function_call_output.py,sha256=jgAk0xgWnJudZh4VhDNb8HfgUAUHA6I8PK_2ExHW9hE,873
459
- vellum/types/test_suite_run_execution_json_output.py,sha256=qO-EVGBzKU_zhGYo4hiOrIteymXEc5Hbsea5YC-cnXY,796
460
- vellum/types/test_suite_run_execution_metric_definition.py,sha256=5Yd7aQK7vr5swpA8ciMwmMb12wismM5vgCOoGLlAFmU,679
461
- vellum/types/test_suite_run_execution_metric_result.py,sha256=ANu2cAUOE8mEINWYdaUzYbJ7vXx7KYAhFniQ-emMGzo,924
462
- vellum/types/test_suite_run_execution_number_output.py,sha256=qzD1sny1o6HDZXkGgvXOPclR4-L1VyAfLvQCnLnU_BM,799
463
- vellum/types/test_suite_run_execution_output.py,sha256=jxZg_EOMwKjCDH0QyrecZyUW5OqCMMsWmk9PIwI8EUs,1171
464
- vellum/types/test_suite_run_execution_search_results_output.py,sha256=30dcLuSRxFZWZgkU2iPNzKcTsT8tJrD1B91UDSaOp3M,890
465
- vellum/types/test_suite_run_execution_string_output.py,sha256=0uSsRIOl6QrR1448JQx6pTxK2_AEgLl6sMkqkvNgzng,797
466
- vellum/types/test_suite_run_external_exec_config.py,sha256=pznl2aDh12tGMRfewF2fomPT6oyAOZfMaa2zre9uXrQ,1330
467
- vellum/types/test_suite_run_external_exec_config_data.py,sha256=ukhvRkWY7MxWbj1Im1eqUWdW1AxO_98GX3WAjH77fSQ,1071
468
- vellum/types/test_suite_run_external_exec_config_data_request.py,sha256=c_ILHYfH55Yoc52oCK4uwtEv4mJxhDXM6YBFJwPh4uA,1142
469
- vellum/types/test_suite_run_external_exec_config_request.py,sha256=HxBtYYKC7p1pwlNjjeW3smcDrtiRvPx3xXRbWxID1vk,1401
470
- vellum/types/test_suite_run_metric_error_output.py,sha256=trW1KTH4SJafRfDFRyBS7TpzcT88tXkpWEoysij6IXQ,755
471
- vellum/types/test_suite_run_metric_json_output.py,sha256=DI3mJR5kpi8Hm2n6tx6buySHPwTkkbBbr8Lkk4k6HH4,738
472
- vellum/types/test_suite_run_metric_number_output.py,sha256=8pddeSds6Rrn0xGqyvgPsG1hr1tu6eOiQAp8kkM_aBk,739
473
- vellum/types/test_suite_run_metric_output.py,sha256=qxEJ6Ii4XOhJpM3tgn6ctRnldysduEIe8tQFnWBEOvQ,578
474
- vellum/types/test_suite_run_metric_string_output.py,sha256=YXerGfpvJdBtKrzgutSqEfG-N6cZoeOL59qZ5k6DwQA,737
475
- vellum/types/test_suite_run_read.py,sha256=3etXdX5ks6H0nuuTLebNl_is2ZKST17wdpLm60YVSf8,1439
476
- vellum/types/test_suite_run_state.py,sha256=E4f_AfzXBnxhObLLZ12dBzdoYlRm-gaTqkzrZQ_KfCo,197
477
- vellum/types/test_suite_run_test_suite.py,sha256=Wcmbk1XglVFKiDcqxsW7-c7QtOrIqJBK-vWXKXvORXY,602
478
- vellum/types/test_suite_run_workflow_release_tag_exec_config.py,sha256=0ANnBKsPqBNdEoZGEfwRzZKbXbzT24T2YNC7c-3Qy1M,1144
479
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py,sha256=Omps96mVTbhyg8ZknhAdtAC4TU4J1OG_Y2yqwlovNbU,941
480
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py,sha256=n3rbUAmoqjn-U-C6GJL-zVJJf0n_J-6rLIeH0tm3Ixg,948
481
- vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py,sha256=tEknB5YPt5zLKTkXnsuWaPRkFPHpIDQImREmlONfMIo,1182
482
- vellum/types/test_suite_test_case.py,sha256=pd9-fpIxzherUqjM7aIWhDyLuql8ZyNIjfOr9r5BZuQ,1056
483
- vellum/types/test_suite_test_case_bulk_operation_request.py,sha256=czPKFQBdm-Fil_sx8zxUgR9DJSJfAlL6uB6KcRzwwbU,767
484
- vellum/types/test_suite_test_case_bulk_result.py,sha256=b_jDXDB0gWAGsWyf04UJhRwVCUe5kTu8S7gh78_yYF0,648
485
- vellum/types/test_suite_test_case_create_bulk_operation_request.py,sha256=PJKweKY279bf0MekJ1Yhk6bqD7kEBfR-2iWIe_0wRZQ,1305
486
- vellum/types/test_suite_test_case_created_bulk_result.py,sha256=VPAkf3aIrNZnp-fg7ngIZ0RiMLm5Z_9VzJ-2qzAZZOw,848
487
- vellum/types/test_suite_test_case_created_bulk_result_data.py,sha256=eTszio4NinfSkpJn_mk6DAzn0u9_JeME8g7P_MVipfg,650
488
- vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py,sha256=rMzoLHZgzDyNYXM9kS6UkWmKQkL1RPwRzPO1cqe1T00,588
489
- vellum/types/test_suite_test_case_delete_bulk_operation_request.py,sha256=A95jxH3q22KYRATc_UYM5-Snn_95P6CuBrosgLbFh7I,1141
490
- vellum/types/test_suite_test_case_deleted_bulk_result.py,sha256=edvZfAhNONFlxtLoIT4Nwp9Jb6s2B86fdfu76Gbs5Xw,1012
491
- vellum/types/test_suite_test_case_deleted_bulk_result_data.py,sha256=H5La2h0P0hYMPM0Ez9nSpWhlR1ca9h1W-uz_dxYd2rE,649
492
- vellum/types/test_suite_test_case_rejected_bulk_result.py,sha256=tKyUPzR8LozrctBmmyBHkXH-r2ujo5hoQxFbaCMGL9g,1043
493
- vellum/types/test_suite_test_case_replace_bulk_operation_request.py,sha256=nHbXcGd6WhOH-55Au-_lDwRHsNNbwRfLPvKQ2hra89w,1314
494
- vellum/types/test_suite_test_case_replaced_bulk_result.py,sha256=BIlXI7udygWrwtyRhCl8hmExHbkAl9lI8s3sm1G5iGc,1019
495
- vellum/types/test_suite_test_case_replaced_bulk_result_data.py,sha256=ORmcUvwzvRLRaoFhxdXFIKzPxOI6PU1kESl0R6rsJuw,651
496
- vellum/types/test_suite_test_case_upsert_bulk_operation_request.py,sha256=ezsgJblPuQLkRH1rSt-qcprm-FhPYLBoSSA2cBYtqjE,1306
497
- vellum/types/token_overlapping_window_chunker_config.py,sha256=_8vR9AiZQmb5OA3OojbjuTOGiGNTS9EY0vXrmej_TM0,731
498
- vellum/types/token_overlapping_window_chunker_config_request.py,sha256=O58w5om6EsCgZeqM7n3KSzwo1PqINyHWln46EFW4Inc,738
499
- vellum/types/token_overlapping_window_chunking.py,sha256=TghiPKWZg3Eg_UzGI9VmjQgVPZFABrnhfsz4iPLEem8,889
500
- vellum/types/token_overlapping_window_chunking_request.py,sha256=IjCs9UDrwBT6tnffdInd3278Lg2L46jXgn0V-sEBwb0,918
501
- vellum/types/unit_enum.py,sha256=BKWRVp2WfHtGK4D6TsolhNJHGHfExzrRHkFn8H8QkwQ,113
502
- vellum/types/upload_document_response.py,sha256=6_5Cm4yBPq5nD-rEql6GsmrAtSVVtNRczOL5YwsBVMI,649
503
- vellum/types/upsert_test_suite_test_case_request.py,sha256=iB38vx4mo4yNLV5XTeXMGR-PJLOQPloWQOAAi7PDpM0,2079
504
- vellum/types/variable_prompt_block.py,sha256=TnFQpfulqvbO-Ogs0u_IqQ6TPMMRC_Grz5uzd9-gMTs,946
505
- vellum/types/vellum_audio.py,sha256=oPm1bcxk7fTfWfHWOPSLvrZrRBjCyPDVDRMACPoWmMI,721
506
- vellum/types/vellum_audio_request.py,sha256=y9CZgQ1TteW0AHNk8GuAZLNVFa981rh7P9vyV8bfgys,728
507
- vellum/types/vellum_error.py,sha256=jCKfuCkDTiyFb1-QyP2cg0wReja6wMuooKPAjNhBA0M,643
508
- vellum/types/vellum_error_code_enum.py,sha256=OtW7fuM3RrRIDHbbJtk2FxPf70JjP4XYCBdc6lKPIVA,330
509
- vellum/types/vellum_error_request.py,sha256=RacXJoIgR8MeXXWDMI76pkxLBhCRgHnbj-aIJytZtP4,650
510
- vellum/types/vellum_image.py,sha256=wkFRgxOkxFPrmRdWTO58_41_vk0HYn5k4xsc-5ywxEs,637
511
- vellum/types/vellum_image_request.py,sha256=_Gr4L7PSY8PNQINyTy04hPdwLc8_bR1RTUWZ73RQRYM,644
512
- vellum/types/vellum_value.py,sha256=fpLQ84tTHb2OQK162TIqmfwa2_31M9NAmkzA1DIPAGY,969
513
- vellum/types/vellum_value_logical_condition_group_request.py,sha256=vyr6lhHuS-6YtcFL5TTmPGtKRoNI9w63N7N2RPQwKVQ,1402
514
- vellum/types/vellum_value_logical_condition_request.py,sha256=HkZfj4X48UHFrPDHgUi3lp0MUGBMfroC0noNqZ_rW8o,1177
515
- vellum/types/vellum_value_logical_expression_request.py,sha256=vjNsI1NUAkwxLwIXJM_DVXTObyAM63gOfHj6aHw7osc,479
516
- vellum/types/vellum_value_request.py,sha256=Yke9JRiEaAS7i9NiCUMZiECzQOkSeb7jRRAVf5pXUWo,1196
517
- vellum/types/vellum_variable.py,sha256=LNNNlYbT1VqadO6aUmeir9cXirtxgrIl-R2EalYZ5Uo,1123
518
- vellum/types/vellum_variable_extensions.py,sha256=PsrRo0STOKhxrkSFRrOXCPlf1x5Uxpy3vVMJz02O20E,685
519
- vellum/types/vellum_variable_type.py,sha256=SX8PY9l8zui3IaT9BwmOxczmb_WE7S9w37JshEZVemE,371
520
- vellum/types/workflow_deployment_read.py,sha256=zBn6JDHemCnmU6M4tMtyxwmxETOPeGKJeg9fmiAEP4w,2363
521
- vellum/types/workflow_event_error.py,sha256=HIewu_kh3KNPpWegAQArvAGHCp-cBIXqlUAAc_dBZhc,687
522
- vellum/types/workflow_execution_actual_chat_history_request.py,sha256=L6U8tgM7SiU4qGJMZChFzj6HfHgO-YAlTXfbT7ZIaE4,1993
523
- vellum/types/workflow_execution_actual_json_request.py,sha256=5QYaPCSOwFnjH_kTrB2bTznTMFExSZdBhTkmelf1h4Q,1931
524
- vellum/types/workflow_execution_actual_string_request.py,sha256=1optEDv090iVev1l0Z9cgZ1NfNrHp2VRiNjmS7f7jtc,1895
525
- vellum/types/workflow_execution_event_error_code.py,sha256=Vf-MTOx0KclZp35aajWDHSdtwGgg0LWvM5yVQfnXYc4,425
526
- vellum/types/workflow_execution_event_type.py,sha256=ESKqV3ItoAlqBooruf-i0AnmEh_GvCySZ0Co3r9Bvt0,170
527
- vellum/types/workflow_execution_node_result_event.py,sha256=wJNwOPwqOl1fBim9Y1rtHiNMoWBZ2xausdSddQI5Mg8,1136
528
- vellum/types/workflow_execution_workflow_result_event.py,sha256=9Y8ycC8DfarOHiA8CWKt117QJsWStCuHaSgS5qW9ZIY,1315
529
- vellum/types/workflow_expand_meta_request.py,sha256=XOqufKO7gHAumATiJGgxzOYWvGx_iZsf3A49JKs4LJ8,771
530
- vellum/types/workflow_node_result_data.py,sha256=fRzWA8CdNCNxk1FuARCJz1rg9LqAwKx-RZYcx5W32Hs,951
531
- vellum/types/workflow_node_result_event.py,sha256=qnhruqkIcKRqP8uB-o-27shcruiT2pjgD7wdrPcp0NE,603
532
- vellum/types/workflow_node_result_event_state.py,sha256=cC3CdfmXR8bPzSG4W6vDnndA9HAnfF3v4UzmyeVwxog,209
533
- vellum/types/workflow_output.py,sha256=gtqJeAoVE56QS8N0muYpXxaTUR1O9iFm2YIN_FmOEjk,902
534
- vellum/types/workflow_output_array.py,sha256=pGBWpGx2_y792gt7afRcq-audwKnfIaAj-M9xx1deok,1089
535
- vellum/types/workflow_output_chat_history.py,sha256=oBoq6b9tJGyIzZAe7NWvoBKWeE5o7NgtlY6yiJtp3lM,892
536
- vellum/types/workflow_output_error.py,sha256=bJWwndZxiO6vWP2bM0jlD1oarlpSAjbE3n9kzOWbpGs,853
537
- vellum/types/workflow_output_function_call.py,sha256=HkfqsC86OMhlXr80CFDWuxKALNWb-JsQMOoDuzxourg,886
538
- vellum/types/workflow_output_image.py,sha256=bKegpY66KLPAPySgVOyGERwCmIWarNdo8_nHhhkHhLQ,853
539
- vellum/types/workflow_output_json.py,sha256=MiCF-mq121YKZmYeaVpb3Tgh4XYqWjNgo3uMfjr4x5w,809
540
- vellum/types/workflow_output_number.py,sha256=p8APNBpl6c3e3dxCFvZtL0jyKOmu9s6LkY3vgXwhTMw,812
541
- vellum/types/workflow_output_search_results.py,sha256=r3RRGVVrH2H9NAuxA7qmG8lponyeLHHhCx6AUiMYWzc,903
542
- vellum/types/workflow_output_string.py,sha256=_jclzbQ-Wlf-7FEVTWXhs9h5FWfj4xGpiODZBOzT43w,810
543
- vellum/types/workflow_push_deployment_config_request.py,sha256=pG6bZtlw7S0TcXtNRQNa7y_2NodZe7dp5SchIrgRUVU,745
544
- vellum/types/workflow_push_exec_config.py,sha256=6TaVMVqhSOz4DnY46l8axPDtytSioXDl9nHvFXSxH1g,94
545
- vellum/types/workflow_push_response.py,sha256=BHFX9M87__2AwW6krLxumQ3ecOR6qMOMgVmvQdS_6Ls,634
546
- vellum/types/workflow_release_tag_read.py,sha256=S7ekl01oVDetL8R7MdBTb4cDhHN0W0iHGNJ1-ZpY3Tc,1155
547
- vellum/types/workflow_release_tag_workflow_deployment_history_item.py,sha256=pjWobdk9mZD3Px86rwFHfs_PYJBGXDKQUkxsgNEe6EA,825
548
- vellum/types/workflow_request_chat_history_input_request.py,sha256=WCZvwDuNS8ylWOOoKD3t7fHLSYB0h-fVCqeDRzqPoPA,898
549
- vellum/types/workflow_request_input_request.py,sha256=wgbKgKy-ftTzc6VMsgPkIiHaAujSiJjLizp2GfksX-A,632
550
- vellum/types/workflow_request_json_input_request.py,sha256=o3zGNLQSEhV7D92ux4s5HG785gA2Qol7sQLM3Bpn0iE,817
551
- vellum/types/workflow_request_number_input_request.py,sha256=lVZkxjHMSnGmrqx81gfUaT9-rk79B58dg0TXOMofLpo,796
552
- vellum/types/workflow_request_string_input_request.py,sha256=iAGQ-_ma_uGo4Bgbhk_o4DRdyjtoGCPAwhXNlVnQdiI,794
553
- vellum/types/workflow_result_event.py,sha256=R6NC4LZxpvwhPMf1j_40BrmVc4-bKLHg_g3Rq25A9ug,1560
554
- vellum/types/workflow_result_event_output_data.py,sha256=1LgqyZDf4BwfO3nXClcj_5R9DmAz_b-woHn9Exx7Wc8,1221
555
- vellum/types/workflow_result_event_output_data_array.py,sha256=Qoq9p_949aZeqTGvXhDm51gLXZJdjEF6KmVR-V5yEfE,1429
556
- vellum/types/workflow_result_event_output_data_chat_history.py,sha256=eMGvXvXOmQj_Ph7W4iiBqOgqTXsdV559EgWxzmhWckg,1161
557
- vellum/types/workflow_result_event_output_data_error.py,sha256=xZyq0HNGlpZKribpHBOAouHzfnyQQJVy_Soe3R_p52U,1122
558
- vellum/types/workflow_result_event_output_data_function_call.py,sha256=v4ucbs_fxSo5Fe7ilHaxlfSgjltipD6CylMdYkHBkb0,1155
559
- vellum/types/workflow_result_event_output_data_json.py,sha256=8MrgcTSVUbyJTVQGZzPvBI2fvZRRyI3CpyKS3cOsuz4,1078
560
- vellum/types/workflow_result_event_output_data_number.py,sha256=OZYYUF3ayq7gyaesRK3YRaTMVgxFdeFGtOpTPWX10yk,1081
561
- vellum/types/workflow_result_event_output_data_search_results.py,sha256=U34IK7ZvBG70ZBO4SEqbaNzIrV9Zn1NXabNh3M9v_hg,1172
562
- vellum/types/workflow_result_event_output_data_string.py,sha256=tM3kgh6tEhD0dFEb_7UU0-UspeN4pUdINCcCrD64W74,1228
563
- vellum/types/workflow_stream_event.py,sha256=Wn3Yzuy9MqWAeo8tEaXDTKDEbJoA8DdYdMVq8EKuhu8,361
564
- vellum/types/workspace_secret_read.py,sha256=3CnHDG72IAY0KRNvc31F0xLmhnpwjQHnDYCfQJzCxI0,714
565
- vellum/version.py,sha256=jq-1PlAYxN9AXuaZqbYk9ak27SgE2lw9Ia5gx1b1gVI,76
566
- vellum_ai-0.9.15.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
567
- vellum_ai-0.9.15.dist-info/METADATA,sha256=tW3SB-AqKD3hwYjwm-_GtnDgbKcozwVtmpeLjSti5PM,4395
568
- vellum_ai-0.9.15.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
569
- vellum_ai-0.9.15.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes