vellum-ai 0.7.11__py3-none-any.whl → 0.8.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (439) hide show
  1. vellum/__init__.py +7 -474
  2. vellum/client.py +751 -246
  3. vellum/core/__init__.py +19 -3
  4. vellum/core/client_wrapper.py +6 -7
  5. vellum/core/file.py +7 -2
  6. vellum/core/http_client.py +4 -2
  7. vellum/core/jsonable_encoder.py +30 -31
  8. vellum/core/pydantic_utilities.py +190 -12
  9. vellum/core/query_encoder.py +38 -13
  10. vellum/core/serialization.py +170 -0
  11. vellum/errors/bad_request_error.py +2 -3
  12. vellum/errors/forbidden_error.py +2 -3
  13. vellum/errors/internal_server_error.py +2 -3
  14. vellum/errors/not_found_error.py +2 -3
  15. vellum/lib/test_suites/resources.py +4 -4
  16. vellum/resources/deployments/client.py +194 -46
  17. vellum/resources/document_indexes/client.py +174 -76
  18. vellum/resources/documents/client.py +162 -44
  19. vellum/resources/folder_entities/client.py +12 -8
  20. vellum/resources/ml_models/client.py +99 -33
  21. vellum/resources/sandboxes/client.py +70 -20
  22. vellum/resources/test_suite_runs/client.py +80 -34
  23. vellum/resources/test_suites/client.py +95 -37
  24. vellum/resources/workflow_deployments/client.py +89 -27
  25. vellum/resources/workflow_sandboxes/client.py +22 -10
  26. vellum/types/__init__.py +48 -595
  27. vellum/types/api_node_result.py +12 -21
  28. vellum/types/api_node_result_data.py +12 -24
  29. vellum/types/array_chat_message_content.py +12 -21
  30. vellum/types/array_chat_message_content_item.py +4 -79
  31. vellum/types/array_chat_message_content_item_request.py +4 -81
  32. vellum/types/array_chat_message_content_request.py +12 -21
  33. vellum/types/array_variable_value_item.py +12 -154
  34. vellum/types/array_vellum_value_item.py +7 -154
  35. vellum/types/array_vellum_value_item_request.py +12 -154
  36. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +13 -22
  37. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +13 -22
  38. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +15 -22
  39. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +15 -22
  40. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +15 -22
  41. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +15 -22
  42. vellum/types/chat_history_input_request.py +13 -22
  43. vellum/types/chat_message.py +13 -23
  44. vellum/types/chat_message_content.py +5 -103
  45. vellum/types/chat_message_content_request.py +8 -106
  46. vellum/types/chat_message_request.py +13 -23
  47. vellum/types/code_execution_node_array_result.py +12 -21
  48. vellum/types/code_execution_node_chat_history_result.py +12 -21
  49. vellum/types/code_execution_node_error_result.py +12 -21
  50. vellum/types/code_execution_node_function_call_result.py +12 -21
  51. vellum/types/code_execution_node_json_result.py +13 -22
  52. vellum/types/code_execution_node_number_result.py +12 -21
  53. vellum/types/code_execution_node_result.py +12 -21
  54. vellum/types/code_execution_node_result_data.py +12 -22
  55. vellum/types/code_execution_node_result_output.py +16 -212
  56. vellum/types/code_execution_node_search_results_result.py +12 -21
  57. vellum/types/code_execution_node_string_result.py +12 -21
  58. vellum/types/compile_prompt_deployment_expand_meta_request.py +14 -24
  59. vellum/types/compile_prompt_meta.py +11 -21
  60. vellum/types/components_schemas_pdf_search_result_meta_source.py +5 -0
  61. vellum/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
  62. vellum/types/conditional_node_result.py +12 -21
  63. vellum/types/conditional_node_result_data.py +11 -21
  64. vellum/types/create_test_suite_test_case_request.py +15 -25
  65. vellum/types/deployment_provider_payload_response.py +12 -22
  66. vellum/types/deployment_provider_payload_response_payload.py +1 -1
  67. vellum/types/deployment_read.py +18 -27
  68. vellum/types/deployment_release_tag_deployment_history_item.py +11 -20
  69. vellum/types/deployment_release_tag_read.py +16 -26
  70. vellum/types/document_document_to_document_index.py +14 -24
  71. vellum/types/document_index_chunking.py +4 -84
  72. vellum/types/document_index_chunking_request.py +4 -82
  73. vellum/types/document_index_indexing_config.py +12 -22
  74. vellum/types/document_index_indexing_config_request.py +12 -22
  75. vellum/types/document_index_read.py +16 -25
  76. vellum/types/document_read.py +19 -28
  77. vellum/types/enriched_normalized_completion.py +17 -27
  78. vellum/types/error_variable_value.py +12 -21
  79. vellum/types/error_vellum_value.py +12 -21
  80. vellum/types/error_vellum_value_request.py +12 -21
  81. vellum/types/execute_prompt_event.py +5 -118
  82. vellum/types/execute_prompt_response.py +3 -63
  83. vellum/types/execute_workflow_response.py +11 -21
  84. vellum/types/execute_workflow_workflow_result_event.py +3 -60
  85. vellum/types/execution_array_vellum_value.py +13 -22
  86. vellum/types/execution_chat_history_vellum_value.py +13 -22
  87. vellum/types/execution_error_vellum_value.py +13 -22
  88. vellum/types/execution_function_call_vellum_value.py +13 -22
  89. vellum/types/execution_json_vellum_value.py +14 -23
  90. vellum/types/execution_number_vellum_value.py +13 -22
  91. vellum/types/execution_search_results_vellum_value.py +13 -22
  92. vellum/types/execution_string_vellum_value.py +13 -22
  93. vellum/types/execution_vellum_value.py +16 -220
  94. vellum/types/external_test_case_execution.py +12 -22
  95. vellum/types/external_test_case_execution_request.py +12 -22
  96. vellum/types/fulfilled_execute_prompt_event.py +13 -22
  97. vellum/types/fulfilled_execute_prompt_response.py +14 -23
  98. vellum/types/fulfilled_execute_workflow_workflow_result_event.py +13 -21
  99. vellum/types/fulfilled_prompt_execution_meta.py +11 -21
  100. vellum/types/fulfilled_workflow_node_result_event.py +14 -22
  101. vellum/types/function_call.py +12 -22
  102. vellum/types/function_call_chat_message_content.py +12 -21
  103. vellum/types/function_call_chat_message_content_request.py +12 -21
  104. vellum/types/function_call_chat_message_content_value.py +12 -22
  105. vellum/types/function_call_chat_message_content_value_request.py +12 -22
  106. vellum/types/function_call_request.py +12 -22
  107. vellum/types/function_call_variable_value.py +12 -21
  108. vellum/types/function_call_vellum_value.py +12 -21
  109. vellum/types/function_call_vellum_value_request.py +12 -21
  110. vellum/types/generate_options_request.py +12 -22
  111. vellum/types/generate_request.py +14 -24
  112. vellum/types/generate_response.py +3 -20
  113. vellum/types/generate_result.py +13 -23
  114. vellum/types/generate_result_data.py +12 -22
  115. vellum/types/generate_result_error.py +12 -22
  116. vellum/types/generate_stream_response.py +12 -22
  117. vellum/types/generate_stream_result.py +12 -22
  118. vellum/types/generate_stream_result_data.py +12 -22
  119. vellum/types/hkunlp_instructor_xl_vectorizer.py +12 -21
  120. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +12 -21
  121. vellum/types/hugging_face_tokenizer_config.py +12 -21
  122. vellum/types/hugging_face_tokenizer_config_request.py +12 -21
  123. vellum/types/image_chat_message_content.py +12 -21
  124. vellum/types/image_chat_message_content_request.py +12 -21
  125. vellum/types/image_variable_value.py +12 -21
  126. vellum/types/image_vellum_value.py +12 -21
  127. vellum/types/image_vellum_value_request.py +12 -21
  128. vellum/types/indexing_config_vectorizer.py +18 -181
  129. vellum/types/indexing_config_vectorizer_request.py +18 -181
  130. vellum/types/initiated_execute_prompt_event.py +12 -21
  131. vellum/types/initiated_prompt_execution_meta.py +11 -21
  132. vellum/types/initiated_workflow_node_result_event.py +14 -22
  133. vellum/types/instructor_vectorizer_config.py +11 -21
  134. vellum/types/instructor_vectorizer_config_request.py +11 -21
  135. vellum/types/json_input_request.py +14 -23
  136. vellum/types/json_variable_value.py +13 -22
  137. vellum/types/json_vellum_value.py +13 -22
  138. vellum/types/json_vellum_value_request.py +13 -22
  139. vellum/types/map_node_result.py +12 -21
  140. vellum/types/map_node_result_data.py +11 -21
  141. vellum/types/merge_node_result.py +12 -21
  142. vellum/types/merge_node_result_data.py +12 -22
  143. vellum/types/metadata_filter_config_request.py +12 -22
  144. vellum/types/metadata_filter_rule_request.py +15 -25
  145. vellum/types/metric_node_result.py +12 -20
  146. vellum/types/ml_model_developer_enum_value_label.py +12 -22
  147. vellum/types/ml_model_display_config_labelled.py +12 -22
  148. vellum/types/ml_model_display_config_request.py +12 -22
  149. vellum/types/ml_model_display_tag_enum_value_label.py +12 -22
  150. vellum/types/ml_model_exec_config.py +14 -24
  151. vellum/types/ml_model_exec_config_request.py +14 -24
  152. vellum/types/ml_model_family_enum_value_label.py +12 -22
  153. vellum/types/ml_model_parameter_config.py +13 -23
  154. vellum/types/ml_model_parameter_config_request.py +13 -23
  155. vellum/types/ml_model_read.py +23 -33
  156. vellum/types/ml_model_request_authorization_config.py +12 -22
  157. vellum/types/ml_model_request_authorization_config_request.py +12 -22
  158. vellum/types/ml_model_request_config.py +11 -21
  159. vellum/types/ml_model_request_config_request.py +11 -21
  160. vellum/types/ml_model_response_config.py +11 -21
  161. vellum/types/ml_model_response_config_request.py +11 -21
  162. vellum/types/ml_model_tokenizer_config.py +3 -55
  163. vellum/types/ml_model_tokenizer_config_request.py +3 -57
  164. vellum/types/ml_model_usage.py +11 -21
  165. vellum/types/named_scenario_input_chat_history_variable_value_request.py +12 -21
  166. vellum/types/named_scenario_input_json_variable_value_request.py +13 -22
  167. vellum/types/named_scenario_input_request.py +6 -81
  168. vellum/types/named_scenario_input_string_variable_value_request.py +12 -21
  169. vellum/types/named_test_case_array_variable_value.py +12 -21
  170. vellum/types/named_test_case_array_variable_value_request.py +12 -21
  171. vellum/types/named_test_case_chat_history_variable_value.py +12 -21
  172. vellum/types/named_test_case_chat_history_variable_value_request.py +12 -21
  173. vellum/types/named_test_case_error_variable_value.py +12 -21
  174. vellum/types/named_test_case_error_variable_value_request.py +12 -21
  175. vellum/types/named_test_case_function_call_variable_value.py +12 -21
  176. vellum/types/named_test_case_function_call_variable_value_request.py +12 -21
  177. vellum/types/named_test_case_json_variable_value.py +13 -22
  178. vellum/types/named_test_case_json_variable_value_request.py +13 -22
  179. vellum/types/named_test_case_number_variable_value.py +12 -21
  180. vellum/types/named_test_case_number_variable_value_request.py +12 -21
  181. vellum/types/named_test_case_search_results_variable_value.py +12 -21
  182. vellum/types/named_test_case_search_results_variable_value_request.py +12 -21
  183. vellum/types/named_test_case_string_variable_value.py +12 -21
  184. vellum/types/named_test_case_string_variable_value_request.py +12 -21
  185. vellum/types/named_test_case_variable_value.py +16 -212
  186. vellum/types/named_test_case_variable_value_request.py +16 -212
  187. vellum/types/node_input_compiled_array_value.py +12 -21
  188. vellum/types/node_input_compiled_chat_history_value.py +12 -21
  189. vellum/types/node_input_compiled_error_value.py +12 -21
  190. vellum/types/node_input_compiled_function_call.py +12 -21
  191. vellum/types/node_input_compiled_json_value.py +13 -22
  192. vellum/types/node_input_compiled_number_value.py +12 -21
  193. vellum/types/node_input_compiled_search_results_value.py +12 -21
  194. vellum/types/node_input_compiled_string_value.py +12 -21
  195. vellum/types/node_input_variable_compiled_value.py +16 -220
  196. vellum/types/node_output_compiled_array_value.py +12 -21
  197. vellum/types/node_output_compiled_chat_history_value.py +12 -21
  198. vellum/types/node_output_compiled_error_value.py +12 -21
  199. vellum/types/node_output_compiled_function_call_value.py +12 -21
  200. vellum/types/node_output_compiled_json_value.py +13 -22
  201. vellum/types/node_output_compiled_number_value.py +12 -21
  202. vellum/types/node_output_compiled_search_results_value.py +12 -21
  203. vellum/types/node_output_compiled_string_value.py +12 -21
  204. vellum/types/node_output_compiled_value.py +16 -221
  205. vellum/types/normalized_log_probs.py +11 -21
  206. vellum/types/normalized_token_log_probs.py +11 -21
  207. vellum/types/number_variable_value.py +12 -21
  208. vellum/types/number_vellum_value.py +12 -21
  209. vellum/types/number_vellum_value_request.py +12 -21
  210. vellum/types/open_ai_vectorizer_config.py +11 -21
  211. vellum/types/open_ai_vectorizer_config_request.py +11 -21
  212. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +13 -22
  213. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +13 -22
  214. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +13 -22
  215. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +13 -22
  216. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +13 -22
  217. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +13 -22
  218. vellum/types/open_api_array_property.py +18 -27
  219. vellum/types/open_api_array_property_request.py +18 -27
  220. vellum/types/open_api_boolean_property.py +12 -21
  221. vellum/types/open_api_boolean_property_request.py +12 -21
  222. vellum/types/open_api_const_property.py +12 -21
  223. vellum/types/open_api_const_property_request.py +12 -21
  224. vellum/types/open_api_integer_property.py +12 -21
  225. vellum/types/open_api_integer_property_request.py +12 -21
  226. vellum/types/open_api_number_property.py +12 -21
  227. vellum/types/open_api_number_property_request.py +12 -21
  228. vellum/types/open_api_object_property.py +19 -28
  229. vellum/types/open_api_object_property_request.py +19 -28
  230. vellum/types/open_api_one_of_property.py +15 -26
  231. vellum/types/open_api_one_of_property_request.py +15 -26
  232. vellum/types/open_api_property.py +20 -270
  233. vellum/types/open_api_property_request.py +20 -270
  234. vellum/types/open_api_ref_property.py +12 -21
  235. vellum/types/open_api_ref_property_request.py +12 -21
  236. vellum/types/open_api_string_property.py +12 -21
  237. vellum/types/open_api_string_property_request.py +12 -21
  238. vellum/types/paginated_document_index_read_list.py +11 -21
  239. vellum/types/paginated_ml_model_read_list.py +11 -21
  240. vellum/types/paginated_slim_deployment_read_list.py +11 -21
  241. vellum/types/paginated_slim_document_list.py +11 -21
  242. vellum/types/paginated_slim_workflow_deployment_list.py +11 -21
  243. vellum/types/paginated_test_suite_run_execution_list.py +11 -21
  244. vellum/types/paginated_test_suite_test_case_list.py +11 -21
  245. vellum/types/pdf_search_result_meta_source.py +14 -23
  246. vellum/types/pdf_search_result_meta_source_request.py +14 -23
  247. vellum/types/prompt_deployment_expand_meta_request_request.py +17 -27
  248. vellum/types/prompt_deployment_input_request.py +4 -83
  249. vellum/types/prompt_execution_meta.py +11 -21
  250. vellum/types/prompt_node_execution_meta.py +11 -21
  251. vellum/types/prompt_node_result.py +12 -21
  252. vellum/types/prompt_node_result_data.py +11 -21
  253. vellum/types/prompt_output.py +5 -102
  254. vellum/types/raw_prompt_execution_overrides_request.py +14 -24
  255. vellum/types/reducto_chunker_config.py +11 -21
  256. vellum/types/reducto_chunker_config_request.py +11 -21
  257. vellum/types/reducto_chunking.py +12 -21
  258. vellum/types/reducto_chunking_request.py +12 -21
  259. vellum/types/rejected_execute_prompt_event.py +13 -22
  260. vellum/types/rejected_execute_prompt_response.py +14 -23
  261. vellum/types/rejected_execute_workflow_workflow_result_event.py +13 -21
  262. vellum/types/rejected_prompt_execution_meta.py +11 -21
  263. vellum/types/rejected_workflow_node_result_event.py +14 -22
  264. vellum/types/replace_test_suite_test_case_request.py +16 -26
  265. vellum/types/sandbox_scenario.py +13 -23
  266. vellum/types/scenario_input.py +6 -81
  267. vellum/types/scenario_input_chat_history_variable_value.py +12 -21
  268. vellum/types/scenario_input_json_variable_value.py +13 -22
  269. vellum/types/scenario_input_string_variable_value.py +12 -21
  270. vellum/types/search_filters_request.py +13 -23
  271. vellum/types/search_node_result.py +12 -21
  272. vellum/types/search_node_result_data.py +12 -22
  273. vellum/types/search_request_options_request.py +17 -27
  274. vellum/types/search_response.py +12 -22
  275. vellum/types/search_result.py +15 -25
  276. vellum/types/search_result_document.py +15 -25
  277. vellum/types/search_result_document_request.py +15 -25
  278. vellum/types/search_result_merging_request.py +12 -22
  279. vellum/types/search_result_meta.py +13 -23
  280. vellum/types/search_result_meta_request.py +13 -23
  281. vellum/types/search_result_request.py +15 -25
  282. vellum/types/search_weights_request.py +13 -23
  283. vellum/types/sentence_chunker_config.py +11 -21
  284. vellum/types/sentence_chunker_config_request.py +11 -21
  285. vellum/types/sentence_chunking.py +12 -21
  286. vellum/types/sentence_chunking_request.py +12 -21
  287. vellum/types/slim_deployment_read.py +16 -25
  288. vellum/types/slim_document.py +24 -33
  289. vellum/types/slim_workflow_deployment.py +19 -28
  290. vellum/types/streaming_execute_prompt_event.py +13 -22
  291. vellum/types/streaming_prompt_execution_meta.py +11 -21
  292. vellum/types/streaming_workflow_node_result_event.py +14 -22
  293. vellum/types/string_chat_message_content.py +12 -21
  294. vellum/types/string_chat_message_content_request.py +12 -21
  295. vellum/types/string_input_request.py +13 -22
  296. vellum/types/string_variable_value.py +12 -21
  297. vellum/types/string_vellum_value.py +12 -21
  298. vellum/types/string_vellum_value_request.py +12 -21
  299. vellum/types/submit_completion_actual_request.py +18 -27
  300. vellum/types/submit_workflow_execution_actual_request.py +4 -95
  301. vellum/types/subworkflow_node_result.py +12 -21
  302. vellum/types/subworkflow_node_result_data.py +11 -21
  303. vellum/types/templating_node_array_result.py +12 -21
  304. vellum/types/templating_node_chat_history_result.py +12 -21
  305. vellum/types/templating_node_error_result.py +12 -21
  306. vellum/types/templating_node_function_call_result.py +12 -21
  307. vellum/types/templating_node_json_result.py +13 -22
  308. vellum/types/templating_node_number_result.py +12 -21
  309. vellum/types/templating_node_result.py +12 -21
  310. vellum/types/templating_node_result_data.py +12 -22
  311. vellum/types/templating_node_result_output.py +16 -212
  312. vellum/types/templating_node_search_results_result.py +12 -21
  313. vellum/types/templating_node_string_result.py +12 -21
  314. vellum/types/terminal_node_array_result.py +13 -22
  315. vellum/types/terminal_node_chat_history_result.py +13 -22
  316. vellum/types/terminal_node_error_result.py +13 -22
  317. vellum/types/terminal_node_function_call_result.py +13 -22
  318. vellum/types/terminal_node_json_result.py +14 -23
  319. vellum/types/terminal_node_number_result.py +13 -22
  320. vellum/types/terminal_node_result.py +12 -21
  321. vellum/types/terminal_node_result_data.py +12 -22
  322. vellum/types/terminal_node_result_output.py +16 -220
  323. vellum/types/terminal_node_search_results_result.py +13 -22
  324. vellum/types/terminal_node_string_result.py +13 -22
  325. vellum/types/test_case_array_variable_value.py +12 -21
  326. vellum/types/test_case_chat_history_variable_value.py +12 -21
  327. vellum/types/test_case_error_variable_value.py +12 -21
  328. vellum/types/test_case_function_call_variable_value.py +12 -21
  329. vellum/types/test_case_json_variable_value.py +13 -22
  330. vellum/types/test_case_number_variable_value.py +12 -21
  331. vellum/types/test_case_search_results_variable_value.py +12 -21
  332. vellum/types/test_case_string_variable_value.py +12 -21
  333. vellum/types/test_case_variable_value.py +16 -220
  334. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +13 -22
  335. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +13 -23
  336. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +13 -23
  337. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +13 -22
  338. vellum/types/test_suite_run_exec_config.py +4 -85
  339. vellum/types/test_suite_run_exec_config_request.py +6 -89
  340. vellum/types/test_suite_run_execution.py +12 -22
  341. vellum/types/test_suite_run_execution_array_output.py +12 -21
  342. vellum/types/test_suite_run_execution_chat_history_output.py +12 -21
  343. vellum/types/test_suite_run_execution_error_output.py +12 -21
  344. vellum/types/test_suite_run_execution_function_call_output.py +12 -21
  345. vellum/types/test_suite_run_execution_json_output.py +13 -22
  346. vellum/types/test_suite_run_execution_metric_definition.py +11 -21
  347. vellum/types/test_suite_run_execution_metric_result.py +12 -22
  348. vellum/types/test_suite_run_execution_number_output.py +12 -21
  349. vellum/types/test_suite_run_execution_output.py +16 -220
  350. vellum/types/test_suite_run_execution_search_results_output.py +12 -21
  351. vellum/types/test_suite_run_execution_string_output.py +12 -21
  352. vellum/types/test_suite_run_external_exec_config.py +14 -22
  353. vellum/types/test_suite_run_external_exec_config_data.py +12 -22
  354. vellum/types/test_suite_run_external_exec_config_data_request.py +12 -22
  355. vellum/types/test_suite_run_external_exec_config_request.py +14 -22
  356. vellum/types/test_suite_run_metric_error_output.py +13 -22
  357. vellum/types/test_suite_run_metric_number_output.py +12 -21
  358. vellum/types/test_suite_run_metric_output.py +4 -81
  359. vellum/types/test_suite_run_metric_string_output.py +12 -21
  360. vellum/types/test_suite_run_read.py +15 -24
  361. vellum/types/test_suite_run_test_suite.py +11 -21
  362. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +13 -22
  363. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +13 -23
  364. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +13 -23
  365. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +13 -22
  366. vellum/types/test_suite_test_case.py +11 -21
  367. vellum/types/test_suite_test_case_bulk_operation_request.py +8 -111
  368. vellum/types/test_suite_test_case_bulk_result.py +8 -110
  369. vellum/types/test_suite_test_case_create_bulk_operation_request.py +13 -22
  370. vellum/types/test_suite_test_case_created_bulk_result.py +12 -21
  371. vellum/types/test_suite_test_case_created_bulk_result_data.py +11 -21
  372. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +11 -21
  373. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +14 -23
  374. vellum/types/test_suite_test_case_deleted_bulk_result.py +13 -22
  375. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +11 -21
  376. vellum/types/test_suite_test_case_rejected_bulk_result.py +14 -23
  377. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +13 -22
  378. vellum/types/test_suite_test_case_replaced_bulk_result.py +13 -22
  379. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +11 -21
  380. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +13 -22
  381. vellum/types/tik_token_tokenizer_config.py +12 -21
  382. vellum/types/tik_token_tokenizer_config_request.py +12 -21
  383. vellum/types/token_overlapping_window_chunker_config.py +11 -21
  384. vellum/types/token_overlapping_window_chunker_config_request.py +11 -21
  385. vellum/types/token_overlapping_window_chunking.py +12 -21
  386. vellum/types/token_overlapping_window_chunking_request.py +12 -21
  387. vellum/types/upload_document_response.py +12 -22
  388. vellum/types/upsert_test_suite_test_case_request.py +16 -26
  389. vellum/types/vellum_error.py +12 -22
  390. vellum/types/vellum_error_request.py +12 -22
  391. vellum/types/vellum_image.py +12 -22
  392. vellum/types/vellum_image_request.py +12 -22
  393. vellum/types/vellum_variable.py +12 -22
  394. vellum/types/workflow_deployment_read.py +20 -29
  395. vellum/types/workflow_event_error.py +12 -22
  396. vellum/types/workflow_execution_actual_chat_history_request.py +18 -27
  397. vellum/types/workflow_execution_actual_json_request.py +18 -27
  398. vellum/types/workflow_execution_actual_string_request.py +18 -27
  399. vellum/types/workflow_execution_node_result_event.py +12 -21
  400. vellum/types/workflow_execution_workflow_result_event.py +12 -21
  401. vellum/types/workflow_expand_meta_request.py +12 -22
  402. vellum/types/workflow_node_result_data.py +22 -280
  403. vellum/types/workflow_node_result_event.py +8 -133
  404. vellum/types/workflow_output.py +18 -247
  405. vellum/types/workflow_output_array.py +13 -22
  406. vellum/types/workflow_output_chat_history.py +13 -22
  407. vellum/types/workflow_output_error.py +13 -22
  408. vellum/types/workflow_output_function_call.py +13 -22
  409. vellum/types/workflow_output_image.py +13 -22
  410. vellum/types/workflow_output_json.py +14 -23
  411. vellum/types/workflow_output_number.py +13 -22
  412. vellum/types/workflow_output_search_results.py +13 -22
  413. vellum/types/workflow_output_string.py +13 -22
  414. vellum/types/workflow_release_tag_read.py +15 -25
  415. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +13 -22
  416. vellum/types/workflow_request_chat_history_input_request.py +13 -22
  417. vellum/types/workflow_request_input_request.py +8 -108
  418. vellum/types/workflow_request_json_input_request.py +14 -23
  419. vellum/types/workflow_request_number_input_request.py +13 -22
  420. vellum/types/workflow_request_string_input_request.py +13 -22
  421. vellum/types/workflow_result_event.py +14 -23
  422. vellum/types/workflow_result_event_output_data.py +16 -245
  423. vellum/types/workflow_result_event_output_data_array.py +14 -23
  424. vellum/types/workflow_result_event_output_data_chat_history.py +14 -23
  425. vellum/types/workflow_result_event_output_data_error.py +14 -23
  426. vellum/types/workflow_result_event_output_data_function_call.py +14 -23
  427. vellum/types/workflow_result_event_output_data_json.py +14 -23
  428. vellum/types/workflow_result_event_output_data_number.py +13 -22
  429. vellum/types/workflow_result_event_output_data_search_results.py +14 -23
  430. vellum/types/workflow_result_event_output_data_string.py +14 -23
  431. vellum/types/workflow_stream_event.py +3 -62
  432. vellum/version.py +0 -1
  433. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.5.dist-info}/METADATA +5 -4
  434. vellum_ai-0.8.5.dist-info/RECORD +507 -0
  435. vellum/types/search_result_meta_source.py +0 -36
  436. vellum/types/search_result_meta_source_request.py +0 -36
  437. vellum_ai-0.7.11.dist-info/RECORD +0 -506
  438. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.5.dist-info}/LICENSE +0 -0
  439. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.5.dist-info}/WHEEL +0 -0
