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.
- vellum/__init__.py +7 -474
- vellum/client.py +751 -246
- vellum/core/__init__.py +19 -3
- vellum/core/client_wrapper.py +6 -7
- vellum/core/file.py +7 -2
- vellum/core/http_client.py +4 -2
- vellum/core/jsonable_encoder.py +30 -31
- vellum/core/pydantic_utilities.py +190 -12
- vellum/core/query_encoder.py +38 -13
- vellum/core/serialization.py +170 -0
- vellum/errors/bad_request_error.py +2 -3
- vellum/errors/forbidden_error.py +2 -3
- vellum/errors/internal_server_error.py +2 -3
- vellum/errors/not_found_error.py +2 -3
- vellum/lib/test_suites/resources.py +4 -4
- vellum/resources/deployments/client.py +194 -46
- vellum/resources/document_indexes/client.py +174 -76
- vellum/resources/documents/client.py +162 -44
- vellum/resources/folder_entities/client.py +12 -8
- vellum/resources/ml_models/client.py +99 -33
- vellum/resources/sandboxes/client.py +70 -20
- vellum/resources/test_suite_runs/client.py +80 -34
- vellum/resources/test_suites/client.py +95 -37
- vellum/resources/workflow_deployments/client.py +89 -27
- vellum/resources/workflow_sandboxes/client.py +22 -10
- vellum/types/__init__.py +48 -595
- vellum/types/api_node_result.py +12 -21
- vellum/types/api_node_result_data.py +12 -24
- vellum/types/array_chat_message_content.py +12 -21
- vellum/types/array_chat_message_content_item.py +4 -79
- vellum/types/array_chat_message_content_item_request.py +4 -81
- vellum/types/array_chat_message_content_request.py +12 -21
- vellum/types/array_variable_value_item.py +12 -154
- vellum/types/array_vellum_value_item.py +7 -154
- vellum/types/array_vellum_value_item_request.py +12 -154
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +13 -22
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +13 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +15 -22
- vellum/types/chat_history_input_request.py +13 -22
- vellum/types/chat_message.py +13 -23
- vellum/types/chat_message_content.py +5 -103
- vellum/types/chat_message_content_request.py +8 -106
- vellum/types/chat_message_request.py +13 -23
- vellum/types/code_execution_node_array_result.py +12 -21
- vellum/types/code_execution_node_chat_history_result.py +12 -21
- vellum/types/code_execution_node_error_result.py +12 -21
- vellum/types/code_execution_node_function_call_result.py +12 -21
- vellum/types/code_execution_node_json_result.py +13 -22
- vellum/types/code_execution_node_number_result.py +12 -21
- vellum/types/code_execution_node_result.py +12 -21
- vellum/types/code_execution_node_result_data.py +12 -22
- vellum/types/code_execution_node_result_output.py +16 -212
- vellum/types/code_execution_node_search_results_result.py +12 -21
- vellum/types/code_execution_node_string_result.py +12 -21
- vellum/types/compile_prompt_deployment_expand_meta_request.py +14 -24
- vellum/types/compile_prompt_meta.py +11 -21
- vellum/types/components_schemas_pdf_search_result_meta_source.py +5 -0
- vellum/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
- vellum/types/conditional_node_result.py +12 -21
- vellum/types/conditional_node_result_data.py +11 -21
- vellum/types/create_test_suite_test_case_request.py +15 -25
- vellum/types/deployment_provider_payload_response.py +12 -22
- vellum/types/deployment_provider_payload_response_payload.py +1 -1
- vellum/types/deployment_read.py +18 -27
- vellum/types/deployment_release_tag_deployment_history_item.py +11 -20
- vellum/types/deployment_release_tag_read.py +16 -26
- vellum/types/document_document_to_document_index.py +14 -24
- vellum/types/document_index_chunking.py +4 -84
- vellum/types/document_index_chunking_request.py +4 -82
- vellum/types/document_index_indexing_config.py +12 -22
- vellum/types/document_index_indexing_config_request.py +12 -22
- vellum/types/document_index_read.py +16 -25
- vellum/types/document_read.py +19 -28
- vellum/types/enriched_normalized_completion.py +17 -27
- vellum/types/error_variable_value.py +12 -21
- vellum/types/error_vellum_value.py +12 -21
- vellum/types/error_vellum_value_request.py +12 -21
- vellum/types/execute_prompt_event.py +5 -118
- vellum/types/execute_prompt_response.py +3 -63
- vellum/types/execute_workflow_response.py +11 -21
- vellum/types/execute_workflow_workflow_result_event.py +3 -60
- vellum/types/execution_array_vellum_value.py +13 -22
- vellum/types/execution_chat_history_vellum_value.py +13 -22
- vellum/types/execution_error_vellum_value.py +13 -22
- vellum/types/execution_function_call_vellum_value.py +13 -22
- vellum/types/execution_json_vellum_value.py +14 -23
- vellum/types/execution_number_vellum_value.py +13 -22
- vellum/types/execution_search_results_vellum_value.py +13 -22
- vellum/types/execution_string_vellum_value.py +13 -22
- vellum/types/execution_vellum_value.py +16 -220
- vellum/types/external_test_case_execution.py +12 -22
- vellum/types/external_test_case_execution_request.py +12 -22
- vellum/types/fulfilled_execute_prompt_event.py +13 -22
- vellum/types/fulfilled_execute_prompt_response.py +14 -23
- vellum/types/fulfilled_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/fulfilled_prompt_execution_meta.py +11 -21
- vellum/types/fulfilled_workflow_node_result_event.py +14 -22
- vellum/types/function_call.py +12 -22
- vellum/types/function_call_chat_message_content.py +12 -21
- vellum/types/function_call_chat_message_content_request.py +12 -21
- vellum/types/function_call_chat_message_content_value.py +12 -22
- vellum/types/function_call_chat_message_content_value_request.py +12 -22
- vellum/types/function_call_request.py +12 -22
- vellum/types/function_call_variable_value.py +12 -21
- vellum/types/function_call_vellum_value.py +12 -21
- vellum/types/function_call_vellum_value_request.py +12 -21
- vellum/types/generate_options_request.py +12 -22
- vellum/types/generate_request.py +14 -24
- vellum/types/generate_result.py +13 -23
- vellum/types/generate_result_data.py +12 -22
- vellum/types/generate_result_error.py +12 -22
- vellum/types/generate_stream_response.py +12 -22
- vellum/types/generate_stream_result.py +12 -22
- vellum/types/generate_stream_result_data.py +12 -22
- vellum/types/hkunlp_instructor_xl_vectorizer.py +12 -21
- vellum/types/hkunlp_instructor_xl_vectorizer_request.py +12 -21
- vellum/types/hugging_face_tokenizer_config.py +12 -21
- vellum/types/hugging_face_tokenizer_config_request.py +12 -21
- vellum/types/image_chat_message_content.py +12 -21
- vellum/types/image_chat_message_content_request.py +12 -21
- vellum/types/image_variable_value.py +12 -21
- vellum/types/image_vellum_value.py +12 -21
- vellum/types/image_vellum_value_request.py +12 -21
- vellum/types/indexing_config_vectorizer.py +18 -181
- vellum/types/indexing_config_vectorizer_request.py +18 -181
- vellum/types/initiated_execute_prompt_event.py +12 -21
- vellum/types/initiated_prompt_execution_meta.py +11 -21
- vellum/types/initiated_workflow_node_result_event.py +14 -22
- vellum/types/instructor_vectorizer_config.py +11 -21
- vellum/types/instructor_vectorizer_config_request.py +11 -21
- vellum/types/json_input_request.py +14 -23
- vellum/types/json_variable_value.py +13 -22
- vellum/types/json_vellum_value.py +13 -22
- vellum/types/json_vellum_value_request.py +13 -22
- vellum/types/map_node_result.py +12 -21
- vellum/types/map_node_result_data.py +11 -21
- vellum/types/merge_node_result.py +12 -21
- vellum/types/merge_node_result_data.py +12 -22
- vellum/types/metadata_filter_config_request.py +12 -22
- vellum/types/metadata_filter_rule_request.py +15 -25
- vellum/types/metric_node_result.py +12 -20
- vellum/types/ml_model_developer_enum_value_label.py +12 -22
- vellum/types/ml_model_display_config_labelled.py +12 -22
- vellum/types/ml_model_display_config_request.py +12 -22
- vellum/types/ml_model_display_tag_enum_value_label.py +12 -22
- vellum/types/ml_model_exec_config.py +14 -24
- vellum/types/ml_model_exec_config_request.py +14 -24
- vellum/types/ml_model_family_enum_value_label.py +12 -22
- vellum/types/ml_model_parameter_config.py +13 -23
- vellum/types/ml_model_parameter_config_request.py +13 -23
- vellum/types/ml_model_read.py +23 -33
- vellum/types/ml_model_request_authorization_config.py +12 -22
- vellum/types/ml_model_request_authorization_config_request.py +12 -22
- vellum/types/ml_model_request_config.py +11 -21
- vellum/types/ml_model_request_config_request.py +11 -21
- vellum/types/ml_model_response_config.py +11 -21
- vellum/types/ml_model_response_config_request.py +11 -21
- vellum/types/ml_model_tokenizer_config.py +3 -55
- vellum/types/ml_model_tokenizer_config_request.py +3 -57
- vellum/types/ml_model_usage.py +11 -21
- vellum/types/named_scenario_input_chat_history_variable_value_request.py +12 -21
- vellum/types/named_scenario_input_json_variable_value_request.py +13 -22
- vellum/types/named_scenario_input_request.py +6 -81
- vellum/types/named_scenario_input_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_array_variable_value.py +12 -21
- vellum/types/named_test_case_array_variable_value_request.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value_request.py +12 -21
- vellum/types/named_test_case_error_variable_value.py +12 -21
- vellum/types/named_test_case_error_variable_value_request.py +12 -21
- vellum/types/named_test_case_function_call_variable_value.py +12 -21
- vellum/types/named_test_case_function_call_variable_value_request.py +12 -21
- vellum/types/named_test_case_json_variable_value.py +13 -22
- vellum/types/named_test_case_json_variable_value_request.py +13 -22
- vellum/types/named_test_case_number_variable_value.py +12 -21
- vellum/types/named_test_case_number_variable_value_request.py +12 -21
- vellum/types/named_test_case_search_results_variable_value.py +12 -21
- vellum/types/named_test_case_search_results_variable_value_request.py +12 -21
- vellum/types/named_test_case_string_variable_value.py +12 -21
- vellum/types/named_test_case_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_variable_value.py +16 -212
- vellum/types/named_test_case_variable_value_request.py +16 -212
- vellum/types/node_input_compiled_array_value.py +12 -21
- vellum/types/node_input_compiled_chat_history_value.py +12 -21
- vellum/types/node_input_compiled_error_value.py +12 -21
- vellum/types/node_input_compiled_function_call.py +12 -21
- vellum/types/node_input_compiled_json_value.py +13 -22
- vellum/types/node_input_compiled_number_value.py +12 -21
- vellum/types/node_input_compiled_search_results_value.py +12 -21
- vellum/types/node_input_compiled_string_value.py +12 -21
- vellum/types/node_input_variable_compiled_value.py +16 -220
- vellum/types/node_output_compiled_array_value.py +12 -21
- vellum/types/node_output_compiled_chat_history_value.py +12 -21
- vellum/types/node_output_compiled_error_value.py +12 -21
- vellum/types/node_output_compiled_function_call_value.py +12 -21
- vellum/types/node_output_compiled_json_value.py +13 -22
- vellum/types/node_output_compiled_number_value.py +12 -21
- vellum/types/node_output_compiled_search_results_value.py +12 -21
- vellum/types/node_output_compiled_string_value.py +12 -21
- vellum/types/node_output_compiled_value.py +16 -221
- vellum/types/normalized_log_probs.py +11 -21
- vellum/types/normalized_token_log_probs.py +11 -21
- vellum/types/number_variable_value.py +12 -21
- vellum/types/number_vellum_value.py +12 -21
- vellum/types/number_vellum_value_request.py +12 -21
- vellum/types/open_ai_vectorizer_config.py +11 -21
- vellum/types/open_ai_vectorizer_config_request.py +11 -21
- vellum/types/open_ai_vectorizer_text_embedding_3_large.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +13 -22
- vellum/types/open_api_array_property.py +18 -27
- vellum/types/open_api_array_property_request.py +18 -27
- vellum/types/open_api_boolean_property.py +12 -21
- vellum/types/open_api_boolean_property_request.py +12 -21
- vellum/types/open_api_const_property.py +12 -21
- vellum/types/open_api_const_property_request.py +12 -21
- vellum/types/open_api_integer_property.py +12 -21
- vellum/types/open_api_integer_property_request.py +12 -21
- vellum/types/open_api_number_property.py +12 -21
- vellum/types/open_api_number_property_request.py +12 -21
- vellum/types/open_api_object_property.py +19 -28
- vellum/types/open_api_object_property_request.py +19 -28
- vellum/types/open_api_one_of_property.py +15 -26
- vellum/types/open_api_one_of_property_request.py +15 -26
- vellum/types/open_api_property.py +20 -270
- vellum/types/open_api_property_request.py +20 -270
- vellum/types/open_api_ref_property.py +12 -21
- vellum/types/open_api_ref_property_request.py +12 -21
- vellum/types/open_api_string_property.py +12 -21
- vellum/types/open_api_string_property_request.py +12 -21
- vellum/types/paginated_document_index_read_list.py +11 -21
- vellum/types/paginated_ml_model_read_list.py +11 -21
- vellum/types/paginated_slim_deployment_read_list.py +11 -21
- vellum/types/paginated_slim_document_list.py +11 -21
- vellum/types/paginated_slim_workflow_deployment_list.py +11 -21
- vellum/types/paginated_test_suite_run_execution_list.py +11 -21
- vellum/types/paginated_test_suite_test_case_list.py +11 -21
- vellum/types/pdf_search_result_meta_source.py +14 -23
- vellum/types/pdf_search_result_meta_source_request.py +14 -23
- vellum/types/prompt_deployment_expand_meta_request_request.py +17 -27
- vellum/types/prompt_deployment_input_request.py +4 -83
- vellum/types/prompt_execution_meta.py +11 -21
- vellum/types/prompt_node_execution_meta.py +11 -21
- vellum/types/prompt_node_result.py +12 -21
- vellum/types/prompt_node_result_data.py +11 -21
- vellum/types/prompt_output.py +5 -102
- vellum/types/raw_prompt_execution_overrides_request.py +14 -24
- vellum/types/reducto_chunker_config.py +11 -21
- vellum/types/reducto_chunker_config_request.py +11 -21
- vellum/types/reducto_chunking.py +12 -21
- vellum/types/reducto_chunking_request.py +12 -21
- vellum/types/rejected_execute_prompt_event.py +13 -22
- vellum/types/rejected_execute_prompt_response.py +14 -23
- vellum/types/rejected_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/rejected_prompt_execution_meta.py +11 -21
- vellum/types/rejected_workflow_node_result_event.py +14 -22
- vellum/types/replace_test_suite_test_case_request.py +16 -26
- vellum/types/sandbox_scenario.py +13 -23
- vellum/types/scenario_input.py +6 -81
- vellum/types/scenario_input_chat_history_variable_value.py +12 -21
- vellum/types/scenario_input_json_variable_value.py +13 -22
- vellum/types/scenario_input_string_variable_value.py +12 -21
- vellum/types/search_filters_request.py +13 -23
- vellum/types/search_node_result.py +12 -21
- vellum/types/search_node_result_data.py +12 -22
- vellum/types/search_request_options_request.py +17 -27
- vellum/types/search_response.py +12 -22
- vellum/types/search_result.py +15 -25
- vellum/types/search_result_document.py +15 -25
- vellum/types/search_result_document_request.py +15 -25
- vellum/types/search_result_merging_request.py +12 -22
- vellum/types/search_result_meta.py +13 -23
- vellum/types/search_result_meta_request.py +13 -23
- vellum/types/search_result_request.py +15 -25
- vellum/types/search_weights_request.py +13 -23
- vellum/types/sentence_chunker_config.py +11 -21
- vellum/types/sentence_chunker_config_request.py +11 -21
- vellum/types/sentence_chunking.py +12 -21
- vellum/types/sentence_chunking_request.py +12 -21
- vellum/types/slim_deployment_read.py +16 -25
- vellum/types/slim_document.py +24 -33
- vellum/types/slim_workflow_deployment.py +19 -28
- vellum/types/streaming_execute_prompt_event.py +13 -22
- vellum/types/streaming_prompt_execution_meta.py +11 -21
- vellum/types/streaming_workflow_node_result_event.py +14 -22
- vellum/types/string_chat_message_content.py +12 -21
- vellum/types/string_chat_message_content_request.py +12 -21
- vellum/types/string_input_request.py +13 -22
- vellum/types/string_variable_value.py +12 -21
- vellum/types/string_vellum_value.py +12 -21
- vellum/types/string_vellum_value_request.py +12 -21
- vellum/types/submit_completion_actual_request.py +18 -27
- vellum/types/submit_workflow_execution_actual_request.py +4 -95
- vellum/types/subworkflow_node_result.py +12 -21
- vellum/types/subworkflow_node_result_data.py +11 -21
- vellum/types/templating_node_array_result.py +12 -21
- vellum/types/templating_node_chat_history_result.py +12 -21
- vellum/types/templating_node_error_result.py +12 -21
- vellum/types/templating_node_function_call_result.py +12 -21
- vellum/types/templating_node_json_result.py +13 -22
- vellum/types/templating_node_number_result.py +12 -21
- vellum/types/templating_node_result.py +12 -21
- vellum/types/templating_node_result_data.py +12 -22
- vellum/types/templating_node_result_output.py +16 -212
- vellum/types/templating_node_search_results_result.py +12 -21
- vellum/types/templating_node_string_result.py +12 -21
- vellum/types/terminal_node_array_result.py +13 -22
- vellum/types/terminal_node_chat_history_result.py +13 -22
- vellum/types/terminal_node_error_result.py +13 -22
- vellum/types/terminal_node_function_call_result.py +13 -22
- vellum/types/terminal_node_json_result.py +14 -23
- vellum/types/terminal_node_number_result.py +13 -22
- vellum/types/terminal_node_result.py +12 -21
- vellum/types/terminal_node_result_data.py +12 -22
- vellum/types/terminal_node_result_output.py +16 -220
- vellum/types/terminal_node_search_results_result.py +13 -22
- vellum/types/terminal_node_string_result.py +13 -22
- vellum/types/test_case_array_variable_value.py +12 -21
- vellum/types/test_case_chat_history_variable_value.py +12 -21
- vellum/types/test_case_error_variable_value.py +12 -21
- vellum/types/test_case_function_call_variable_value.py +12 -21
- vellum/types/test_case_json_variable_value.py +13 -22
- vellum/types/test_case_number_variable_value.py +12 -21
- vellum/types/test_case_search_results_variable_value.py +12 -21
- vellum/types/test_case_string_variable_value.py +12 -21
- vellum/types/test_case_variable_value.py +16 -220
- vellum/types/test_suite_run_deployment_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_run_exec_config.py +4 -85
- vellum/types/test_suite_run_exec_config_request.py +6 -89
- vellum/types/test_suite_run_execution.py +12 -22
- vellum/types/test_suite_run_execution_array_output.py +12 -21
- vellum/types/test_suite_run_execution_chat_history_output.py +12 -21
- vellum/types/test_suite_run_execution_error_output.py +12 -21
- vellum/types/test_suite_run_execution_function_call_output.py +12 -21
- vellum/types/test_suite_run_execution_json_output.py +13 -22
- vellum/types/test_suite_run_execution_metric_definition.py +11 -21
- vellum/types/test_suite_run_execution_metric_result.py +12 -22
- vellum/types/test_suite_run_execution_number_output.py +12 -21
- vellum/types/test_suite_run_execution_output.py +16 -220
- vellum/types/test_suite_run_execution_search_results_output.py +12 -21
- vellum/types/test_suite_run_execution_string_output.py +12 -21
- vellum/types/test_suite_run_external_exec_config.py +14 -22
- vellum/types/test_suite_run_external_exec_config_data.py +12 -22
- vellum/types/test_suite_run_external_exec_config_data_request.py +12 -22
- vellum/types/test_suite_run_external_exec_config_request.py +14 -22
- vellum/types/test_suite_run_metric_error_output.py +13 -22
- vellum/types/test_suite_run_metric_number_output.py +12 -21
- vellum/types/test_suite_run_metric_output.py +4 -81
- vellum/types/test_suite_run_metric_string_output.py +12 -21
- vellum/types/test_suite_run_read.py +15 -24
- vellum/types/test_suite_run_test_suite.py +11 -21
- vellum/types/test_suite_run_workflow_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_test_case.py +11 -21
- vellum/types/test_suite_test_case_bulk_operation_request.py +8 -111
- vellum/types/test_suite_test_case_bulk_result.py +8 -110
- vellum/types/test_suite_test_case_create_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_created_bulk_result.py +12 -21
- vellum/types/test_suite_test_case_created_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_request.py +14 -23
- vellum/types/test_suite_test_case_deleted_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_deleted_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_rejected_bulk_result.py +14 -23
- vellum/types/test_suite_test_case_replace_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +13 -22
- vellum/types/tik_token_tokenizer_config.py +12 -21
- vellum/types/tik_token_tokenizer_config_request.py +12 -21
- vellum/types/token_overlapping_window_chunker_config.py +11 -21
- vellum/types/token_overlapping_window_chunker_config_request.py +11 -21
- vellum/types/token_overlapping_window_chunking.py +12 -21
- vellum/types/token_overlapping_window_chunking_request.py +12 -21
- vellum/types/upload_document_response.py +12 -22
- vellum/types/upsert_test_suite_test_case_request.py +16 -26
- vellum/types/vellum_error.py +12 -22
- vellum/types/vellum_error_request.py +12 -22
- vellum/types/vellum_image.py +12 -22
- vellum/types/vellum_image_request.py +12 -22
- vellum/types/vellum_variable.py +12 -22
- vellum/types/workflow_deployment_read.py +20 -29
- vellum/types/workflow_event_error.py +12 -22
- vellum/types/workflow_execution_actual_chat_history_request.py +18 -27
- vellum/types/workflow_execution_actual_json_request.py +18 -27
- vellum/types/workflow_execution_actual_string_request.py +18 -27
- vellum/types/workflow_execution_node_result_event.py +12 -21
- vellum/types/workflow_execution_workflow_result_event.py +12 -21
- vellum/types/workflow_expand_meta_request.py +12 -22
- vellum/types/workflow_node_result_data.py +22 -280
- vellum/types/workflow_node_result_event.py +8 -133
- vellum/types/workflow_output.py +18 -247
- vellum/types/workflow_output_array.py +13 -22
- vellum/types/workflow_output_chat_history.py +13 -22
- vellum/types/workflow_output_error.py +13 -22
- vellum/types/workflow_output_function_call.py +13 -22
- vellum/types/workflow_output_image.py +13 -22
- vellum/types/workflow_output_json.py +14 -23
- vellum/types/workflow_output_number.py +13 -22
- vellum/types/workflow_output_search_results.py +13 -22
- vellum/types/workflow_output_string.py +13 -22
- vellum/types/workflow_release_tag_read.py +15 -25
- vellum/types/workflow_release_tag_workflow_deployment_history_item.py +13 -22
- vellum/types/workflow_request_chat_history_input_request.py +13 -22
- vellum/types/workflow_request_input_request.py +8 -108
- vellum/types/workflow_request_json_input_request.py +14 -23
- vellum/types/workflow_request_number_input_request.py +13 -22
- vellum/types/workflow_request_string_input_request.py +13 -22
- vellum/types/workflow_result_event.py +14 -23
- vellum/types/workflow_result_event_output_data.py +16 -245
- vellum/types/workflow_result_event_output_data_array.py +14 -23
- vellum/types/workflow_result_event_output_data_chat_history.py +14 -23
- vellum/types/workflow_result_event_output_data_error.py +14 -23
- vellum/types/workflow_result_event_output_data_function_call.py +14 -23
- vellum/types/workflow_result_event_output_data_json.py +14 -23
- vellum/types/workflow_result_event_output_data_number.py +13 -22
- vellum/types/workflow_result_event_output_data_search_results.py +14 -23
- vellum/types/workflow_result_event_output_data_string.py +14 -23
- vellum/types/workflow_stream_event.py +3 -62
- vellum/version.py +0 -1
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/METADATA +5 -4
- vellum_ai-0.8.4.dist-info/RECORD +507 -0
- vellum/types/search_result_meta_source.py +0 -36
- vellum/types/search_result_meta_source_request.py +0 -36
- vellum_ai-0.7.11.dist-info/RECORD +0 -506
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/LICENSE +0 -0
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,170 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
import collections
|
4
|
+
import typing
|
5
|
+
|
6
|
+
import typing_extensions
|
7
|
+
|
8
|
+
|
9
|
+
class FieldMetadata:
|
10
|
+
"""
|
11
|
+
Metadata class used to annotate fields to provide additional information.
|
12
|
+
|
13
|
+
Example:
|
14
|
+
class MyDict(TypedDict):
|
15
|
+
field: typing.Annotated[str, FieldMetadata(alias="field_name")]
|
16
|
+
|
17
|
+
Will serialize: `{"field": "value"}`
|
18
|
+
To: `{"field_name": "value"}`
|
19
|
+
"""
|
20
|
+
|
21
|
+
alias: str
|
22
|
+
|
23
|
+
def __init__(self, *, alias: str) -> None:
|
24
|
+
self.alias = alias
|
25
|
+
|
26
|
+
|
27
|
+
def convert_and_respect_annotation_metadata(
|
28
|
+
*,
|
29
|
+
object_: typing.Any,
|
30
|
+
annotation: typing.Any,
|
31
|
+
inner_type: typing.Optional[typing.Any] = None,
|
32
|
+
) -> typing.Any:
|
33
|
+
"""
|
34
|
+
Respect the metadata annotations on a field, such as aliasing. This function effectively
|
35
|
+
manipulates the dict-form of an object to respect the metadata annotations. This is primarily used for
|
36
|
+
TypedDicts, which cannot support aliasing out of the box, and can be extended for additional
|
37
|
+
utilities, such as defaults.
|
38
|
+
|
39
|
+
Parameters
|
40
|
+
----------
|
41
|
+
object_ : typing.Any
|
42
|
+
|
43
|
+
annotation : type
|
44
|
+
The type we're looking to apply typing annotations from
|
45
|
+
|
46
|
+
inner_type : typing.Optional[type]
|
47
|
+
|
48
|
+
Returns
|
49
|
+
-------
|
50
|
+
typing.Any
|
51
|
+
"""
|
52
|
+
|
53
|
+
if object_ is None:
|
54
|
+
return None
|
55
|
+
if inner_type is None:
|
56
|
+
inner_type = annotation
|
57
|
+
|
58
|
+
clean_type = _remove_annotations(inner_type)
|
59
|
+
if typing_extensions.is_typeddict(clean_type) and isinstance(object_, typing.Mapping):
|
60
|
+
return _convert_typeddict(object_, clean_type)
|
61
|
+
|
62
|
+
if (
|
63
|
+
# If you're iterating on a string, do not bother to coerce it to a sequence.
|
64
|
+
(not isinstance(object_, str))
|
65
|
+
and (
|
66
|
+
(
|
67
|
+
(
|
68
|
+
typing_extensions.get_origin(clean_type) == typing.List
|
69
|
+
or typing_extensions.get_origin(clean_type) == list
|
70
|
+
or clean_type == typing.List
|
71
|
+
)
|
72
|
+
and isinstance(object_, typing.List)
|
73
|
+
)
|
74
|
+
or (
|
75
|
+
(
|
76
|
+
typing_extensions.get_origin(clean_type) == typing.Set
|
77
|
+
or typing_extensions.get_origin(clean_type) == set
|
78
|
+
or clean_type == typing.Set
|
79
|
+
)
|
80
|
+
and isinstance(object_, typing.Set)
|
81
|
+
)
|
82
|
+
or (
|
83
|
+
(
|
84
|
+
typing_extensions.get_origin(clean_type) == typing.Sequence
|
85
|
+
or typing_extensions.get_origin(clean_type) == collections.abc.Sequence
|
86
|
+
or clean_type == typing.Sequence
|
87
|
+
)
|
88
|
+
and isinstance(object_, typing.Sequence)
|
89
|
+
)
|
90
|
+
)
|
91
|
+
):
|
92
|
+
inner_type = typing_extensions.get_args(clean_type)[0]
|
93
|
+
return [
|
94
|
+
convert_and_respect_annotation_metadata(object_=item, annotation=annotation, inner_type=inner_type)
|
95
|
+
for item in object_
|
96
|
+
]
|
97
|
+
|
98
|
+
if typing_extensions.get_origin(clean_type) == typing.Union:
|
99
|
+
# We should be able to ~relatively~ safely try to convert keys against all
|
100
|
+
# member types in the union, the edge case here is if one member aliases a field
|
101
|
+
# of the same name to a different name from another member
|
102
|
+
# Or if another member aliases a field of the same name that another member does not.
|
103
|
+
for member in typing_extensions.get_args(clean_type):
|
104
|
+
object_ = convert_and_respect_annotation_metadata(object_=object_, annotation=annotation, inner_type=member)
|
105
|
+
return object_
|
106
|
+
|
107
|
+
annotated_type = _get_annotation(annotation)
|
108
|
+
if annotated_type is None:
|
109
|
+
return object_
|
110
|
+
|
111
|
+
# If the object is not a TypedDict, a Union, or other container (list, set, sequence, etc.)
|
112
|
+
# Then we can safely call it on the recursive conversion.
|
113
|
+
return object_
|
114
|
+
|
115
|
+
|
116
|
+
def _convert_typeddict(object_: typing.Mapping[str, object], expected_type: typing.Any) -> typing.Mapping[str, object]:
|
117
|
+
converted_object: typing.Dict[str, object] = {}
|
118
|
+
annotations = typing_extensions.get_type_hints(expected_type, include_extras=True)
|
119
|
+
for key, value in object_.items():
|
120
|
+
type_ = annotations.get(key)
|
121
|
+
if type_ is None:
|
122
|
+
converted_object[key] = value
|
123
|
+
else:
|
124
|
+
converted_object[_alias_key(key, type_)] = convert_and_respect_annotation_metadata(
|
125
|
+
object_=value, annotation=type_
|
126
|
+
)
|
127
|
+
return converted_object
|
128
|
+
|
129
|
+
|
130
|
+
def _get_annotation(type_: typing.Any) -> typing.Optional[typing.Any]:
|
131
|
+
maybe_annotated_type = typing_extensions.get_origin(type_)
|
132
|
+
if maybe_annotated_type is None:
|
133
|
+
return None
|
134
|
+
|
135
|
+
if maybe_annotated_type == typing_extensions.NotRequired:
|
136
|
+
type_ = typing_extensions.get_args(type_)[0]
|
137
|
+
maybe_annotated_type = typing_extensions.get_origin(type_)
|
138
|
+
|
139
|
+
if maybe_annotated_type == typing_extensions.Annotated:
|
140
|
+
return type_
|
141
|
+
|
142
|
+
return None
|
143
|
+
|
144
|
+
|
145
|
+
def _remove_annotations(type_: typing.Any) -> typing.Any:
|
146
|
+
maybe_annotated_type = typing_extensions.get_origin(type_)
|
147
|
+
if maybe_annotated_type is None:
|
148
|
+
return type_
|
149
|
+
|
150
|
+
if maybe_annotated_type == typing_extensions.NotRequired:
|
151
|
+
return _remove_annotations(typing_extensions.get_args(type_)[0])
|
152
|
+
|
153
|
+
if maybe_annotated_type == typing_extensions.Annotated:
|
154
|
+
return _remove_annotations(typing_extensions.get_args(type_)[0])
|
155
|
+
|
156
|
+
return type_
|
157
|
+
|
158
|
+
|
159
|
+
def _alias_key(key: str, type_: typing.Any) -> str:
|
160
|
+
maybe_annotated_type = _get_annotation(type_)
|
161
|
+
|
162
|
+
if maybe_annotated_type is not None:
|
163
|
+
# The actual annotations are 1 onward, the first is the annotated type
|
164
|
+
annotations = typing_extensions.get_args(maybe_annotated_type)[1:]
|
165
|
+
|
166
|
+
for annotation in annotations:
|
167
|
+
if isinstance(annotation, FieldMetadata) and annotation.alias is not None:
|
168
|
+
return annotation.alias
|
169
|
+
|
170
|
+
return key
|
@@ -1,10 +1,9 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
import typing
|
4
|
-
|
5
3
|
from ..core.api_error import ApiError
|
4
|
+
import typing
|
6
5
|
|
7
6
|
|
8
7
|
class BadRequestError(ApiError):
|
9
|
-
def __init__(self, body: typing.Any):
|
8
|
+
def __init__(self, body: typing.Optional[typing.Any]):
|
10
9
|
super().__init__(status_code=400, body=body)
|
vellum/errors/forbidden_error.py
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
import typing
|
4
|
-
|
5
3
|
from ..core.api_error import ApiError
|
4
|
+
import typing
|
6
5
|
|
7
6
|
|
8
7
|
class ForbiddenError(ApiError):
|
9
|
-
def __init__(self, body: typing.Any):
|
8
|
+
def __init__(self, body: typing.Optional[typing.Any]):
|
10
9
|
super().__init__(status_code=403, body=body)
|
@@ -1,10 +1,9 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
import typing
|
4
|
-
|
5
3
|
from ..core.api_error import ApiError
|
4
|
+
import typing
|
6
5
|
|
7
6
|
|
8
7
|
class InternalServerError(ApiError):
|
9
|
-
def __init__(self, body: typing.Any):
|
8
|
+
def __init__(self, body: typing.Optional[typing.Any]):
|
10
9
|
super().__init__(status_code=500, body=body)
|
vellum/errors/not_found_error.py
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
import typing
|
4
|
-
|
5
3
|
from ..core.api_error import ApiError
|
4
|
+
import typing
|
6
5
|
|
7
6
|
|
8
7
|
class NotFoundError(ApiError):
|
9
|
-
def __init__(self, body: typing.Any):
|
8
|
+
def __init__(self, body: typing.Optional[typing.Any]):
|
10
9
|
super().__init__(status_code=404, body=body)
|
@@ -5,7 +5,7 @@ import time
|
|
5
5
|
from functools import cached_property
|
6
6
|
from typing import Callable, Generator, List, cast, Iterable
|
7
7
|
|
8
|
-
from vellum import TestSuiteRunRead,
|
8
|
+
from vellum import TestSuiteRunRead, TestSuiteRunMetricNumberOutput
|
9
9
|
from vellum.client import Vellum
|
10
10
|
from vellum.lib.test_suites.constants import (
|
11
11
|
DEFAULT_MAX_POLLING_DURATION_MS,
|
@@ -18,7 +18,7 @@ from vellum.types import (
|
|
18
18
|
ExternalTestCaseExecutionRequest,
|
19
19
|
NamedTestCaseVariableValueRequest,
|
20
20
|
TestCaseVariableValue,
|
21
|
-
|
21
|
+
TestSuiteRunExternalExecConfigRequest,
|
22
22
|
TestSuiteRunExecution,
|
23
23
|
TestSuiteRunExternalExecConfigDataRequest,
|
24
24
|
TestSuiteRunMetricOutput,
|
@@ -177,7 +177,7 @@ class VellumTestSuiteRunResults:
|
|
177
177
|
) -> List[float | None]:
|
178
178
|
"""Returns the values of a numeric metric output that match the given criteria."""
|
179
179
|
|
180
|
-
metric_outputs: list[
|
180
|
+
metric_outputs: list[TestSuiteRunMetricNumberOutput] = []
|
181
181
|
|
182
182
|
for output in self.get_metric_outputs(
|
183
183
|
metric_identifier=metric_identifier, output_identifier=output_identifier
|
@@ -321,7 +321,7 @@ class VellumTestSuite:
|
|
321
321
|
|
322
322
|
test_suite_run = self.client.test_suite_runs.create(
|
323
323
|
test_suite_id=self._test_suite_id,
|
324
|
-
exec_config=
|
324
|
+
exec_config=TestSuiteRunExternalExecConfigRequest(
|
325
325
|
type="EXTERNAL",
|
326
326
|
data=TestSuiteRunExternalExecConfigDataRequest(
|
327
327
|
executions=executions,
|
@@ -1,24 +1,24 @@
|
|
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 .types.deployments_list_request_status import DeploymentsListRequestStatus
|
6
|
+
from ...core.request_options import RequestOptions
|
7
|
+
from ...types.paginated_slim_deployment_read_list import PaginatedSlimDeploymentReadList
|
8
|
+
from ...core.pydantic_utilities import parse_obj_as
|
4
9
|
from json.decoder import JSONDecodeError
|
5
|
-
|
6
10
|
from ...core.api_error import ApiError
|
7
|
-
from ...
|
11
|
+
from ...types.deployment_read import DeploymentRead
|
8
12
|
from ...core.jsonable_encoder import jsonable_encoder
|
9
|
-
from ...
|
10
|
-
from ...
|
13
|
+
from ...types.deployment_release_tag_read import DeploymentReleaseTagRead
|
14
|
+
from ...types.prompt_deployment_input_request import PromptDeploymentInputRequest
|
15
|
+
from ...types.compile_prompt_deployment_expand_meta_request import CompilePromptDeploymentExpandMetaRequest
|
16
|
+
from ...types.deployment_provider_payload_response import DeploymentProviderPayloadResponse
|
11
17
|
from ...errors.bad_request_error import BadRequestError
|
12
18
|
from ...errors.forbidden_error import ForbiddenError
|
13
|
-
from ...errors.internal_server_error import InternalServerError
|
14
19
|
from ...errors.not_found_error import NotFoundError
|
15
|
-
from ...
|
16
|
-
from ...
|
17
|
-
from ...types.deployment_read import DeploymentRead
|
18
|
-
from ...types.deployment_release_tag_read import DeploymentReleaseTagRead
|
19
|
-
from ...types.paginated_slim_deployment_read_list import PaginatedSlimDeploymentReadList
|
20
|
-
from ...types.prompt_deployment_input_request import PromptDeploymentInputRequest
|
21
|
-
from .types.deployments_list_request_status import DeploymentsListRequestStatus
|
20
|
+
from ...errors.internal_server_error import InternalServerError
|
21
|
+
from ...core.client_wrapper import AsyncClientWrapper
|
22
22
|
|
23
23
|
# this is used as the default value for optional parameters
|
24
24
|
OMIT = typing.cast(typing.Any, ...)
|
@@ -64,7 +64,7 @@ class DeploymentsClient:
|
|
64
64
|
|
65
65
|
Examples
|
66
66
|
--------
|
67
|
-
from vellum
|
67
|
+
from vellum import Vellum
|
68
68
|
|
69
69
|
client = Vellum(
|
70
70
|
api_key="YOUR_API_KEY",
|
@@ -75,12 +75,23 @@ class DeploymentsClient:
|
|
75
75
|
"v1/deployments",
|
76
76
|
base_url=self._client_wrapper.get_environment().default,
|
77
77
|
method="GET",
|
78
|
-
params={
|
78
|
+
params={
|
79
|
+
"limit": limit,
|
80
|
+
"offset": offset,
|
81
|
+
"ordering": ordering,
|
82
|
+
"status": status,
|
83
|
+
},
|
79
84
|
request_options=request_options,
|
80
85
|
)
|
81
86
|
try:
|
82
87
|
if 200 <= _response.status_code < 300:
|
83
|
-
return
|
88
|
+
return typing.cast(
|
89
|
+
PaginatedSlimDeploymentReadList,
|
90
|
+
parse_obj_as(
|
91
|
+
type_=PaginatedSlimDeploymentReadList, # type: ignore
|
92
|
+
object_=_response.json(),
|
93
|
+
),
|
94
|
+
)
|
84
95
|
_response_json = _response.json()
|
85
96
|
except JSONDecodeError:
|
86
97
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -105,7 +116,7 @@ class DeploymentsClient:
|
|
105
116
|
|
106
117
|
Examples
|
107
118
|
--------
|
108
|
-
from vellum
|
119
|
+
from vellum import Vellum
|
109
120
|
|
110
121
|
client = Vellum(
|
111
122
|
api_key="YOUR_API_KEY",
|
@@ -122,7 +133,13 @@ class DeploymentsClient:
|
|
122
133
|
)
|
123
134
|
try:
|
124
135
|
if 200 <= _response.status_code < 300:
|
125
|
-
return
|
136
|
+
return typing.cast(
|
137
|
+
DeploymentRead,
|
138
|
+
parse_obj_as(
|
139
|
+
type_=DeploymentRead, # type: ignore
|
140
|
+
object_=_response.json(),
|
141
|
+
),
|
142
|
+
)
|
126
143
|
_response_json = _response.json()
|
127
144
|
except JSONDecodeError:
|
128
145
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -152,7 +169,7 @@ class DeploymentsClient:
|
|
152
169
|
|
153
170
|
Examples
|
154
171
|
--------
|
155
|
-
from vellum
|
172
|
+
from vellum import Vellum
|
156
173
|
|
157
174
|
client = Vellum(
|
158
175
|
api_key="YOUR_API_KEY",
|
@@ -170,7 +187,13 @@ class DeploymentsClient:
|
|
170
187
|
)
|
171
188
|
try:
|
172
189
|
if 200 <= _response.status_code < 300:
|
173
|
-
return
|
190
|
+
return typing.cast(
|
191
|
+
DeploymentReleaseTagRead,
|
192
|
+
parse_obj_as(
|
193
|
+
type_=DeploymentReleaseTagRead, # type: ignore
|
194
|
+
object_=_response.json(),
|
195
|
+
),
|
196
|
+
)
|
174
197
|
_response_json = _response.json()
|
175
198
|
except JSONDecodeError:
|
176
199
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -208,7 +231,7 @@ class DeploymentsClient:
|
|
208
231
|
|
209
232
|
Examples
|
210
233
|
--------
|
211
|
-
from vellum
|
234
|
+
from vellum import Vellum
|
212
235
|
|
213
236
|
client = Vellum(
|
214
237
|
api_key="YOUR_API_KEY",
|
@@ -222,13 +245,21 @@ class DeploymentsClient:
|
|
222
245
|
f"v1/deployments/{jsonable_encoder(id)}/release-tags/{jsonable_encoder(name)}",
|
223
246
|
base_url=self._client_wrapper.get_environment().default,
|
224
247
|
method="PATCH",
|
225
|
-
json={
|
248
|
+
json={
|
249
|
+
"history_item_id": history_item_id,
|
250
|
+
},
|
226
251
|
request_options=request_options,
|
227
252
|
omit=OMIT,
|
228
253
|
)
|
229
254
|
try:
|
230
255
|
if 200 <= _response.status_code < 300:
|
231
|
-
return
|
256
|
+
return typing.cast(
|
257
|
+
DeploymentReleaseTagRead,
|
258
|
+
parse_obj_as(
|
259
|
+
type_=DeploymentReleaseTagRead, # type: ignore
|
260
|
+
object_=_response.json(),
|
261
|
+
),
|
262
|
+
)
|
232
263
|
_response_json = _response.json()
|
233
264
|
except JSONDecodeError:
|
234
265
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -282,13 +313,18 @@ class DeploymentsClient:
|
|
282
313
|
|
283
314
|
Examples
|
284
315
|
--------
|
285
|
-
from vellum
|
316
|
+
from vellum import StringInputRequest, Vellum
|
286
317
|
|
287
318
|
client = Vellum(
|
288
319
|
api_key="YOUR_API_KEY",
|
289
320
|
)
|
290
321
|
client.deployments.retrieve_provider_payload(
|
291
|
-
inputs=[
|
322
|
+
inputs=[
|
323
|
+
StringInputRequest(
|
324
|
+
name="name",
|
325
|
+
value="value",
|
326
|
+
)
|
327
|
+
],
|
292
328
|
)
|
293
329
|
"""
|
294
330
|
_response = self._client_wrapper.httpx_client.request(
|
@@ -307,15 +343,53 @@ class DeploymentsClient:
|
|
307
343
|
)
|
308
344
|
try:
|
309
345
|
if 200 <= _response.status_code < 300:
|
310
|
-
return
|
346
|
+
return typing.cast(
|
347
|
+
DeploymentProviderPayloadResponse,
|
348
|
+
parse_obj_as(
|
349
|
+
type_=DeploymentProviderPayloadResponse, # type: ignore
|
350
|
+
object_=_response.json(),
|
351
|
+
),
|
352
|
+
)
|
311
353
|
if _response.status_code == 400:
|
312
|
-
raise BadRequestError(
|
354
|
+
raise BadRequestError(
|
355
|
+
typing.cast(
|
356
|
+
typing.Optional[typing.Any],
|
357
|
+
parse_obj_as(
|
358
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
359
|
+
object_=_response.json(),
|
360
|
+
),
|
361
|
+
)
|
362
|
+
)
|
313
363
|
if _response.status_code == 403:
|
314
|
-
raise ForbiddenError(
|
364
|
+
raise ForbiddenError(
|
365
|
+
typing.cast(
|
366
|
+
typing.Optional[typing.Any],
|
367
|
+
parse_obj_as(
|
368
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
369
|
+
object_=_response.json(),
|
370
|
+
),
|
371
|
+
)
|
372
|
+
)
|
315
373
|
if _response.status_code == 404:
|
316
|
-
raise NotFoundError(
|
374
|
+
raise NotFoundError(
|
375
|
+
typing.cast(
|
376
|
+
typing.Optional[typing.Any],
|
377
|
+
parse_obj_as(
|
378
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
379
|
+
object_=_response.json(),
|
380
|
+
),
|
381
|
+
)
|
382
|
+
)
|
317
383
|
if _response.status_code == 500:
|
318
|
-
raise InternalServerError(
|
384
|
+
raise InternalServerError(
|
385
|
+
typing.cast(
|
386
|
+
typing.Optional[typing.Any],
|
387
|
+
parse_obj_as(
|
388
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
389
|
+
object_=_response.json(),
|
390
|
+
),
|
391
|
+
)
|
392
|
+
)
|
319
393
|
_response_json = _response.json()
|
320
394
|
except JSONDecodeError:
|
321
395
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -364,7 +438,7 @@ class AsyncDeploymentsClient:
|
|
364
438
|
--------
|
365
439
|
import asyncio
|
366
440
|
|
367
|
-
from vellum
|
441
|
+
from vellum import AsyncVellum
|
368
442
|
|
369
443
|
client = AsyncVellum(
|
370
444
|
api_key="YOUR_API_KEY",
|
@@ -381,12 +455,23 @@ class AsyncDeploymentsClient:
|
|
381
455
|
"v1/deployments",
|
382
456
|
base_url=self._client_wrapper.get_environment().default,
|
383
457
|
method="GET",
|
384
|
-
params={
|
458
|
+
params={
|
459
|
+
"limit": limit,
|
460
|
+
"offset": offset,
|
461
|
+
"ordering": ordering,
|
462
|
+
"status": status,
|
463
|
+
},
|
385
464
|
request_options=request_options,
|
386
465
|
)
|
387
466
|
try:
|
388
467
|
if 200 <= _response.status_code < 300:
|
389
|
-
return
|
468
|
+
return typing.cast(
|
469
|
+
PaginatedSlimDeploymentReadList,
|
470
|
+
parse_obj_as(
|
471
|
+
type_=PaginatedSlimDeploymentReadList, # type: ignore
|
472
|
+
object_=_response.json(),
|
473
|
+
),
|
474
|
+
)
|
390
475
|
_response_json = _response.json()
|
391
476
|
except JSONDecodeError:
|
392
477
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -413,7 +498,7 @@ class AsyncDeploymentsClient:
|
|
413
498
|
--------
|
414
499
|
import asyncio
|
415
500
|
|
416
|
-
from vellum
|
501
|
+
from vellum import AsyncVellum
|
417
502
|
|
418
503
|
client = AsyncVellum(
|
419
504
|
api_key="YOUR_API_KEY",
|
@@ -436,7 +521,13 @@ class AsyncDeploymentsClient:
|
|
436
521
|
)
|
437
522
|
try:
|
438
523
|
if 200 <= _response.status_code < 300:
|
439
|
-
return
|
524
|
+
return typing.cast(
|
525
|
+
DeploymentRead,
|
526
|
+
parse_obj_as(
|
527
|
+
type_=DeploymentRead, # type: ignore
|
528
|
+
object_=_response.json(),
|
529
|
+
),
|
530
|
+
)
|
440
531
|
_response_json = _response.json()
|
441
532
|
except JSONDecodeError:
|
442
533
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -468,7 +559,7 @@ class AsyncDeploymentsClient:
|
|
468
559
|
--------
|
469
560
|
import asyncio
|
470
561
|
|
471
|
-
from vellum
|
562
|
+
from vellum import AsyncVellum
|
472
563
|
|
473
564
|
client = AsyncVellum(
|
474
565
|
api_key="YOUR_API_KEY",
|
@@ -492,7 +583,13 @@ class AsyncDeploymentsClient:
|
|
492
583
|
)
|
493
584
|
try:
|
494
585
|
if 200 <= _response.status_code < 300:
|
495
|
-
return
|
586
|
+
return typing.cast(
|
587
|
+
DeploymentReleaseTagRead,
|
588
|
+
parse_obj_as(
|
589
|
+
type_=DeploymentReleaseTagRead, # type: ignore
|
590
|
+
object_=_response.json(),
|
591
|
+
),
|
592
|
+
)
|
496
593
|
_response_json = _response.json()
|
497
594
|
except JSONDecodeError:
|
498
595
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -532,7 +629,7 @@ class AsyncDeploymentsClient:
|
|
532
629
|
--------
|
533
630
|
import asyncio
|
534
631
|
|
535
|
-
from vellum
|
632
|
+
from vellum import AsyncVellum
|
536
633
|
|
537
634
|
client = AsyncVellum(
|
538
635
|
api_key="YOUR_API_KEY",
|
@@ -552,13 +649,21 @@ class AsyncDeploymentsClient:
|
|
552
649
|
f"v1/deployments/{jsonable_encoder(id)}/release-tags/{jsonable_encoder(name)}",
|
553
650
|
base_url=self._client_wrapper.get_environment().default,
|
554
651
|
method="PATCH",
|
555
|
-
json={
|
652
|
+
json={
|
653
|
+
"history_item_id": history_item_id,
|
654
|
+
},
|
556
655
|
request_options=request_options,
|
557
656
|
omit=OMIT,
|
558
657
|
)
|
559
658
|
try:
|
560
659
|
if 200 <= _response.status_code < 300:
|
561
|
-
return
|
660
|
+
return typing.cast(
|
661
|
+
DeploymentReleaseTagRead,
|
662
|
+
parse_obj_as(
|
663
|
+
type_=DeploymentReleaseTagRead, # type: ignore
|
664
|
+
object_=_response.json(),
|
665
|
+
),
|
666
|
+
)
|
562
667
|
_response_json = _response.json()
|
563
668
|
except JSONDecodeError:
|
564
669
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -614,7 +719,7 @@ class AsyncDeploymentsClient:
|
|
614
719
|
--------
|
615
720
|
import asyncio
|
616
721
|
|
617
|
-
from vellum
|
722
|
+
from vellum import AsyncVellum, StringInputRequest
|
618
723
|
|
619
724
|
client = AsyncVellum(
|
620
725
|
api_key="YOUR_API_KEY",
|
@@ -623,7 +728,12 @@ class AsyncDeploymentsClient:
|
|
623
728
|
|
624
729
|
async def main() -> None:
|
625
730
|
await client.deployments.retrieve_provider_payload(
|
626
|
-
inputs=[
|
731
|
+
inputs=[
|
732
|
+
StringInputRequest(
|
733
|
+
name="name",
|
734
|
+
value="value",
|
735
|
+
)
|
736
|
+
],
|
627
737
|
)
|
628
738
|
|
629
739
|
|
@@ -645,15 +755,53 @@ class AsyncDeploymentsClient:
|
|
645
755
|
)
|
646
756
|
try:
|
647
757
|
if 200 <= _response.status_code < 300:
|
648
|
-
return
|
758
|
+
return typing.cast(
|
759
|
+
DeploymentProviderPayloadResponse,
|
760
|
+
parse_obj_as(
|
761
|
+
type_=DeploymentProviderPayloadResponse, # type: ignore
|
762
|
+
object_=_response.json(),
|
763
|
+
),
|
764
|
+
)
|
649
765
|
if _response.status_code == 400:
|
650
|
-
raise BadRequestError(
|
766
|
+
raise BadRequestError(
|
767
|
+
typing.cast(
|
768
|
+
typing.Optional[typing.Any],
|
769
|
+
parse_obj_as(
|
770
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
771
|
+
object_=_response.json(),
|
772
|
+
),
|
773
|
+
)
|
774
|
+
)
|
651
775
|
if _response.status_code == 403:
|
652
|
-
raise ForbiddenError(
|
776
|
+
raise ForbiddenError(
|
777
|
+
typing.cast(
|
778
|
+
typing.Optional[typing.Any],
|
779
|
+
parse_obj_as(
|
780
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
781
|
+
object_=_response.json(),
|
782
|
+
),
|
783
|
+
)
|
784
|
+
)
|
653
785
|
if _response.status_code == 404:
|
654
|
-
raise NotFoundError(
|
786
|
+
raise NotFoundError(
|
787
|
+
typing.cast(
|
788
|
+
typing.Optional[typing.Any],
|
789
|
+
parse_obj_as(
|
790
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
791
|
+
object_=_response.json(),
|
792
|
+
),
|
793
|
+
)
|
794
|
+
)
|
655
795
|
if _response.status_code == 500:
|
656
|
-
raise InternalServerError(
|
796
|
+
raise InternalServerError(
|
797
|
+
typing.cast(
|
798
|
+
typing.Optional[typing.Any],
|
799
|
+
parse_obj_as(
|
800
|
+
type_=typing.Optional[typing.Any], # type: ignore
|
801
|
+
object_=_response.json(),
|
802
|
+
),
|
803
|
+
)
|
804
|
+
)
|
657
805
|
_response_json = _response.json()
|
658
806
|
except JSONDecodeError:
|
659
807
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|