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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (438) 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_result.py +13 -23
  113. vellum/types/generate_result_data.py +12 -22
  114. vellum/types/generate_result_error.py +12 -22
  115. vellum/types/generate_stream_response.py +12 -22
  116. vellum/types/generate_stream_result.py +12 -22
  117. vellum/types/generate_stream_result_data.py +12 -22
  118. vellum/types/hkunlp_instructor_xl_vectorizer.py +12 -21
  119. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +12 -21
  120. vellum/types/hugging_face_tokenizer_config.py +12 -21
  121. vellum/types/hugging_face_tokenizer_config_request.py +12 -21
  122. vellum/types/image_chat_message_content.py +12 -21
  123. vellum/types/image_chat_message_content_request.py +12 -21
  124. vellum/types/image_variable_value.py +12 -21
  125. vellum/types/image_vellum_value.py +12 -21
  126. vellum/types/image_vellum_value_request.py +12 -21
  127. vellum/types/indexing_config_vectorizer.py +18 -181
  128. vellum/types/indexing_config_vectorizer_request.py +18 -181
  129. vellum/types/initiated_execute_prompt_event.py +12 -21
  130. vellum/types/initiated_prompt_execution_meta.py +11 -21
  131. vellum/types/initiated_workflow_node_result_event.py +14 -22
  132. vellum/types/instructor_vectorizer_config.py +11 -21
  133. vellum/types/instructor_vectorizer_config_request.py +11 -21
  134. vellum/types/json_input_request.py +14 -23
  135. vellum/types/json_variable_value.py +13 -22
  136. vellum/types/json_vellum_value.py +13 -22
  137. vellum/types/json_vellum_value_request.py +13 -22
  138. vellum/types/map_node_result.py +12 -21
  139. vellum/types/map_node_result_data.py +11 -21
  140. vellum/types/merge_node_result.py +12 -21
  141. vellum/types/merge_node_result_data.py +12 -22
  142. vellum/types/metadata_filter_config_request.py +12 -22
  143. vellum/types/metadata_filter_rule_request.py +15 -25
  144. vellum/types/metric_node_result.py +12 -20
  145. vellum/types/ml_model_developer_enum_value_label.py +12 -22
  146. vellum/types/ml_model_display_config_labelled.py +12 -22
  147. vellum/types/ml_model_display_config_request.py +12 -22
  148. vellum/types/ml_model_display_tag_enum_value_label.py +12 -22
  149. vellum/types/ml_model_exec_config.py +14 -24
  150. vellum/types/ml_model_exec_config_request.py +14 -24
  151. vellum/types/ml_model_family_enum_value_label.py +12 -22
  152. vellum/types/ml_model_parameter_config.py +13 -23
  153. vellum/types/ml_model_parameter_config_request.py +13 -23
  154. vellum/types/ml_model_read.py +23 -33
  155. vellum/types/ml_model_request_authorization_config.py +12 -22
  156. vellum/types/ml_model_request_authorization_config_request.py +12 -22
  157. vellum/types/ml_model_request_config.py +11 -21
  158. vellum/types/ml_model_request_config_request.py +11 -21
  159. vellum/types/ml_model_response_config.py +11 -21
  160. vellum/types/ml_model_response_config_request.py +11 -21
  161. vellum/types/ml_model_tokenizer_config.py +3 -55
  162. vellum/types/ml_model_tokenizer_config_request.py +3 -57
  163. vellum/types/ml_model_usage.py +11 -21
  164. vellum/types/named_scenario_input_chat_history_variable_value_request.py +12 -21
  165. vellum/types/named_scenario_input_json_variable_value_request.py +13 -22
  166. vellum/types/named_scenario_input_request.py +6 -81
  167. vellum/types/named_scenario_input_string_variable_value_request.py +12 -21
  168. vellum/types/named_test_case_array_variable_value.py +12 -21
  169. vellum/types/named_test_case_array_variable_value_request.py +12 -21
  170. vellum/types/named_test_case_chat_history_variable_value.py +12 -21
  171. vellum/types/named_test_case_chat_history_variable_value_request.py +12 -21
  172. vellum/types/named_test_case_error_variable_value.py +12 -21
  173. vellum/types/named_test_case_error_variable_value_request.py +12 -21
  174. vellum/types/named_test_case_function_call_variable_value.py +12 -21
  175. vellum/types/named_test_case_function_call_variable_value_request.py +12 -21
  176. vellum/types/named_test_case_json_variable_value.py +13 -22
  177. vellum/types/named_test_case_json_variable_value_request.py +13 -22
  178. vellum/types/named_test_case_number_variable_value.py +12 -21
  179. vellum/types/named_test_case_number_variable_value_request.py +12 -21
  180. vellum/types/named_test_case_search_results_variable_value.py +12 -21
  181. vellum/types/named_test_case_search_results_variable_value_request.py +12 -21
  182. vellum/types/named_test_case_string_variable_value.py +12 -21
  183. vellum/types/named_test_case_string_variable_value_request.py +12 -21
  184. vellum/types/named_test_case_variable_value.py +16 -212
  185. vellum/types/named_test_case_variable_value_request.py +16 -212
  186. vellum/types/node_input_compiled_array_value.py +12 -21
  187. vellum/types/node_input_compiled_chat_history_value.py +12 -21
  188. vellum/types/node_input_compiled_error_value.py +12 -21
  189. vellum/types/node_input_compiled_function_call.py +12 -21
  190. vellum/types/node_input_compiled_json_value.py +13 -22
  191. vellum/types/node_input_compiled_number_value.py +12 -21
  192. vellum/types/node_input_compiled_search_results_value.py +12 -21
  193. vellum/types/node_input_compiled_string_value.py +12 -21
  194. vellum/types/node_input_variable_compiled_value.py +16 -220
  195. vellum/types/node_output_compiled_array_value.py +12 -21
  196. vellum/types/node_output_compiled_chat_history_value.py +12 -21
  197. vellum/types/node_output_compiled_error_value.py +12 -21
  198. vellum/types/node_output_compiled_function_call_value.py +12 -21
  199. vellum/types/node_output_compiled_json_value.py +13 -22
  200. vellum/types/node_output_compiled_number_value.py +12 -21
  201. vellum/types/node_output_compiled_search_results_value.py +12 -21
  202. vellum/types/node_output_compiled_string_value.py +12 -21
  203. vellum/types/node_output_compiled_value.py +16 -221
  204. vellum/types/normalized_log_probs.py +11 -21
  205. vellum/types/normalized_token_log_probs.py +11 -21
  206. vellum/types/number_variable_value.py +12 -21
  207. vellum/types/number_vellum_value.py +12 -21
  208. vellum/types/number_vellum_value_request.py +12 -21
  209. vellum/types/open_ai_vectorizer_config.py +11 -21
  210. vellum/types/open_ai_vectorizer_config_request.py +11 -21
  211. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +13 -22
  212. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +13 -22
  213. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +13 -22
  214. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +13 -22
  215. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +13 -22
  216. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +13 -22
  217. vellum/types/open_api_array_property.py +18 -27
  218. vellum/types/open_api_array_property_request.py +18 -27
  219. vellum/types/open_api_boolean_property.py +12 -21
  220. vellum/types/open_api_boolean_property_request.py +12 -21
  221. vellum/types/open_api_const_property.py +12 -21
  222. vellum/types/open_api_const_property_request.py +12 -21
  223. vellum/types/open_api_integer_property.py +12 -21
  224. vellum/types/open_api_integer_property_request.py +12 -21
  225. vellum/types/open_api_number_property.py +12 -21
  226. vellum/types/open_api_number_property_request.py +12 -21
  227. vellum/types/open_api_object_property.py +19 -28
  228. vellum/types/open_api_object_property_request.py +19 -28
  229. vellum/types/open_api_one_of_property.py +15 -26
  230. vellum/types/open_api_one_of_property_request.py +15 -26
  231. vellum/types/open_api_property.py +20 -270
  232. vellum/types/open_api_property_request.py +20 -270
  233. vellum/types/open_api_ref_property.py +12 -21
  234. vellum/types/open_api_ref_property_request.py +12 -21
  235. vellum/types/open_api_string_property.py +12 -21
  236. vellum/types/open_api_string_property_request.py +12 -21
  237. vellum/types/paginated_document_index_read_list.py +11 -21
  238. vellum/types/paginated_ml_model_read_list.py +11 -21
  239. vellum/types/paginated_slim_deployment_read_list.py +11 -21
  240. vellum/types/paginated_slim_document_list.py +11 -21
  241. vellum/types/paginated_slim_workflow_deployment_list.py +11 -21
  242. vellum/types/paginated_test_suite_run_execution_list.py +11 -21
  243. vellum/types/paginated_test_suite_test_case_list.py +11 -21
  244. vellum/types/pdf_search_result_meta_source.py +14 -23
  245. vellum/types/pdf_search_result_meta_source_request.py +14 -23
  246. vellum/types/prompt_deployment_expand_meta_request_request.py +17 -27
  247. vellum/types/prompt_deployment_input_request.py +4 -83
  248. vellum/types/prompt_execution_meta.py +11 -21
  249. vellum/types/prompt_node_execution_meta.py +11 -21
  250. vellum/types/prompt_node_result.py +12 -21
  251. vellum/types/prompt_node_result_data.py +11 -21
  252. vellum/types/prompt_output.py +5 -102
  253. vellum/types/raw_prompt_execution_overrides_request.py +14 -24
  254. vellum/types/reducto_chunker_config.py +11 -21
  255. vellum/types/reducto_chunker_config_request.py +11 -21
  256. vellum/types/reducto_chunking.py +12 -21
  257. vellum/types/reducto_chunking_request.py +12 -21
  258. vellum/types/rejected_execute_prompt_event.py +13 -22
  259. vellum/types/rejected_execute_prompt_response.py +14 -23
  260. vellum/types/rejected_execute_workflow_workflow_result_event.py +13 -21
  261. vellum/types/rejected_prompt_execution_meta.py +11 -21
  262. vellum/types/rejected_workflow_node_result_event.py +14 -22
  263. vellum/types/replace_test_suite_test_case_request.py +16 -26
  264. vellum/types/sandbox_scenario.py +13 -23
  265. vellum/types/scenario_input.py +6 -81
  266. vellum/types/scenario_input_chat_history_variable_value.py +12 -21
  267. vellum/types/scenario_input_json_variable_value.py +13 -22
  268. vellum/types/scenario_input_string_variable_value.py +12 -21
  269. vellum/types/search_filters_request.py +13 -23
  270. vellum/types/search_node_result.py +12 -21
  271. vellum/types/search_node_result_data.py +12 -22
  272. vellum/types/search_request_options_request.py +17 -27
  273. vellum/types/search_response.py +12 -22
  274. vellum/types/search_result.py +15 -25
  275. vellum/types/search_result_document.py +15 -25
  276. vellum/types/search_result_document_request.py +15 -25
  277. vellum/types/search_result_merging_request.py +12 -22
  278. vellum/types/search_result_meta.py +13 -23
  279. vellum/types/search_result_meta_request.py +13 -23
  280. vellum/types/search_result_request.py +15 -25
  281. vellum/types/search_weights_request.py +13 -23
  282. vellum/types/sentence_chunker_config.py +11 -21
  283. vellum/types/sentence_chunker_config_request.py +11 -21
  284. vellum/types/sentence_chunking.py +12 -21
  285. vellum/types/sentence_chunking_request.py +12 -21
  286. vellum/types/slim_deployment_read.py +16 -25
  287. vellum/types/slim_document.py +24 -33
  288. vellum/types/slim_workflow_deployment.py +19 -28
  289. vellum/types/streaming_execute_prompt_event.py +13 -22
  290. vellum/types/streaming_prompt_execution_meta.py +11 -21
  291. vellum/types/streaming_workflow_node_result_event.py +14 -22
  292. vellum/types/string_chat_message_content.py +12 -21
  293. vellum/types/string_chat_message_content_request.py +12 -21
  294. vellum/types/string_input_request.py +13 -22
  295. vellum/types/string_variable_value.py +12 -21
  296. vellum/types/string_vellum_value.py +12 -21
  297. vellum/types/string_vellum_value_request.py +12 -21
  298. vellum/types/submit_completion_actual_request.py +18 -27
  299. vellum/types/submit_workflow_execution_actual_request.py +4 -95
  300. vellum/types/subworkflow_node_result.py +12 -21
  301. vellum/types/subworkflow_node_result_data.py +11 -21
  302. vellum/types/templating_node_array_result.py +12 -21
  303. vellum/types/templating_node_chat_history_result.py +12 -21
  304. vellum/types/templating_node_error_result.py +12 -21
  305. vellum/types/templating_node_function_call_result.py +12 -21
  306. vellum/types/templating_node_json_result.py +13 -22
  307. vellum/types/templating_node_number_result.py +12 -21
  308. vellum/types/templating_node_result.py +12 -21
  309. vellum/types/templating_node_result_data.py +12 -22
  310. vellum/types/templating_node_result_output.py +16 -212
  311. vellum/types/templating_node_search_results_result.py +12 -21
  312. vellum/types/templating_node_string_result.py +12 -21
  313. vellum/types/terminal_node_array_result.py +13 -22
  314. vellum/types/terminal_node_chat_history_result.py +13 -22
  315. vellum/types/terminal_node_error_result.py +13 -22
  316. vellum/types/terminal_node_function_call_result.py +13 -22
  317. vellum/types/terminal_node_json_result.py +14 -23
  318. vellum/types/terminal_node_number_result.py +13 -22
  319. vellum/types/terminal_node_result.py +12 -21
  320. vellum/types/terminal_node_result_data.py +12 -22
  321. vellum/types/terminal_node_result_output.py +16 -220
  322. vellum/types/terminal_node_search_results_result.py +13 -22
  323. vellum/types/terminal_node_string_result.py +13 -22
  324. vellum/types/test_case_array_variable_value.py +12 -21
  325. vellum/types/test_case_chat_history_variable_value.py +12 -21
  326. vellum/types/test_case_error_variable_value.py +12 -21
  327. vellum/types/test_case_function_call_variable_value.py +12 -21
  328. vellum/types/test_case_json_variable_value.py +13 -22
  329. vellum/types/test_case_number_variable_value.py +12 -21
  330. vellum/types/test_case_search_results_variable_value.py +12 -21
  331. vellum/types/test_case_string_variable_value.py +12 -21
  332. vellum/types/test_case_variable_value.py +16 -220
  333. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +13 -22
  334. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +13 -23
  335. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +13 -23
  336. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +13 -22
  337. vellum/types/test_suite_run_exec_config.py +4 -85
  338. vellum/types/test_suite_run_exec_config_request.py +6 -89
  339. vellum/types/test_suite_run_execution.py +12 -22
  340. vellum/types/test_suite_run_execution_array_output.py +12 -21
  341. vellum/types/test_suite_run_execution_chat_history_output.py +12 -21
  342. vellum/types/test_suite_run_execution_error_output.py +12 -21
  343. vellum/types/test_suite_run_execution_function_call_output.py +12 -21
  344. vellum/types/test_suite_run_execution_json_output.py +13 -22
  345. vellum/types/test_suite_run_execution_metric_definition.py +11 -21
  346. vellum/types/test_suite_run_execution_metric_result.py +12 -22
  347. vellum/types/test_suite_run_execution_number_output.py +12 -21
  348. vellum/types/test_suite_run_execution_output.py +16 -220
  349. vellum/types/test_suite_run_execution_search_results_output.py +12 -21
  350. vellum/types/test_suite_run_execution_string_output.py +12 -21
  351. vellum/types/test_suite_run_external_exec_config.py +14 -22
  352. vellum/types/test_suite_run_external_exec_config_data.py +12 -22
  353. vellum/types/test_suite_run_external_exec_config_data_request.py +12 -22
  354. vellum/types/test_suite_run_external_exec_config_request.py +14 -22
  355. vellum/types/test_suite_run_metric_error_output.py +13 -22
  356. vellum/types/test_suite_run_metric_number_output.py +12 -21
  357. vellum/types/test_suite_run_metric_output.py +4 -81
  358. vellum/types/test_suite_run_metric_string_output.py +12 -21
  359. vellum/types/test_suite_run_read.py +15 -24
  360. vellum/types/test_suite_run_test_suite.py +11 -21
  361. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +13 -22
  362. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +13 -23
  363. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +13 -23
  364. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +13 -22
  365. vellum/types/test_suite_test_case.py +11 -21
  366. vellum/types/test_suite_test_case_bulk_operation_request.py +8 -111
  367. vellum/types/test_suite_test_case_bulk_result.py +8 -110
  368. vellum/types/test_suite_test_case_create_bulk_operation_request.py +13 -22
  369. vellum/types/test_suite_test_case_created_bulk_result.py +12 -21
  370. vellum/types/test_suite_test_case_created_bulk_result_data.py +11 -21
  371. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +11 -21
  372. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +14 -23
  373. vellum/types/test_suite_test_case_deleted_bulk_result.py +13 -22
  374. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +11 -21
  375. vellum/types/test_suite_test_case_rejected_bulk_result.py +14 -23
  376. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +13 -22
  377. vellum/types/test_suite_test_case_replaced_bulk_result.py +13 -22
  378. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +11 -21
  379. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +13 -22
  380. vellum/types/tik_token_tokenizer_config.py +12 -21
  381. vellum/types/tik_token_tokenizer_config_request.py +12 -21
  382. vellum/types/token_overlapping_window_chunker_config.py +11 -21
  383. vellum/types/token_overlapping_window_chunker_config_request.py +11 -21
  384. vellum/types/token_overlapping_window_chunking.py +12 -21
  385. vellum/types/token_overlapping_window_chunking_request.py +12 -21
  386. vellum/types/upload_document_response.py +12 -22
  387. vellum/types/upsert_test_suite_test_case_request.py +16 -26
  388. vellum/types/vellum_error.py +12 -22
  389. vellum/types/vellum_error_request.py +12 -22
  390. vellum/types/vellum_image.py +12 -22
  391. vellum/types/vellum_image_request.py +12 -22
  392. vellum/types/vellum_variable.py +12 -22
  393. vellum/types/workflow_deployment_read.py +20 -29
  394. vellum/types/workflow_event_error.py +12 -22
  395. vellum/types/workflow_execution_actual_chat_history_request.py +18 -27
  396. vellum/types/workflow_execution_actual_json_request.py +18 -27
  397. vellum/types/workflow_execution_actual_string_request.py +18 -27
  398. vellum/types/workflow_execution_node_result_event.py +12 -21
  399. vellum/types/workflow_execution_workflow_result_event.py +12 -21
  400. vellum/types/workflow_expand_meta_request.py +12 -22
  401. vellum/types/workflow_node_result_data.py +22 -280
  402. vellum/types/workflow_node_result_event.py +8 -133
  403. vellum/types/workflow_output.py +18 -247
  404. vellum/types/workflow_output_array.py +13 -22
  405. vellum/types/workflow_output_chat_history.py +13 -22
  406. vellum/types/workflow_output_error.py +13 -22
  407. vellum/types/workflow_output_function_call.py +13 -22
  408. vellum/types/workflow_output_image.py +13 -22
  409. vellum/types/workflow_output_json.py +14 -23
  410. vellum/types/workflow_output_number.py +13 -22
  411. vellum/types/workflow_output_search_results.py +13 -22
  412. vellum/types/workflow_output_string.py +13 -22
  413. vellum/types/workflow_release_tag_read.py +15 -25
  414. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +13 -22
  415. vellum/types/workflow_request_chat_history_input_request.py +13 -22
  416. vellum/types/workflow_request_input_request.py +8 -108
  417. vellum/types/workflow_request_json_input_request.py +14 -23
  418. vellum/types/workflow_request_number_input_request.py +13 -22
  419. vellum/types/workflow_request_string_input_request.py +13 -22
  420. vellum/types/workflow_result_event.py +14 -23
  421. vellum/types/workflow_result_event_output_data.py +16 -245
  422. vellum/types/workflow_result_event_output_data_array.py +14 -23
  423. vellum/types/workflow_result_event_output_data_chat_history.py +14 -23
  424. vellum/types/workflow_result_event_output_data_error.py +14 -23
  425. vellum/types/workflow_result_event_output_data_function_call.py +14 -23
  426. vellum/types/workflow_result_event_output_data_json.py +14 -23
  427. vellum/types/workflow_result_event_output_data_number.py +13 -22
  428. vellum/types/workflow_result_event_output_data_search_results.py +14 -23
  429. vellum/types/workflow_result_event_output_data_string.py +14 -23
  430. vellum/types/workflow_stream_event.py +3 -62
  431. vellum/version.py +0 -1
  432. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/METADATA +5 -4
  433. vellum_ai-0.8.4.dist-info/RECORD +507 -0
  434. vellum/types/search_result_meta_source.py +0 -36
  435. vellum/types/search_result_meta_source_request.py +0 -36
  436. vellum_ai-0.7.11.dist-info/RECORD +0 -506
  437. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/LICENSE +0 -0
  438. {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/WHEEL +0 -0
@@ -1,34 +1,25 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
6
+ import pydantic
5
7
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
8
 
9
-
10
- class ScenarioInputStringVariableValue(pydantic_v1.BaseModel):
9
+ class ScenarioInputStringVariableValue(UniversalBaseModel):
11
10
  """
12
11
  Prompt Sandbox Scenario input value that is of type STRING
13
12
  """
14
13
 
14
+ type: typing.Literal["STRING"] = "STRING"
15
15
  value: typing.Optional[str] = None
16
16
  input_variable_id: str
17
17
 
18
- def json(self, **kwargs: typing.Any) -> str:
19
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
20
- return super().json(**kwargs_with_defaults)
21
-
22
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
23
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
25
-
26
- return deep_union_pydantic_dicts(
27
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
28
- )
18
+ if IS_PYDANTIC_V2:
19
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
20
+ else:
29
21
 
30
- class Config:
31
- frozen = True
32
- smart_union = True
33
- extra = pydantic_v1.Extra.allow
34
- json_encoders = {dt.datetime: serialize_datetime}
22
+ class Config:
23
+ frozen = True
24
+ smart_union = True
25
+ extra = pydantic.Extra.allow
@@ -1,38 +1,28 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
5
+ import pydantic
8
6
  from .metadata_filter_config_request import MetadataFilterConfigRequest
7
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
9
8
 
10
9
 
11
- class SearchFiltersRequest(pydantic_v1.BaseModel):
12
- external_ids: typing.Optional[typing.List[str]] = pydantic_v1.Field(default=None)
10
+ class SearchFiltersRequest(UniversalBaseModel):
11
+ external_ids: typing.Optional[typing.List[str]] = pydantic.Field(default=None)
13
12
  """
14
13
  The document external IDs to filter by
15
14
  """
16
15
 
17
- metadata: typing.Optional[MetadataFilterConfigRequest] = pydantic_v1.Field(default=None)
16
+ metadata: typing.Optional[MetadataFilterConfigRequest] = pydantic.Field(default=None)
18
17
  """
19
18
  The metadata filters to apply to the search
20
19
  """
21
20
 
22
- def json(self, **kwargs: typing.Any) -> str:
23
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
- return super().json(**kwargs_with_defaults)
25
-
26
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
27
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
29
-
30
- return deep_union_pydantic_dicts(
31
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
32
- )
21
+ if IS_PYDANTIC_V2:
22
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
23
+ else:
33
24
 
34
- class Config:
35
- frozen = True
36
- smart_union = True
37
- extra = pydantic_v1.Extra.allow
38
- json_encoders = {dt.datetime: serialize_datetime}
25
+ class Config:
26
+ frozen = True
27
+ smart_union = True
28
+ extra = pydantic.Extra.allow
@@ -1,34 +1,25 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
5
  from .search_node_result_data import SearchNodeResultData
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
7
+ import pydantic
9
8
 
10
9
 
11
- class SearchNodeResult(pydantic_v1.BaseModel):
10
+ class SearchNodeResult(UniversalBaseModel):
12
11
  """
13
12
  A Node Result Event emitted from a Search Node.
14
13
  """
15
14
 
15
+ type: typing.Literal["SEARCH"] = "SEARCH"
16
16
  data: SearchNodeResultData
17
17
 
18
- def json(self, **kwargs: typing.Any) -> str:
19
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
20
- return super().json(**kwargs_with_defaults)
21
-
22
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
23
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
25
-
26
- return deep_union_pydantic_dicts(
27
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
28
- )
18
+ if IS_PYDANTIC_V2:
19
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
20
+ else:
29
21
 
30
- class Config:
31
- frozen = True
32
- smart_union = True
33
- extra = pydantic_v1.Extra.allow
34
- json_encoders = {dt.datetime: serialize_datetime}
22
+ class Config:
23
+ frozen = True
24
+ smart_union = True
25
+ extra = pydantic.Extra.allow
@@ -1,16 +1,15 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
5
  from .search_result import SearchResult
6
+ import pydantic
7
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
9
8
 
10
9
 
11
- class SearchNodeResultData(pydantic_v1.BaseModel):
10
+ class SearchNodeResultData(UniversalBaseModel):
12
11
  results_output_id: str
13
- results: typing.List[SearchResult] = pydantic_v1.Field()
12
+ results: typing.List[SearchResult] = pydantic.Field()
14
13
  """
15
14
  The results of the search. Each result represents a chunk that matches the search query.
16
15
  """
@@ -18,20 +17,11 @@ class SearchNodeResultData(pydantic_v1.BaseModel):
18
17
  text_output_id: str
19
18
  text: typing.Optional[str] = None
20
19
 
21
- def json(self, **kwargs: typing.Any) -> str:
22
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
23
- return super().json(**kwargs_with_defaults)
24
-
25
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
26
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
27
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
28
-
29
- return deep_union_pydantic_dicts(
30
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
31
- )
20
+ if IS_PYDANTIC_V2:
21
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
22
+ else:
32
23
 
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- extra = pydantic_v1.Extra.allow
37
- json_encoders = {dt.datetime: serialize_datetime}
24
+ class Config:
25
+ frozen = True
26
+ smart_union = True
27
+ extra = pydantic.Extra.allow
@@ -1,50 +1,40 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
- from .search_filters_request import SearchFiltersRequest
9
- from .search_result_merging_request import SearchResultMergingRequest
5
+ import pydantic
10
6
  from .search_weights_request import SearchWeightsRequest
7
+ from .search_result_merging_request import SearchResultMergingRequest
8
+ from .search_filters_request import SearchFiltersRequest
9
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
11
10
 
12
11
 
13
- class SearchRequestOptionsRequest(pydantic_v1.BaseModel):
14
- limit: typing.Optional[int] = pydantic_v1.Field(default=None)
12
+ class SearchRequestOptionsRequest(UniversalBaseModel):
13
+ limit: typing.Optional[int] = pydantic.Field(default=None)
15
14
  """
16
15
  The maximum number of results to return.
17
16
  """
18
17
 
19
- weights: typing.Optional[SearchWeightsRequest] = pydantic_v1.Field(default=None)
18
+ weights: typing.Optional[SearchWeightsRequest] = pydantic.Field(default=None)
20
19
  """
21
20
  The weights to use for the search. Must add up to 1.0.
22
21
  """
23
22
 
24
- result_merging: typing.Optional[SearchResultMergingRequest] = pydantic_v1.Field(default=None)
23
+ result_merging: typing.Optional[SearchResultMergingRequest] = pydantic.Field(default=None)
25
24
  """
26
25
  The configuration for merging results.
27
26
  """
28
27
 
29
- filters: typing.Optional[SearchFiltersRequest] = pydantic_v1.Field(default=None)
28
+ filters: typing.Optional[SearchFiltersRequest] = pydantic.Field(default=None)
30
29
  """
31
30
  The filters to apply to the search.
32
31
  """
33
32
 
34
- def json(self, **kwargs: typing.Any) -> str:
35
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
36
- return super().json(**kwargs_with_defaults)
37
-
38
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
39
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
40
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
41
-
42
- return deep_union_pydantic_dicts(
43
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
44
- )
33
+ if IS_PYDANTIC_V2:
34
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
35
+ else:
45
36
 
46
- class Config:
47
- frozen = True
48
- smart_union = True
49
- extra = pydantic_v1.Extra.allow
50
- json_encoders = {dt.datetime: serialize_datetime}
37
+ class Config:
38
+ frozen = True
39
+ smart_union = True
40
+ extra = pydantic.Extra.allow
@@ -1,33 +1,23 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
5
  from .search_result import SearchResult
6
+ import pydantic
7
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
9
8
 
10
9
 
11
- class SearchResponse(pydantic_v1.BaseModel):
12
- results: typing.List[SearchResult] = pydantic_v1.Field()
10
+ class SearchResponse(UniversalBaseModel):
11
+ results: typing.List[SearchResult] = pydantic.Field()
13
12
  """
14
13
  The results of the search. Each result represents a chunk that matches the search query.
15
14
  """
16
15
 
17
- def json(self, **kwargs: typing.Any) -> str:
18
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
19
- return super().json(**kwargs_with_defaults)
20
-
21
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
22
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
23
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
24
-
25
- return deep_union_pydantic_dicts(
26
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
27
- )
16
+ if IS_PYDANTIC_V2:
17
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
18
+ else:
28
19
 
29
- class Config:
30
- frozen = True
31
- smart_union = True
32
- extra = pydantic_v1.Extra.allow
33
- json_encoders = {dt.datetime: serialize_datetime}
20
+ class Config:
21
+ frozen = True
22
+ smart_union = True
23
+ extra = pydantic.Extra.allow
@@ -1,50 +1,40 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
+ import pydantic
4
5
  import typing
5
-
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
6
  from .search_result_document import SearchResultDocument
9
7
  from .search_result_meta import SearchResultMeta
8
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
10
9
 
11
10
 
12
- class SearchResult(pydantic_v1.BaseModel):
13
- text: str = pydantic_v1.Field()
11
+ class SearchResult(UniversalBaseModel):
12
+ text: str = pydantic.Field()
14
13
  """
15
14
  The text of the chunk that matched the search query.
16
15
  """
17
16
 
18
- score: float = pydantic_v1.Field()
17
+ score: float = pydantic.Field()
19
18
  """
20
19
  A score representing how well the chunk matches the search query.
21
20
  """
22
21
 
23
22
  keywords: typing.List[str]
24
- document: SearchResultDocument = pydantic_v1.Field()
23
+ document: SearchResultDocument = pydantic.Field()
25
24
  """
26
25
  The document that contains the chunk that matched the search query.
27
26
  """
28
27
 
29
- meta: typing.Optional[SearchResultMeta] = pydantic_v1.Field(default=None)
28
+ meta: typing.Optional[SearchResultMeta] = pydantic.Field(default=None)
30
29
  """
31
30
  Additional information about the search result.
32
31
  """
33
32
 
34
- def json(self, **kwargs: typing.Any) -> str:
35
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
36
- return super().json(**kwargs_with_defaults)
37
-
38
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
39
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
40
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
41
-
42
- return deep_union_pydantic_dicts(
43
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
44
- )
33
+ if IS_PYDANTIC_V2:
34
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
35
+ else:
45
36
 
46
- class Config:
47
- frozen = True
48
- smart_union = True
49
- extra = pydantic_v1.Extra.allow
50
- json_encoders = {dt.datetime: serialize_datetime}
37
+ class Config:
38
+ frozen = True
39
+ smart_union = True
40
+ extra = pydantic.Extra.allow
@@ -1,47 +1,37 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ import pydantic
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
5
7
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
8
 
9
-
10
- class SearchResultDocument(pydantic_v1.BaseModel):
11
- id: typing.Optional[str] = pydantic_v1.Field(default=None)
9
+ class SearchResultDocument(UniversalBaseModel):
10
+ id: typing.Optional[str] = pydantic.Field(default=None)
12
11
  """
13
12
  The ID of the document.
14
13
  """
15
14
 
16
- label: str = pydantic_v1.Field()
15
+ label: str = pydantic.Field()
17
16
  """
18
17
  The human-readable name for the document.
19
18
  """
20
19
 
21
- external_id: typing.Optional[str] = pydantic_v1.Field(default=None)
20
+ external_id: typing.Optional[str] = pydantic.Field(default=None)
22
21
  """
23
22
  The unique ID of the document as represented in an external system and specified when it was originally uploaded.
24
23
  """
25
24
 
26
- metadata: typing.Optional[typing.Dict[str, typing.Any]] = pydantic_v1.Field(default=None)
25
+ metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
27
26
  """
28
27
  A previously supplied JSON object containing metadata that can be filtered on when searching.
29
28
  """
30
29
 
31
- def json(self, **kwargs: typing.Any) -> str:
32
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
33
- return super().json(**kwargs_with_defaults)
34
-
35
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
36
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
37
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
38
-
39
- return deep_union_pydantic_dicts(
40
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
41
- )
30
+ if IS_PYDANTIC_V2:
31
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
32
+ else:
42
33
 
43
- class Config:
44
- frozen = True
45
- smart_union = True
46
- extra = pydantic_v1.Extra.allow
47
- json_encoders = {dt.datetime: serialize_datetime}
34
+ class Config:
35
+ frozen = True
36
+ smart_union = True
37
+ extra = pydantic.Extra.allow
@@ -1,47 +1,37 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ import pydantic
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
5
7
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
8
 
9
-
10
- class SearchResultDocumentRequest(pydantic_v1.BaseModel):
11
- id: typing.Optional[str] = pydantic_v1.Field(default=None)
9
+ class SearchResultDocumentRequest(UniversalBaseModel):
10
+ id: typing.Optional[str] = pydantic.Field(default=None)
12
11
  """
13
12
  The ID of the document.
14
13
  """
15
14
 
16
- label: str = pydantic_v1.Field()
15
+ label: str = pydantic.Field()
17
16
  """
18
17
  The human-readable name for the document.
19
18
  """
20
19
 
21
- external_id: typing.Optional[str] = pydantic_v1.Field(default=None)
20
+ external_id: typing.Optional[str] = pydantic.Field(default=None)
22
21
  """
23
22
  The unique ID of the document as represented in an external system and specified when it was originally uploaded.
24
23
  """
25
24
 
26
- metadata: typing.Optional[typing.Dict[str, typing.Any]] = pydantic_v1.Field(default=None)
25
+ metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
27
26
  """
28
27
  A previously supplied JSON object containing metadata that can be filtered on when searching.
29
28
  """
30
29
 
31
- def json(self, **kwargs: typing.Any) -> str:
32
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
33
- return super().json(**kwargs_with_defaults)
34
-
35
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
36
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
37
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
38
-
39
- return deep_union_pydantic_dicts(
40
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
41
- )
30
+ if IS_PYDANTIC_V2:
31
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
32
+ else:
42
33
 
43
- class Config:
44
- frozen = True
45
- smart_union = True
46
- extra = pydantic_v1.Extra.allow
47
- json_encoders = {dt.datetime: serialize_datetime}
34
+ class Config:
35
+ frozen = True
36
+ smart_union = True
37
+ extra = pydantic.Extra.allow
@@ -1,32 +1,22 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ import pydantic
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
5
7
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
8
 
9
-
10
- class SearchResultMergingRequest(pydantic_v1.BaseModel):
11
- enabled: typing.Optional[bool] = pydantic_v1.Field(default=None)
9
+ class SearchResultMergingRequest(UniversalBaseModel):
10
+ enabled: typing.Optional[bool] = pydantic.Field(default=None)
12
11
  """
13
12
  Whether to enable merging results
14
13
  """
15
14
 
16
- def json(self, **kwargs: typing.Any) -> str:
17
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
18
- return super().json(**kwargs_with_defaults)
19
-
20
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
21
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
22
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
23
-
24
- return deep_union_pydantic_dicts(
25
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
26
- )
15
+ if IS_PYDANTIC_V2:
16
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
17
+ else:
27
18
 
28
- class Config:
29
- frozen = True
30
- smart_union = True
31
- extra = pydantic_v1.Extra.allow
32
- json_encoders = {dt.datetime: serialize_datetime}
19
+ class Config:
20
+ frozen = True
21
+ smart_union = True
22
+ extra = pydantic.Extra.allow
@@ -1,30 +1,20 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ from .components_schemas_pdf_search_result_meta_source import ComponentsSchemasPdfSearchResultMetaSource
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
7
+ import pydantic
5
8
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
- from .search_result_meta_source import SearchResultMetaSource
9
9
 
10
+ class SearchResultMeta(UniversalBaseModel):
11
+ source: typing.Optional[ComponentsSchemasPdfSearchResultMetaSource] = None
10
12
 
11
- class SearchResultMeta(pydantic_v1.BaseModel):
12
- source: typing.Optional[SearchResultMetaSource] = None
13
+ if IS_PYDANTIC_V2:
14
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
15
+ else:
13
16
 
14
- def json(self, **kwargs: typing.Any) -> str:
15
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
16
- return super().json(**kwargs_with_defaults)
17
-
18
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
19
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
20
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
21
-
22
- return deep_union_pydantic_dicts(
23
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
24
- )
25
-
26
- class Config:
27
- frozen = True
28
- smart_union = True
29
- extra = pydantic_v1.Extra.allow
30
- json_encoders = {dt.datetime: serialize_datetime}
17
+ class Config:
18
+ frozen = True
19
+ smart_union = True
20
+ extra = pydantic.Extra.allow
@@ -1,30 +1,20 @@
1
1
  # This file was auto-generated by Fern from our API Definition.
2
2
 
3
- import datetime as dt
3
+ from ..core.pydantic_utilities import UniversalBaseModel
4
4
  import typing
5
+ from .components_schemas_pdf_search_result_meta_source_request import ComponentsSchemasPdfSearchResultMetaSourceRequest
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
7
+ import pydantic
5
8
 
6
- from ..core.datetime_utils import serialize_datetime
7
- from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
8
- from .search_result_meta_source_request import SearchResultMetaSourceRequest
9
9
 
10
+ class SearchResultMetaRequest(UniversalBaseModel):
11
+ source: typing.Optional[ComponentsSchemasPdfSearchResultMetaSourceRequest] = None
10
12
 
11
- class SearchResultMetaRequest(pydantic_v1.BaseModel):
12
- source: typing.Optional[SearchResultMetaSourceRequest] = None
13
+ if IS_PYDANTIC_V2:
14
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
15
+ else:
13
16
 
14
- def json(self, **kwargs: typing.Any) -> str:
15
- kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
16
- return super().json(**kwargs_with_defaults)
17
-
18
- def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
19
- kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
20
- kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
21
-
22
- return deep_union_pydantic_dicts(
23
- super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
24
- )
25
-
26
- class Config:
27
- frozen = True
28
- smart_union = True
29
- extra = pydantic_v1.Extra.allow
30
- json_encoders = {dt.datetime: serialize_datetime}
17
+ class Config:
18
+ frozen = True
19
+ smart_union = True
20
+ extra = pydantic.Extra.allow