@@ -1,22 +1,22 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
3
  import typing
4
+ from ...core.client_wrapper import SyncClientWrapper
5
+ from ...core.request_options import RequestOptions
6
+ from ...types.paginated_ml_model_read_list import PaginatedMlModelReadList
7
+ from ...core.pydantic_utilities import parse_obj_as
4
8
  from json.decoder import JSONDecodeError
5
-
6
9
  from ...core.api_error import ApiError
7
- from ...core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
8
- from ...core.jsonable_encoder import jsonable_encoder
9
- from ...core.pydantic_utilities import pydantic_v1
10
- from ...core.request_options import RequestOptions
10
+ from ...types.ml_model_family import MlModelFamily
11
11
  from ...types.hosted_by_enum import HostedByEnum
12
12
  from ...types.ml_model_developer import MlModelDeveloper
13
- from ...types.ml_model_display_config_request import MlModelDisplayConfigRequest
14
13
  from ...types.ml_model_exec_config_request import MlModelExecConfigRequest
15
- from ...types.ml_model_family import MlModelFamily
16
14
  from ...types.ml_model_parameter_config_request import MlModelParameterConfigRequest
17
- from ...types.ml_model_read import MlModelRead
18
- from ...types.paginated_ml_model_read_list import PaginatedMlModelReadList
15
+ from ...types.ml_model_display_config_request import MlModelDisplayConfigRequest
19
16
  from ...types.visibility_enum import VisibilityEnum
17
+ from ...types.ml_model_read import MlModelRead
18
+ from ...core.jsonable_encoder import jsonable_encoder
19
+ from ...core.client_wrapper import AsyncClientWrapper
20
20
 
21
21
  # this is used as the default value for optional parameters
22
22
  OMIT = typing.cast(typing.Any, ...)
@@ -58,7 +58,7 @@ class MlModelsClient:
58
58
 
59
59
  Examples
60
60
  --------
61
- from vellum.client import Vellum
61
+ from vellum import Vellum
62
62
 
63
63
  client = Vellum(
64
64
  api_key="YOUR_API_KEY",
@@ -69,12 +69,22 @@ class MlModelsClient:
69
69
  "v1/ml-models",
70
70
  base_url=self._client_wrapper.get_environment().default,
71
71
  method="GET",
72
- params={"limit": limit, "offset": offset, "ordering": ordering},
72
+ params={
73
+ "limit": limit,
74
+ "offset": offset,
75
+ "ordering": ordering,
76
+ },
73
77
  request_options=request_options,
74
78
  )
75
79
  try:
76
80
  if 200 <= _response.status_code < 300:
77
- return pydantic_v1.parse_obj_as(PaginatedMlModelReadList, _response.json()) # type: ignore
81
+ return typing.cast(
82
+ PaginatedMlModelReadList,
83
+ parse_obj_as(
84
+ type_=PaginatedMlModelReadList, # type: ignore
85
+ object_=_response.json(),
86
+ ),
87
+ )
78
88
  _response_json = _response.json()
79
89
  except JSONDecodeError:
80
90
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -195,8 +205,7 @@ class MlModelsClient:
195
205
 
196
206
  Examples
197
207
  --------
198
- from vellum import MlModelExecConfigRequest
199
- from vellum.client import Vellum
208
+ from vellum import MlModelExecConfigRequest, Vellum
200
209
 
201
210
  client = Vellum(
202
211
  api_key="YOUR_API_KEY",
@@ -233,7 +242,13 @@ class MlModelsClient:
233
242
  )
234
243
  try:
235
244
  if 200 <= _response.status_code < 300:
236
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
245
+ return typing.cast(
246
+ MlModelRead,
247
+ parse_obj_as(
248
+ type_=MlModelRead, # type: ignore
249
+ object_=_response.json(),
250
+ ),
251
+ )
237
252
  _response_json = _response.json()
238
253
  except JSONDecodeError:
239
254
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -258,7 +273,7 @@ class MlModelsClient:
258
273
 
259
274
  Examples
260
275
  --------
261
- from vellum.client import Vellum
276
+ from vellum import Vellum
262
277
 
263
278
  client = Vellum(
264
279
  api_key="YOUR_API_KEY",
@@ -275,7 +290,13 @@ class MlModelsClient:
275
290
  )
276
291
  try:
277
292
  if 200 <= _response.status_code < 300:
278
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
293
+ return typing.cast(
294
+ MlModelRead,
295
+ parse_obj_as(
296
+ type_=MlModelRead, # type: ignore
297
+ object_=_response.json(),
298
+ ),
299
+ )
279
300
  _response_json = _response.json()
280
301
  except JSONDecodeError:
281
302
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -326,7 +347,7 @@ class MlModelsClient:
326
347
 
327
348
  Examples
328
349
  --------
329
- from vellum.client import Vellum
350
+ from vellum import Vellum
330
351
 
331
352
  client = Vellum(
332
353
  api_key="YOUR_API_KEY",
@@ -350,7 +371,13 @@ class MlModelsClient:
350
371
  )
351
372
  try:
352
373
  if 200 <= _response.status_code < 300:
353
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
374
+ return typing.cast(
375
+ MlModelRead,
376
+ parse_obj_as(
377
+ type_=MlModelRead, # type: ignore
378
+ object_=_response.json(),
379
+ ),
380
+ )
354
381
  _response_json = _response.json()
355
382
  except JSONDecodeError:
356
383
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -401,7 +428,7 @@ class MlModelsClient:
401
428
 
402
429
  Examples
403
430
  --------
404
- from vellum.client import Vellum
431
+ from vellum import Vellum
405
432
 
406
433
  client = Vellum(
407
434
  api_key="YOUR_API_KEY",
@@ -425,7 +452,13 @@ class MlModelsClient:
425
452
  )
426
453
  try:
427
454
  if 200 <= _response.status_code < 300:
428
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
455
+ return typing.cast(
456
+ MlModelRead,
457
+ parse_obj_as(
458
+ type_=MlModelRead, # type: ignore
459
+ object_=_response.json(),
460
+ ),
461
+ )
429
462
  _response_json = _response.json()
430
463
  except JSONDecodeError:
431
464
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -470,7 +503,7 @@ class AsyncMlModelsClient:
470
503
  --------
471
504
  import asyncio
472
505
 
473
- from vellum.client import AsyncVellum
506
+ from vellum import AsyncVellum
474
507
 
475
508
  client = AsyncVellum(
476
509
  api_key="YOUR_API_KEY",
@@ -487,12 +520,22 @@ class AsyncMlModelsClient:
487
520
  "v1/ml-models",
488
521
  base_url=self._client_wrapper.get_environment().default,
489
522
  method="GET",
490
- params={"limit": limit, "offset": offset, "ordering": ordering},
523
+ params={
524
+ "limit": limit,
525
+ "offset": offset,
526
+ "ordering": ordering,
527
+ },
491
528
  request_options=request_options,
492
529
  )
493
530
  try:
494
531
  if 200 <= _response.status_code < 300:
495
- return pydantic_v1.parse_obj_as(PaginatedMlModelReadList, _response.json()) # type: ignore
532
+ return typing.cast(
533
+ PaginatedMlModelReadList,
534
+ parse_obj_as(
535
+ type_=PaginatedMlModelReadList, # type: ignore
536
+ object_=_response.json(),
537
+ ),
538
+ )
496
539
  _response_json = _response.json()
497
540
  except JSONDecodeError:
498
541
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -615,8 +658,7 @@ class AsyncMlModelsClient:
615
658
  --------
616
659
  import asyncio
617
660
 
618
- from vellum import MlModelExecConfigRequest
619
- from vellum.client import AsyncVellum
661
+ from vellum import AsyncVellum, MlModelExecConfigRequest
620
662
 
621
663
  client = AsyncVellum(
622
664
  api_key="YOUR_API_KEY",
@@ -659,7 +701,13 @@ class AsyncMlModelsClient:
659
701
  )
660
702
  try:
661
703
  if 200 <= _response.status_code < 300:
662
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
704
+ return typing.cast(
705
+ MlModelRead,
706
+ parse_obj_as(
707
+ type_=MlModelRead, # type: ignore
708
+ object_=_response.json(),
709
+ ),
710
+ )
663
711
  _response_json = _response.json()
664
712
  except JSONDecodeError:
665
713
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -686,7 +734,7 @@ class AsyncMlModelsClient:
686
734
  --------
687
735
  import asyncio
688
736
 
689
- from vellum.client import AsyncVellum
737
+ from vellum import AsyncVellum
690
738
 
691
739
  client = AsyncVellum(
692
740
  api_key="YOUR_API_KEY",
@@ -709,7 +757,13 @@ class AsyncMlModelsClient:
709
757
  )
710
758
  try:
711
759
  if 200 <= _response.status_code < 300:
712
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
760
+ return typing.cast(
761
+ MlModelRead,
762
+ parse_obj_as(
763
+ type_=MlModelRead, # type: ignore
764
+ object_=_response.json(),
765
+ ),
766
+ )
713
767
  _response_json = _response.json()
714
768
  except JSONDecodeError:
715
769
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -762,7 +816,7 @@ class AsyncMlModelsClient:
762
816
  --------
763
817
  import asyncio
764
818
 
765
- from vellum.client import AsyncVellum
819
+ from vellum import AsyncVellum
766
820
 
767
821
  client = AsyncVellum(
768
822
  api_key="YOUR_API_KEY",
@@ -792,7 +846,13 @@ class AsyncMlModelsClient:
792
846
  )
793
847
  try:
794
848
  if 200 <= _response.status_code < 300:
795
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
849
+ return typing.cast(
850
+ MlModelRead,
851
+ parse_obj_as(
852
+ type_=MlModelRead, # type: ignore
853
+ object_=_response.json(),
854
+ ),
855
+ )
796
856
  _response_json = _response.json()
797
857
  except JSONDecodeError:
798
858
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -845,7 +905,7 @@ class AsyncMlModelsClient:
845
905
  --------
846
906
  import asyncio
847
907
 
848
- from vellum.client import AsyncVellum
908
+ from vellum import AsyncVellum
849
909
 
850
910
  client = AsyncVellum(
851
911
  api_key="YOUR_API_KEY",
@@ -875,7 +935,13 @@ class AsyncMlModelsClient:
875
935
  )
876
936
  try:
877
937
  if 200 <= _response.status_code < 300:
878
- return pydantic_v1.parse_obj_as(MlModelRead, _response.json()) # type: ignore
938
+ return typing.cast(
939
+ MlModelRead,
940
+ parse_obj_as(
941
+ type_=MlModelRead, # type: ignore
942
+ object_=_response.json(),
943
+ ),
944
+ )
879
945
  _response_json = _response.json()
880
946
  except JSONDecodeError:
881
947
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -1,16 +1,16 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
3
  import typing
4
- from json.decoder import JSONDecodeError
5
-
6
- from ...core.api_error import ApiError
7
- from ...core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
8
- from ...core.jsonable_encoder import jsonable_encoder
9
- from ...core.pydantic_utilities import pydantic_v1
4
+ from ...core.client_wrapper import SyncClientWrapper
10
5
  from ...core.request_options import RequestOptions
11
6
  from ...types.deployment_read import DeploymentRead
7
+ from ...core.jsonable_encoder import jsonable_encoder
8
+ from ...core.pydantic_utilities import parse_obj_as
9
+ from json.decoder import JSONDecodeError
10
+ from ...core.api_error import ApiError
12
11
  from ...types.named_scenario_input_request import NamedScenarioInputRequest
13
12
  from ...types.sandbox_scenario import SandboxScenario
13
+ from ...core.client_wrapper import AsyncClientWrapper
14
14
 
15
15
  # this is used as the default value for optional parameters
16
16
  OMIT = typing.cast(typing.Any, ...)
@@ -62,7 +62,7 @@ class SandboxesClient:
62
62
 
63
63
  Examples
64
64
  --------
65
- from vellum.client import Vellum
65
+ from vellum import Vellum
66
66
 
67
67
  client = Vellum(
68
68
  api_key="YOUR_API_KEY",
@@ -87,7 +87,13 @@ class SandboxesClient:
87
87
  )
88
88
  try:
89
89
  if 200 <= _response.status_code < 300:
90
- return pydantic_v1.parse_obj_as(DeploymentRead, _response.json()) # type: ignore
90
+ return typing.cast(
91
+ DeploymentRead,
92
+ parse_obj_as(
93
+ type_=DeploymentRead, # type: ignore
94
+ object_=_response.json(),
95
+ ),
96
+ )
91
97
  _response_json = _response.json()
92
98
  except JSONDecodeError:
93
99
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -134,7 +140,7 @@ class SandboxesClient:
134
140
 
135
141
  Examples
136
142
  --------
137
- from vellum.client import Vellum
143
+ from vellum import NamedScenarioInputStringVariableValueRequest, Vellum
138
144
 
139
145
  client = Vellum(
140
146
  api_key="YOUR_API_KEY",
@@ -142,20 +148,39 @@ class SandboxesClient:
142
148
  client.sandboxes.upsert_sandbox_scenario(
143
149
  id="id",
144
150
  label="Scenario 1",
145
- inputs=[],
151
+ inputs=[
152
+ NamedScenarioInputStringVariableValueRequest(
153
+ value="Hello, world!",
154
+ name="var_1",
155
+ ),
156
+ NamedScenarioInputStringVariableValueRequest(
157
+ value="Why hello, there!",
158
+ name="var_2",
159
+ ),
160
+ ],
146
161
  )
147
162
  """
148
163
  _response = self._client_wrapper.httpx_client.request(
149
164
  f"v1/sandboxes/{jsonable_encoder(id)}/scenarios",
150
165
  base_url=self._client_wrapper.get_environment().default,
151
166
  method="POST",
152
- json={"label": label, "inputs": inputs, "scenario_id": scenario_id},
167
+ json={
168
+ "label": label,
169
+ "inputs": inputs,
170
+ "scenario_id": scenario_id,
171
+ },
153
172
  request_options=request_options,
154
173
  omit=OMIT,
155
174
  )
156
175
  try:
157
176
  if 200 <= _response.status_code < 300:
158
- return pydantic_v1.parse_obj_as(SandboxScenario, _response.json()) # type: ignore
177
+ return typing.cast(
178
+ SandboxScenario,
179
+ parse_obj_as(
180
+ type_=SandboxScenario, # type: ignore
181
+ object_=_response.json(),
182
+ ),
183
+ )
159
184
  _response_json = _response.json()
160
185
  except JSONDecodeError:
161
186
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -184,7 +209,7 @@ class SandboxesClient:
184
209
 
185
210
  Examples
186
211
  --------
187
- from vellum.client import Vellum
212
+ from vellum import Vellum
188
213
 
189
214
  client = Vellum(
190
215
  api_key="YOUR_API_KEY",
@@ -257,7 +282,7 @@ class AsyncSandboxesClient:
257
282
  --------
258
283
  import asyncio
259
284
 
260
- from vellum.client import AsyncVellum
285
+ from vellum import AsyncVellum
261
286
 
262
287
  client = AsyncVellum(
263
288
  api_key="YOUR_API_KEY",
@@ -288,7 +313,13 @@ class AsyncSandboxesClient:
288
313
  )
289
314
  try:
290
315
  if 200 <= _response.status_code < 300:
291
- return pydantic_v1.parse_obj_as(DeploymentRead, _response.json()) # type: ignore
316
+ return typing.cast(
317
+ DeploymentRead,
318
+ parse_obj_as(
319
+ type_=DeploymentRead, # type: ignore
320
+ object_=_response.json(),
321
+ ),
322
+ )
292
323
  _response_json = _response.json()
293
324
  except JSONDecodeError:
294
325
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -337,7 +368,7 @@ class AsyncSandboxesClient:
337
368
  --------
338
369
  import asyncio
339
370
 
340
- from vellum.client import AsyncVellum
371
+ from vellum import AsyncVellum, NamedScenarioInputStringVariableValueRequest
341
372
 
342
373
  client = AsyncVellum(
343
374
  api_key="YOUR_API_KEY",
@@ -348,7 +379,16 @@ class AsyncSandboxesClient:
348
379
  await client.sandboxes.upsert_sandbox_scenario(
349
380
  id="id",
350
381
  label="Scenario 1",
351
- inputs=[],
382
+ inputs=[
383
+ NamedScenarioInputStringVariableValueRequest(
384
+ value="Hello, world!",
385
+ name="var_1",
386
+ ),
387
+ NamedScenarioInputStringVariableValueRequest(
388
+ value="Why hello, there!",
389
+ name="var_2",
390
+ ),
391
+ ],
352
392
  )
353
393
 
354
394
 
@@ -358,13 +398,23 @@ class AsyncSandboxesClient:
358
398
  f"v1/sandboxes/{jsonable_encoder(id)}/scenarios",
359
399
  base_url=self._client_wrapper.get_environment().default,
360
400
  method="POST",
361
- json={"label": label, "inputs": inputs, "scenario_id": scenario_id},
401
+ json={
402
+ "label": label,
403
+ "inputs": inputs,
404
+ "scenario_id": scenario_id,
405
+ },
362
406
  request_options=request_options,
363
407
  omit=OMIT,
364
408
  )
365
409
  try:
366
410
  if 200 <= _response.status_code < 300:
367
- return pydantic_v1.parse_obj_as(SandboxScenario, _response.json()) # type: ignore
411
+ return typing.cast(
412
+ SandboxScenario,
413
+ parse_obj_as(
414
+ type_=SandboxScenario, # type: ignore
415
+ object_=_response.json(),
416
+ ),
417
+ )
368
418
  _response_json = _response.json()
369
419
  except JSONDecodeError:
370
420
  raise ApiError(status_code=_response.status_code, body=_response.text)
@@ -395,7 +445,7 @@ class AsyncSandboxesClient:
395
445
  --------
396
446
  import asyncio
397
447
 
398
- from vellum.client import AsyncVellum
448
+ from vellum import AsyncVellum
399
449
 
400
450
  client = AsyncVellum(
401
451
  api_key="YOUR_API_KEY",