vellum-ai 0.7.3__py3-none-any.whl → 0.7.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vellum/__init__.py +142 -94
- vellum/client.py +1051 -1097
- vellum/core/__init__.py +4 -1
- vellum/core/client_wrapper.py +7 -3
- vellum/core/http_client.py +365 -20
- vellum/core/jsonable_encoder.py +3 -0
- vellum/core/pydantic_utilities.py +16 -0
- vellum/core/query_encoder.py +33 -0
- vellum/core/remove_none_from_dict.py +2 -2
- vellum/core/request_options.py +2 -2
- vellum/resources/__init__.py +2 -0
- vellum/resources/deployments/client.py +349 -377
- vellum/resources/document_indexes/client.py +542 -610
- vellum/resources/documents/client.py +327 -399
- vellum/resources/folder_entities/client.py +56 -72
- vellum/{types/map_enum.py → resources/ml_models/__init__.py} +0 -3
- vellum/resources/ml_models/client.py +837 -0
- vellum/resources/sandboxes/client.py +204 -242
- vellum/resources/test_suite_runs/client.py +183 -213
- vellum/resources/test_suites/client.py +307 -311
- vellum/resources/workflow_deployments/client.py +230 -268
- vellum/resources/workflow_sandboxes/client.py +82 -96
- vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
- vellum/terraform/data_vellum_document_index/__init__.py +10 -10
- vellum/terraform/document_index/__init__.py +17 -17
- vellum/terraform/provider/__init__.py +57 -12
- vellum/terraform/versions.json +1 -1
- vellum/types/__init__.py +148 -96
- vellum/types/api_node_result.py +7 -3
- vellum/types/api_node_result_data.py +7 -3
- vellum/types/array_chat_message_content.py +7 -3
- vellum/types/array_chat_message_content_item.py +53 -12
- vellum/types/array_chat_message_content_item_request.py +53 -12
- vellum/types/array_chat_message_content_request.py +7 -3
- vellum/types/array_parameter_config.py +50 -0
- vellum/types/array_parameter_config_request.py +50 -0
- vellum/types/array_variable_value_item.py +102 -24
- vellum/types/array_vellum_value_item.py +102 -24
- vellum/types/array_vellum_value_item_request.py +102 -24
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +7 -3
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +7 -3
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +7 -3
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +7 -3
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +7 -3
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +7 -3
- vellum/types/boolean_parameter_config.py +35 -0
- vellum/types/boolean_parameter_config_request.py +35 -0
- vellum/types/chat_history_input_request.py +7 -3
- vellum/types/chat_message.py +7 -3
- vellum/types/chat_message_content.py +70 -16
- vellum/types/chat_message_content_request.py +70 -16
- vellum/types/chat_message_request.py +7 -3
- vellum/types/code_execution_node_array_result.py +7 -3
- vellum/types/code_execution_node_chat_history_result.py +7 -3
- vellum/types/code_execution_node_error_result.py +7 -3
- vellum/types/code_execution_node_function_call_result.py +7 -3
- vellum/types/code_execution_node_json_result.py +7 -3
- vellum/types/code_execution_node_number_result.py +7 -3
- vellum/types/code_execution_node_result.py +7 -3
- vellum/types/code_execution_node_result_data.py +7 -3
- vellum/types/code_execution_node_result_output.py +144 -32
- vellum/types/code_execution_node_search_results_result.py +7 -3
- vellum/types/code_execution_node_string_result.py +7 -3
- vellum/types/compile_prompt_deployment_expand_meta_request.py +7 -3
- vellum/types/compile_prompt_meta.py +7 -3
- vellum/types/conditional_node_result.py +7 -3
- vellum/types/conditional_node_result_data.py +7 -3
- vellum/types/const_parameter_config.py +35 -0
- vellum/types/const_parameter_config_request.py +35 -0
- vellum/types/create_test_suite_test_case_request.py +7 -3
- vellum/types/deployment_provider_payload_response.py +7 -3
- vellum/types/deployment_read.py +12 -3
- vellum/types/deployment_release_tag_deployment_history_item.py +7 -3
- vellum/types/deployment_release_tag_read.py +7 -3
- vellum/types/document_document_to_document_index.py +7 -3
- vellum/types/document_index_chunking.py +54 -12
- vellum/types/document_index_chunking_request.py +54 -12
- vellum/types/document_index_indexing_config.py +7 -3
- vellum/types/document_index_indexing_config_request.py +7 -3
- vellum/types/document_index_read.py +7 -3
- vellum/types/document_read.py +7 -3
- vellum/types/enriched_normalized_completion.py +7 -3
- vellum/types/error_variable_value.py +7 -3
- vellum/types/error_vellum_value.py +7 -3
- vellum/types/error_vellum_value_request.py +7 -3
- vellum/types/execute_prompt_event.py +82 -16
- vellum/types/execute_prompt_response.py +44 -8
- vellum/types/execute_workflow_response.py +7 -3
- vellum/types/execute_workflow_workflow_result_event.py +41 -8
- vellum/types/execution_array_vellum_value.py +7 -3
- vellum/types/execution_chat_history_vellum_value.py +7 -3
- vellum/types/execution_error_vellum_value.py +7 -3
- vellum/types/execution_function_call_vellum_value.py +7 -3
- vellum/types/execution_json_vellum_value.py +7 -3
- vellum/types/execution_number_vellum_value.py +7 -3
- vellum/types/execution_search_results_vellum_value.py +7 -3
- vellum/types/execution_string_vellum_value.py +7 -3
- vellum/types/execution_vellum_value.py +152 -32
- vellum/types/external_test_case_execution.py +7 -3
- vellum/types/external_test_case_execution_request.py +7 -3
- vellum/types/fulfilled_execute_prompt_event.py +7 -3
- vellum/types/fulfilled_execute_prompt_response.py +7 -3
- vellum/types/fulfilled_execute_workflow_workflow_result_event.py +7 -3
- vellum/types/fulfilled_prompt_execution_meta.py +7 -3
- vellum/types/fulfilled_workflow_node_result_event.py +7 -3
- vellum/types/function_call.py +7 -3
- vellum/types/function_call_chat_message_content.py +7 -3
- vellum/types/function_call_chat_message_content_request.py +7 -3
- vellum/types/function_call_chat_message_content_value.py +7 -3
- vellum/types/function_call_chat_message_content_value_request.py +7 -3
- vellum/types/function_call_request.py +7 -3
- vellum/types/function_call_variable_value.py +7 -3
- vellum/types/function_call_vellum_value.py +7 -3
- vellum/types/function_call_vellum_value_request.py +7 -3
- vellum/types/generate_options_request.py +7 -3
- vellum/types/generate_request.py +7 -3
- vellum/types/generate_result.py +7 -3
- vellum/types/generate_result_data.py +7 -3
- vellum/types/generate_result_error.py +7 -3
- vellum/types/generate_stream_response.py +7 -3
- vellum/types/generate_stream_result.py +7 -3
- vellum/types/generate_stream_result_data.py +7 -3
- vellum/types/hkunlp_instructor_xl_vectorizer.py +7 -3
- vellum/types/hkunlp_instructor_xl_vectorizer_request.py +7 -3
- vellum/types/hosted_by_enum.py +26 -0
- vellum/types/hugging_face_tokenizer_config.py +34 -0
- vellum/types/hugging_face_tokenizer_config_request.py +34 -0
- vellum/types/image_chat_message_content.py +7 -3
- vellum/types/image_chat_message_content_request.py +7 -3
- vellum/types/image_variable_value.py +7 -3
- vellum/types/image_vellum_value.py +7 -3
- vellum/types/image_vellum_value_request.py +7 -3
- vellum/types/indexing_config_vectorizer.py +117 -36
- vellum/types/indexing_config_vectorizer_request.py +117 -36
- vellum/types/initiated_execute_prompt_event.py +7 -3
- vellum/types/initiated_prompt_execution_meta.py +7 -3
- vellum/types/initiated_workflow_node_result_event.py +7 -3
- vellum/types/instructor_vectorizer_config.py +7 -3
- vellum/types/instructor_vectorizer_config_request.py +7 -3
- vellum/types/integer_parameter_config.py +39 -0
- vellum/types/integer_parameter_config_request.py +39 -0
- vellum/types/json_input_request.py +7 -3
- vellum/types/json_variable_value.py +7 -3
- vellum/types/json_vellum_value.py +7 -3
- vellum/types/json_vellum_value_request.py +7 -3
- vellum/types/map_node_result.py +7 -3
- vellum/types/map_node_result_data.py +7 -3
- vellum/types/merge_node_result.py +7 -3
- vellum/types/merge_node_result_data.py +7 -3
- vellum/types/metadata_filter_config_request.py +7 -3
- vellum/types/metadata_filter_rule_request.py +7 -3
- vellum/types/metric_node_result.py +7 -3
- vellum/types/{execute_workflow_stream_error_response.py → ml_model_build_config.py} +9 -8
- vellum/types/{execute_prompt_api_error_response.py → ml_model_build_config_request.py} +9 -8
- vellum/types/ml_model_developer.py +27 -0
- vellum/types/ml_model_developer_enum_value_label.py +31 -0
- vellum/types/ml_model_display_config_labelled.py +33 -0
- vellum/types/ml_model_display_config_request.py +33 -0
- vellum/types/ml_model_display_tag.py +7 -0
- vellum/types/ml_model_display_tag_enum_value_label.py +31 -0
- vellum/types/ml_model_exec_config.py +40 -0
- vellum/types/ml_model_exec_config_request.py +40 -0
- vellum/types/ml_model_family.py +29 -0
- vellum/types/ml_model_family_enum_value_label.py +31 -0
- vellum/types/ml_model_feature.py +18 -0
- vellum/types/ml_model_parameter_config.py +42 -0
- vellum/types/ml_model_parameter_config_request.py +42 -0
- vellum/types/ml_model_read.py +108 -0
- vellum/types/ml_model_request_authorization_config.py +30 -0
- vellum/types/ml_model_request_authorization_config_request.py +30 -0
- vellum/types/ml_model_request_authorization_config_type_enum.py +5 -0
- vellum/types/ml_model_request_config.py +32 -0
- vellum/types/ml_model_request_config_request.py +32 -0
- vellum/types/ml_model_response_config.py +31 -0
- vellum/types/ml_model_response_config_request.py +31 -0
- vellum/types/ml_model_tokenizer_config.py +59 -0
- vellum/types/ml_model_tokenizer_config_request.py +61 -0
- vellum/types/ml_model_usage.py +7 -3
- vellum/types/named_scenario_input_chat_history_variable_value_request.py +7 -3
- vellum/types/named_scenario_input_request.py +38 -8
- vellum/types/named_scenario_input_string_variable_value_request.py +7 -3
- vellum/types/named_test_case_array_variable_value.py +7 -3
- vellum/types/named_test_case_array_variable_value_request.py +7 -3
- vellum/types/named_test_case_chat_history_variable_value.py +7 -3
- vellum/types/named_test_case_chat_history_variable_value_request.py +7 -3
- vellum/types/named_test_case_error_variable_value.py +7 -3
- vellum/types/named_test_case_error_variable_value_request.py +7 -3
- vellum/types/named_test_case_function_call_variable_value.py +7 -3
- vellum/types/named_test_case_function_call_variable_value_request.py +7 -3
- vellum/types/named_test_case_json_variable_value.py +7 -3
- vellum/types/named_test_case_json_variable_value_request.py +7 -3
- vellum/types/named_test_case_number_variable_value.py +7 -3
- vellum/types/named_test_case_number_variable_value_request.py +7 -3
- vellum/types/named_test_case_search_results_variable_value.py +7 -3
- vellum/types/named_test_case_search_results_variable_value_request.py +7 -3
- vellum/types/named_test_case_string_variable_value.py +7 -3
- vellum/types/named_test_case_string_variable_value_request.py +7 -3
- vellum/types/named_test_case_variable_value.py +144 -32
- vellum/types/named_test_case_variable_value_request.py +144 -32
- vellum/types/node_input_compiled_array_value.py +7 -3
- vellum/types/node_input_compiled_chat_history_value.py +7 -3
- vellum/types/node_input_compiled_error_value.py +7 -3
- vellum/types/node_input_compiled_function_call.py +7 -3
- vellum/types/node_input_compiled_json_value.py +7 -3
- vellum/types/node_input_compiled_number_value.py +7 -3
- vellum/types/node_input_compiled_search_results_value.py +7 -3
- vellum/types/node_input_compiled_string_value.py +7 -3
- vellum/types/node_input_variable_compiled_value.py +152 -32
- vellum/types/node_output_compiled_array_value.py +7 -3
- vellum/types/node_output_compiled_chat_history_value.py +7 -3
- vellum/types/node_output_compiled_error_value.py +7 -3
- vellum/types/node_output_compiled_function_call_value.py +7 -3
- vellum/types/node_output_compiled_json_value.py +7 -3
- vellum/types/node_output_compiled_number_value.py +7 -3
- vellum/types/node_output_compiled_search_results_value.py +7 -3
- vellum/types/node_output_compiled_string_value.py +7 -3
- vellum/types/node_output_compiled_value.py +153 -32
- vellum/types/normalized_log_probs.py +7 -3
- vellum/types/normalized_token_log_probs.py +7 -3
- vellum/types/number_parameter_config.py +40 -0
- vellum/types/number_parameter_config_request.py +40 -0
- vellum/types/number_variable_value.py +7 -3
- vellum/types/number_vellum_value.py +7 -3
- vellum/types/number_vellum_value_request.py +7 -3
- vellum/types/object_parameter_config.py +49 -0
- vellum/types/object_parameter_config_request.py +49 -0
- vellum/types/one_of_parameter_config.py +44 -0
- vellum/types/one_of_parameter_config_request.py +44 -0
- vellum/types/open_ai_vectorizer_config.py +7 -3
- vellum/types/open_ai_vectorizer_config_request.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_3_large.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_3_small.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +7 -3
- vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +7 -3
- vellum/types/paginated_document_index_read_list.py +7 -3
- vellum/types/paginated_ml_model_read_list.py +33 -0
- vellum/types/paginated_slim_deployment_read_list.py +7 -3
- vellum/types/paginated_slim_document_list.py +7 -3
- vellum/types/paginated_slim_workflow_deployment_list.py +7 -3
- vellum/types/paginated_test_suite_run_execution_list.py +7 -3
- vellum/types/paginated_test_suite_test_case_list.py +7 -3
- vellum/types/parameter_config.py +251 -0
- vellum/types/parameter_config_request.py +251 -0
- vellum/types/pdf_search_result_meta_source.py +7 -3
- vellum/types/pdf_search_result_meta_source_request.py +7 -3
- vellum/types/prompt_deployment_expand_meta_request_request.py +7 -3
- vellum/types/prompt_deployment_input_request.py +55 -12
- vellum/types/prompt_execution_meta.py +7 -3
- vellum/types/prompt_node_execution_meta.py +7 -3
- vellum/types/prompt_node_result.py +7 -3
- vellum/types/prompt_node_result_data.py +7 -3
- vellum/types/prompt_output.py +69 -16
- vellum/types/raw_prompt_execution_overrides_request.py +7 -3
- vellum/types/reducto_chunker_config.py +7 -3
- vellum/types/reducto_chunker_config_request.py +7 -3
- vellum/types/reducto_chunking.py +7 -3
- vellum/types/reducto_chunking_request.py +7 -3
- vellum/types/rejected_execute_prompt_event.py +7 -3
- vellum/types/rejected_execute_prompt_response.py +7 -3
- vellum/types/rejected_execute_workflow_workflow_result_event.py +7 -3
- vellum/types/rejected_prompt_execution_meta.py +7 -3
- vellum/types/rejected_workflow_node_result_event.py +7 -3
- vellum/types/replace_test_suite_test_case_request.py +7 -3
- vellum/types/sandbox_scenario.py +7 -3
- vellum/types/scenario_input.py +38 -8
- vellum/types/scenario_input_chat_history_variable_value.py +7 -3
- vellum/types/scenario_input_string_variable_value.py +7 -3
- vellum/types/search_filters_request.py +7 -3
- vellum/types/search_node_result.py +7 -3
- vellum/types/search_node_result_data.py +7 -3
- vellum/types/search_request_options_request.py +7 -3
- vellum/types/search_response.py +7 -3
- vellum/types/search_result.py +7 -3
- vellum/types/search_result_document.py +7 -3
- vellum/types/search_result_document_request.py +7 -3
- vellum/types/search_result_merging_request.py +7 -3
- vellum/types/search_result_meta.py +7 -3
- vellum/types/search_result_meta_request.py +7 -3
- vellum/types/search_result_meta_source.py +21 -5
- vellum/types/search_result_meta_source_request.py +21 -5
- vellum/types/search_result_request.py +7 -3
- vellum/types/search_weights_request.py +7 -3
- vellum/types/sentence_chunker_config.py +7 -3
- vellum/types/sentence_chunker_config_request.py +7 -3
- vellum/types/sentence_chunking.py +7 -3
- vellum/types/sentence_chunking_request.py +7 -3
- vellum/types/slim_deployment_read.py +11 -3
- vellum/types/slim_document.py +7 -3
- vellum/types/slim_workflow_deployment.py +12 -3
- vellum/types/streaming_execute_prompt_event.py +7 -3
- vellum/types/streaming_prompt_execution_meta.py +7 -3
- vellum/types/streaming_workflow_node_result_event.py +7 -3
- vellum/types/string_chat_message_content.py +7 -3
- vellum/types/string_chat_message_content_request.py +7 -3
- vellum/types/string_input_request.py +7 -3
- vellum/types/string_parameter_config.py +39 -0
- vellum/types/string_parameter_config_request.py +39 -0
- vellum/types/string_variable_value.py +7 -3
- vellum/types/string_vellum_value.py +7 -3
- vellum/types/string_vellum_value_request.py +7 -3
- vellum/types/submit_completion_actual_request.py +7 -3
- vellum/types/submit_workflow_execution_actual_request.py +67 -12
- vellum/types/subworkflow_node_result.py +7 -3
- vellum/types/subworkflow_node_result_data.py +7 -3
- vellum/types/templating_node_array_result.py +7 -3
- vellum/types/templating_node_chat_history_result.py +7 -3
- vellum/types/templating_node_error_result.py +7 -3
- vellum/types/templating_node_function_call_result.py +7 -3
- vellum/types/templating_node_json_result.py +7 -3
- vellum/types/templating_node_number_result.py +7 -3
- vellum/types/templating_node_result.py +7 -3
- vellum/types/templating_node_result_data.py +7 -3
- vellum/types/templating_node_result_output.py +144 -32
- vellum/types/templating_node_search_results_result.py +7 -3
- vellum/types/templating_node_string_result.py +7 -3
- vellum/types/terminal_node_array_result.py +7 -3
- vellum/types/terminal_node_chat_history_result.py +7 -3
- vellum/types/terminal_node_error_result.py +7 -3
- vellum/types/terminal_node_function_call_result.py +7 -3
- vellum/types/terminal_node_json_result.py +7 -3
- vellum/types/terminal_node_number_result.py +7 -3
- vellum/types/terminal_node_result.py +7 -3
- vellum/types/terminal_node_result_data.py +7 -3
- vellum/types/terminal_node_result_output.py +152 -32
- vellum/types/terminal_node_search_results_result.py +7 -3
- vellum/types/terminal_node_string_result.py +7 -3
- vellum/types/test_case_array_variable_value.py +7 -3
- vellum/types/test_case_chat_history_variable_value.py +7 -3
- vellum/types/test_case_error_variable_value.py +7 -3
- vellum/types/test_case_function_call_variable_value.py +7 -3
- vellum/types/test_case_json_variable_value.py +8 -4
- vellum/types/test_case_number_variable_value.py +7 -3
- vellum/types/test_case_search_results_variable_value.py +7 -3
- vellum/types/test_case_string_variable_value.py +7 -3
- vellum/types/test_case_variable_value.py +152 -32
- vellum/types/test_suite_run_deployment_release_tag_exec_config.py +7 -3
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +7 -3
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +7 -3
- vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +7 -3
- vellum/types/test_suite_run_exec_config.py +57 -12
- vellum/types/test_suite_run_exec_config_request.py +61 -12
- vellum/types/test_suite_run_execution.py +7 -3
- vellum/types/test_suite_run_execution_array_output.py +7 -3
- vellum/types/test_suite_run_execution_chat_history_output.py +7 -3
- vellum/types/test_suite_run_execution_error_output.py +7 -3
- vellum/types/test_suite_run_execution_function_call_output.py +7 -3
- vellum/types/test_suite_run_execution_json_output.py +7 -3
- vellum/types/test_suite_run_execution_metric_definition.py +7 -3
- vellum/types/test_suite_run_execution_metric_result.py +7 -3
- vellum/types/test_suite_run_execution_number_output.py +7 -3
- vellum/types/test_suite_run_execution_output.py +152 -32
- vellum/types/test_suite_run_execution_search_results_output.py +7 -3
- vellum/types/test_suite_run_execution_string_output.py +7 -3
- vellum/types/test_suite_run_external_exec_config.py +7 -3
- vellum/types/test_suite_run_external_exec_config_data.py +7 -3
- vellum/types/test_suite_run_external_exec_config_data_request.py +7 -3
- vellum/types/test_suite_run_external_exec_config_request.py +7 -3
- vellum/types/test_suite_run_metric_error_output.py +7 -3
- vellum/types/test_suite_run_metric_number_output.py +7 -3
- vellum/types/test_suite_run_metric_output.py +55 -12
- vellum/types/test_suite_run_metric_string_output.py +7 -3
- vellum/types/test_suite_run_read.py +7 -3
- vellum/types/test_suite_run_test_suite.py +7 -3
- vellum/types/test_suite_run_workflow_release_tag_exec_config.py +7 -3
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +7 -3
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +7 -3
- vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +7 -3
- vellum/types/test_suite_test_case.py +7 -3
- vellum/types/test_suite_test_case_bulk_operation_request.py +75 -16
- vellum/types/test_suite_test_case_bulk_result.py +74 -16
- vellum/types/test_suite_test_case_create_bulk_operation_request.py +7 -3
- vellum/types/test_suite_test_case_created_bulk_result.py +7 -3
- vellum/types/test_suite_test_case_created_bulk_result_data.py +7 -3
- vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +7 -3
- vellum/types/test_suite_test_case_delete_bulk_operation_request.py +7 -3
- vellum/types/test_suite_test_case_deleted_bulk_result.py +7 -3
- vellum/types/test_suite_test_case_deleted_bulk_result_data.py +7 -3
- vellum/types/test_suite_test_case_rejected_bulk_result.py +7 -3
- vellum/types/test_suite_test_case_replace_bulk_operation_request.py +7 -3
- vellum/types/test_suite_test_case_replaced_bulk_result.py +7 -3
- vellum/types/test_suite_test_case_replaced_bulk_result_data.py +7 -3
- vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +7 -3
- vellum/types/{execute_workflow_error_response.py → tik_token_tokenizer_config.py} +11 -6
- vellum/types/{generate_error_response.py → tik_token_tokenizer_config_request.py} +11 -6
- vellum/types/token_overlapping_window_chunker_config.py +7 -3
- vellum/types/token_overlapping_window_chunker_config_request.py +7 -3
- vellum/types/token_overlapping_window_chunking.py +7 -3
- vellum/types/token_overlapping_window_chunking_request.py +7 -3
- vellum/types/upload_document_response.py +7 -3
- vellum/types/upsert_test_suite_test_case_request.py +7 -3
- vellum/types/vellum_error.py +7 -3
- vellum/types/vellum_error_request.py +7 -3
- vellum/types/vellum_image.py +7 -3
- vellum/types/vellum_image_request.py +7 -3
- vellum/types/vellum_variable.py +7 -3
- vellum/types/visibility_enum.py +5 -0
- vellum/types/workflow_deployment_read.py +12 -3
- vellum/types/workflow_event_error.py +7 -3
- vellum/types/workflow_execution_actual_chat_history_request.py +7 -3
- vellum/types/workflow_execution_actual_json_request.py +7 -3
- vellum/types/workflow_execution_actual_string_request.py +7 -3
- vellum/types/workflow_execution_node_result_event.py +7 -3
- vellum/types/workflow_execution_workflow_result_event.py +7 -3
- vellum/types/workflow_expand_meta_request.py +7 -3
- vellum/types/workflow_node_result_data.py +189 -45
- vellum/types/workflow_node_result_event.py +101 -20
- vellum/types/workflow_output.py +171 -36
- vellum/types/workflow_output_array.py +7 -3
- vellum/types/workflow_output_chat_history.py +7 -3
- vellum/types/workflow_output_error.py +7 -3
- vellum/types/workflow_output_function_call.py +7 -3
- vellum/types/workflow_output_image.py +7 -3
- vellum/types/workflow_output_json.py +7 -3
- vellum/types/workflow_output_number.py +7 -3
- vellum/types/workflow_output_search_results.py +7 -3
- vellum/types/workflow_output_string.py +7 -3
- vellum/types/workflow_release_tag_read.py +7 -3
- vellum/types/workflow_release_tag_workflow_deployment_history_item.py +7 -3
- vellum/types/workflow_request_chat_history_input_request.py +7 -3
- vellum/types/workflow_request_input_request.py +72 -16
- vellum/types/workflow_request_json_input_request.py +7 -3
- vellum/types/workflow_request_number_input_request.py +7 -3
- vellum/types/workflow_request_string_input_request.py +7 -3
- vellum/types/workflow_result_event.py +7 -3
- vellum/types/workflow_result_event_output_data.py +178 -33
- vellum/types/workflow_result_event_output_data_array.py +7 -3
- vellum/types/workflow_result_event_output_data_chat_history.py +7 -3
- vellum/types/workflow_result_event_output_data_error.py +7 -3
- vellum/types/workflow_result_event_output_data_function_call.py +7 -3
- vellum/types/workflow_result_event_output_data_json.py +7 -3
- vellum/types/workflow_result_event_output_data_number.py +7 -3
- vellum/types/workflow_result_event_output_data_search_results.py +7 -3
- vellum/types/workflow_result_event_output_data_string.py +7 -3
- vellum/types/workflow_stream_event.py +43 -8
- {vellum_ai-0.7.3.dist-info → vellum_ai-0.7.5.dist-info}/METADATA +13 -1
- vellum_ai-0.7.5.dist-info/RECORD +502 -0
- vellum/types/array_enum.py +0 -5
- vellum/types/chat_history_enum.py +0 -5
- vellum/types/create_enum.py +0 -5
- vellum/types/created_enum.py +0 -5
- vellum/types/delete_enum.py +0 -5
- vellum/types/deleted_enum.py +0 -5
- vellum/types/error_enum.py +0 -5
- vellum/types/function_call_enum.py +0 -5
- vellum/types/hkunlp_instructor_xl_enum.py +0 -5
- vellum/types/image_enum.py +0 -5
- vellum/types/initiated_enum.py +0 -5
- vellum/types/intfloat_multilingual_e_5_large_enum.py +0 -5
- vellum/types/json_enum.py +0 -5
- vellum/types/merge_enum.py +0 -5
- vellum/types/metric_enum.py +0 -5
- vellum/types/number_enum.py +0 -5
- vellum/types/pdf_enum.py +0 -5
- vellum/types/reducto_chunker_enum.py +0 -5
- vellum/types/rejected_enum.py +0 -5
- vellum/types/replace_enum.py +0 -5
- vellum/types/replaced_enum.py +0 -5
- vellum/types/search_error_response.py +0 -28
- vellum/types/search_results_enum.py +0 -5
- vellum/types/sentence_chunker_enum.py +0 -5
- vellum/types/sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum.py +0 -5
- vellum/types/sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum.py +0 -5
- vellum/types/streaming_enum.py +0 -5
- vellum/types/string_enum.py +0 -5
- vellum/types/submit_completion_actuals_error_response.py +0 -25
- vellum/types/subworkflow_enum.py +0 -5
- vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -5
- vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -5
- vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -5
- vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -5
- vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -5
- vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -5
- vellum/types/text_embedding_3_large_enum.py +0 -5
- vellum/types/text_embedding_3_small_enum.py +0 -5
- vellum/types/text_embedding_ada_002_enum.py +0 -5
- vellum/types/token_overlapping_window_chunker_enum.py +0 -5
- vellum/types/upload_document_error_response.py +0 -25
- vellum/types/upsert_enum.py +0 -5
- vellum_ai-0.7.3.dist-info/RECORD +0 -496
- {vellum_ai-0.7.3.dist-info → vellum_ai-0.7.5.dist-info}/LICENSE +0 -0
- {vellum_ai-0.7.3.dist-info → vellum_ai-0.7.5.dist-info}/WHEEL +0 -0
vellum/types/__init__.py
CHANGED
@@ -17,7 +17,8 @@ from .array_chat_message_content_item_request import (
|
|
17
17
|
ArrayChatMessageContentItemRequest_String,
|
18
18
|
)
|
19
19
|
from .array_chat_message_content_request import ArrayChatMessageContentRequest
|
20
|
-
from .
|
20
|
+
from .array_parameter_config import ArrayParameterConfig
|
21
|
+
from .array_parameter_config_request import ArrayParameterConfigRequest
|
21
22
|
from .array_variable_value_item import (
|
22
23
|
ArrayVariableValueItem,
|
23
24
|
ArrayVariableValueItem_Error,
|
@@ -59,7 +60,8 @@ from .basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1 import
|
|
59
60
|
from .basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request import (
|
60
61
|
BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request,
|
61
62
|
)
|
62
|
-
from .
|
63
|
+
from .boolean_parameter_config import BooleanParameterConfig
|
64
|
+
from .boolean_parameter_config_request import BooleanParameterConfigRequest
|
63
65
|
from .chat_history_input_request import ChatHistoryInputRequest
|
64
66
|
from .chat_message import ChatMessage
|
65
67
|
from .chat_message_content import (
|
@@ -103,11 +105,9 @@ from .compile_prompt_deployment_expand_meta_request import CompilePromptDeployme
|
|
103
105
|
from .compile_prompt_meta import CompilePromptMeta
|
104
106
|
from .conditional_node_result import ConditionalNodeResult
|
105
107
|
from .conditional_node_result_data import ConditionalNodeResultData
|
106
|
-
from .
|
108
|
+
from .const_parameter_config import ConstParameterConfig
|
109
|
+
from .const_parameter_config_request import ConstParameterConfigRequest
|
107
110
|
from .create_test_suite_test_case_request import CreateTestSuiteTestCaseRequest
|
108
|
-
from .created_enum import CreatedEnum
|
109
|
-
from .delete_enum import DeleteEnum
|
110
|
-
from .deleted_enum import DeletedEnum
|
111
111
|
from .deployment_provider_payload_response import DeploymentProviderPayloadResponse
|
112
112
|
from .deployment_provider_payload_response_payload import DeploymentProviderPayloadResponsePayload
|
113
113
|
from .deployment_read import DeploymentRead
|
@@ -134,11 +134,9 @@ from .document_status import DocumentStatus
|
|
134
134
|
from .enriched_normalized_completion import EnrichedNormalizedCompletion
|
135
135
|
from .entity_status import EntityStatus
|
136
136
|
from .environment_enum import EnvironmentEnum
|
137
|
-
from .error_enum import ErrorEnum
|
138
137
|
from .error_variable_value import ErrorVariableValue
|
139
138
|
from .error_vellum_value import ErrorVellumValue
|
140
139
|
from .error_vellum_value_request import ErrorVellumValueRequest
|
141
|
-
from .execute_prompt_api_error_response import ExecutePromptApiErrorResponse
|
142
140
|
from .execute_prompt_event import (
|
143
141
|
ExecutePromptEvent,
|
144
142
|
ExecutePromptEvent_Fulfilled,
|
@@ -151,9 +149,7 @@ from .execute_prompt_response import (
|
|
151
149
|
ExecutePromptResponse_Fulfilled,
|
152
150
|
ExecutePromptResponse_Rejected,
|
153
151
|
)
|
154
|
-
from .execute_workflow_error_response import ExecuteWorkflowErrorResponse
|
155
152
|
from .execute_workflow_response import ExecuteWorkflowResponse
|
156
|
-
from .execute_workflow_stream_error_response import ExecuteWorkflowStreamErrorResponse
|
157
153
|
from .execute_workflow_workflow_result_event import (
|
158
154
|
ExecuteWorkflowWorkflowResultEvent,
|
159
155
|
ExecuteWorkflowWorkflowResultEvent_Fulfilled,
|
@@ -192,12 +188,10 @@ from .function_call_chat_message_content import FunctionCallChatMessageContent
|
|
192
188
|
from .function_call_chat_message_content_request import FunctionCallChatMessageContentRequest
|
193
189
|
from .function_call_chat_message_content_value import FunctionCallChatMessageContentValue
|
194
190
|
from .function_call_chat_message_content_value_request import FunctionCallChatMessageContentValueRequest
|
195
|
-
from .function_call_enum import FunctionCallEnum
|
196
191
|
from .function_call_request import FunctionCallRequest
|
197
192
|
from .function_call_variable_value import FunctionCallVariableValue
|
198
193
|
from .function_call_vellum_value import FunctionCallVellumValue
|
199
194
|
from .function_call_vellum_value_request import FunctionCallVellumValueRequest
|
200
|
-
from .generate_error_response import GenerateErrorResponse
|
201
195
|
from .generate_options_request import GenerateOptionsRequest
|
202
196
|
from .generate_request import GenerateRequest
|
203
197
|
from .generate_response import GenerateResponse
|
@@ -207,12 +201,13 @@ from .generate_result_error import GenerateResultError
|
|
207
201
|
from .generate_stream_response import GenerateStreamResponse
|
208
202
|
from .generate_stream_result import GenerateStreamResult
|
209
203
|
from .generate_stream_result_data import GenerateStreamResultData
|
210
|
-
from .hkunlp_instructor_xl_enum import HkunlpInstructorXlEnum
|
211
204
|
from .hkunlp_instructor_xl_vectorizer import HkunlpInstructorXlVectorizer
|
212
205
|
from .hkunlp_instructor_xl_vectorizer_request import HkunlpInstructorXlVectorizerRequest
|
206
|
+
from .hosted_by_enum import HostedByEnum
|
207
|
+
from .hugging_face_tokenizer_config import HuggingFaceTokenizerConfig
|
208
|
+
from .hugging_face_tokenizer_config_request import HuggingFaceTokenizerConfigRequest
|
213
209
|
from .image_chat_message_content import ImageChatMessageContent
|
214
210
|
from .image_chat_message_content_request import ImageChatMessageContentRequest
|
215
|
-
from .image_enum import ImageEnum
|
216
211
|
from .image_variable_value import ImageVariableValue
|
217
212
|
from .image_vellum_value import ImageVellumValue
|
218
213
|
from .image_vellum_value_request import ImageVellumValueRequest
|
@@ -237,32 +232,61 @@ from .indexing_config_vectorizer_request import (
|
|
237
232
|
IndexingConfigVectorizerRequest_TextEmbeddingAda002,
|
238
233
|
)
|
239
234
|
from .indexing_state_enum import IndexingStateEnum
|
240
|
-
from .initiated_enum import InitiatedEnum
|
241
235
|
from .initiated_execute_prompt_event import InitiatedExecutePromptEvent
|
242
236
|
from .initiated_prompt_execution_meta import InitiatedPromptExecutionMeta
|
243
237
|
from .initiated_workflow_node_result_event import InitiatedWorkflowNodeResultEvent
|
244
238
|
from .instructor_vectorizer_config import InstructorVectorizerConfig
|
245
239
|
from .instructor_vectorizer_config_request import InstructorVectorizerConfigRequest
|
246
|
-
from .
|
240
|
+
from .integer_parameter_config import IntegerParameterConfig
|
241
|
+
from .integer_parameter_config_request import IntegerParameterConfigRequest
|
247
242
|
from .iteration_state_enum import IterationStateEnum
|
248
|
-
from .json_enum import JsonEnum
|
249
243
|
from .json_input_request import JsonInputRequest
|
250
244
|
from .json_variable_value import JsonVariableValue
|
251
245
|
from .json_vellum_value import JsonVellumValue
|
252
246
|
from .json_vellum_value_request import JsonVellumValueRequest
|
253
247
|
from .logical_operator import LogicalOperator
|
254
248
|
from .logprobs_enum import LogprobsEnum
|
255
|
-
from .map_enum import MapEnum
|
256
249
|
from .map_node_result import MapNodeResult
|
257
250
|
from .map_node_result_data import MapNodeResultData
|
258
|
-
from .merge_enum import MergeEnum
|
259
251
|
from .merge_node_result import MergeNodeResult
|
260
252
|
from .merge_node_result_data import MergeNodeResultData
|
261
253
|
from .metadata_filter_config_request import MetadataFilterConfigRequest
|
262
254
|
from .metadata_filter_rule_combinator import MetadataFilterRuleCombinator
|
263
255
|
from .metadata_filter_rule_request import MetadataFilterRuleRequest
|
264
|
-
from .metric_enum import MetricEnum
|
265
256
|
from .metric_node_result import MetricNodeResult
|
257
|
+
from .ml_model_build_config import MlModelBuildConfig
|
258
|
+
from .ml_model_build_config_request import MlModelBuildConfigRequest
|
259
|
+
from .ml_model_developer import MlModelDeveloper
|
260
|
+
from .ml_model_developer_enum_value_label import MlModelDeveloperEnumValueLabel
|
261
|
+
from .ml_model_display_config_labelled import MlModelDisplayConfigLabelled
|
262
|
+
from .ml_model_display_config_request import MlModelDisplayConfigRequest
|
263
|
+
from .ml_model_display_tag import MlModelDisplayTag
|
264
|
+
from .ml_model_display_tag_enum_value_label import MlModelDisplayTagEnumValueLabel
|
265
|
+
from .ml_model_exec_config import MlModelExecConfig
|
266
|
+
from .ml_model_exec_config_request import MlModelExecConfigRequest
|
267
|
+
from .ml_model_family import MlModelFamily
|
268
|
+
from .ml_model_family_enum_value_label import MlModelFamilyEnumValueLabel
|
269
|
+
from .ml_model_feature import MlModelFeature
|
270
|
+
from .ml_model_parameter_config import MlModelParameterConfig
|
271
|
+
from .ml_model_parameter_config_request import MlModelParameterConfigRequest
|
272
|
+
from .ml_model_read import MlModelRead
|
273
|
+
from .ml_model_request_authorization_config import MlModelRequestAuthorizationConfig
|
274
|
+
from .ml_model_request_authorization_config_request import MlModelRequestAuthorizationConfigRequest
|
275
|
+
from .ml_model_request_authorization_config_type_enum import MlModelRequestAuthorizationConfigTypeEnum
|
276
|
+
from .ml_model_request_config import MlModelRequestConfig
|
277
|
+
from .ml_model_request_config_request import MlModelRequestConfigRequest
|
278
|
+
from .ml_model_response_config import MlModelResponseConfig
|
279
|
+
from .ml_model_response_config_request import MlModelResponseConfigRequest
|
280
|
+
from .ml_model_tokenizer_config import (
|
281
|
+
MlModelTokenizerConfig,
|
282
|
+
MlModelTokenizerConfig_HuggingFace,
|
283
|
+
MlModelTokenizerConfig_Tiktoken,
|
284
|
+
)
|
285
|
+
from .ml_model_tokenizer_config_request import (
|
286
|
+
MlModelTokenizerConfigRequest,
|
287
|
+
MlModelTokenizerConfigRequest_HuggingFace,
|
288
|
+
MlModelTokenizerConfigRequest_Tiktoken,
|
289
|
+
)
|
266
290
|
from .ml_model_usage import MlModelUsage
|
267
291
|
from .named_scenario_input_chat_history_variable_value_request import NamedScenarioInputChatHistoryVariableValueRequest
|
268
292
|
from .named_scenario_input_request import (
|
@@ -349,10 +373,15 @@ from .node_output_compiled_value import (
|
|
349
373
|
)
|
350
374
|
from .normalized_log_probs import NormalizedLogProbs
|
351
375
|
from .normalized_token_log_probs import NormalizedTokenLogProbs
|
352
|
-
from .
|
376
|
+
from .number_parameter_config import NumberParameterConfig
|
377
|
+
from .number_parameter_config_request import NumberParameterConfigRequest
|
353
378
|
from .number_variable_value import NumberVariableValue
|
354
379
|
from .number_vellum_value import NumberVellumValue
|
355
380
|
from .number_vellum_value_request import NumberVellumValueRequest
|
381
|
+
from .object_parameter_config import ObjectParameterConfig
|
382
|
+
from .object_parameter_config_request import ObjectParameterConfigRequest
|
383
|
+
from .one_of_parameter_config import OneOfParameterConfig
|
384
|
+
from .one_of_parameter_config_request import OneOfParameterConfigRequest
|
356
385
|
from .open_ai_vectorizer_config import OpenAiVectorizerConfig
|
357
386
|
from .open_ai_vectorizer_config_request import OpenAiVectorizerConfigRequest
|
358
387
|
from .open_ai_vectorizer_text_embedding_3_large import OpenAiVectorizerTextEmbedding3Large
|
@@ -362,12 +391,34 @@ from .open_ai_vectorizer_text_embedding_3_small_request import OpenAiVectorizerT
|
|
362
391
|
from .open_ai_vectorizer_text_embedding_ada_002 import OpenAiVectorizerTextEmbeddingAda002
|
363
392
|
from .open_ai_vectorizer_text_embedding_ada_002_request import OpenAiVectorizerTextEmbeddingAda002Request
|
364
393
|
from .paginated_document_index_read_list import PaginatedDocumentIndexReadList
|
394
|
+
from .paginated_ml_model_read_list import PaginatedMlModelReadList
|
365
395
|
from .paginated_slim_deployment_read_list import PaginatedSlimDeploymentReadList
|
366
396
|
from .paginated_slim_document_list import PaginatedSlimDocumentList
|
367
397
|
from .paginated_slim_workflow_deployment_list import PaginatedSlimWorkflowDeploymentList
|
368
398
|
from .paginated_test_suite_run_execution_list import PaginatedTestSuiteRunExecutionList
|
369
399
|
from .paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
|
370
|
-
from .
|
400
|
+
from .parameter_config import (
|
401
|
+
ParameterConfig,
|
402
|
+
ParameterConfig_Array,
|
403
|
+
ParameterConfig_Boolean,
|
404
|
+
ParameterConfig_Const,
|
405
|
+
ParameterConfig_Integer,
|
406
|
+
ParameterConfig_Number,
|
407
|
+
ParameterConfig_Object,
|
408
|
+
ParameterConfig_OneOf,
|
409
|
+
ParameterConfig_String,
|
410
|
+
)
|
411
|
+
from .parameter_config_request import (
|
412
|
+
ParameterConfigRequest,
|
413
|
+
ParameterConfigRequest_Array,
|
414
|
+
ParameterConfigRequest_Boolean,
|
415
|
+
ParameterConfigRequest_Const,
|
416
|
+
ParameterConfigRequest_Integer,
|
417
|
+
ParameterConfigRequest_Number,
|
418
|
+
ParameterConfigRequest_Object,
|
419
|
+
ParameterConfigRequest_OneOf,
|
420
|
+
ParameterConfigRequest_String,
|
421
|
+
)
|
371
422
|
from .pdf_search_result_meta_source import PdfSearchResultMetaSource
|
372
423
|
from .pdf_search_result_meta_source_request import PdfSearchResultMetaSourceRequest
|
373
424
|
from .processing_failure_reason_enum import ProcessingFailureReasonEnum
|
@@ -393,24 +444,19 @@ from .prompt_output import (
|
|
393
444
|
from .raw_prompt_execution_overrides_request import RawPromptExecutionOverridesRequest
|
394
445
|
from .reducto_chunker_config import ReductoChunkerConfig
|
395
446
|
from .reducto_chunker_config_request import ReductoChunkerConfigRequest
|
396
|
-
from .reducto_chunker_enum import ReductoChunkerEnum
|
397
447
|
from .reducto_chunking import ReductoChunking
|
398
448
|
from .reducto_chunking_request import ReductoChunkingRequest
|
399
|
-
from .rejected_enum import RejectedEnum
|
400
449
|
from .rejected_execute_prompt_event import RejectedExecutePromptEvent
|
401
450
|
from .rejected_execute_prompt_response import RejectedExecutePromptResponse
|
402
451
|
from .rejected_execute_workflow_workflow_result_event import RejectedExecuteWorkflowWorkflowResultEvent
|
403
452
|
from .rejected_prompt_execution_meta import RejectedPromptExecutionMeta
|
404
453
|
from .rejected_workflow_node_result_event import RejectedWorkflowNodeResultEvent
|
405
454
|
from .release_tag_source import ReleaseTagSource
|
406
|
-
from .replace_enum import ReplaceEnum
|
407
455
|
from .replace_test_suite_test_case_request import ReplaceTestSuiteTestCaseRequest
|
408
|
-
from .replaced_enum import ReplacedEnum
|
409
456
|
from .sandbox_scenario import SandboxScenario
|
410
457
|
from .scenario_input import ScenarioInput, ScenarioInput_ChatHistory, ScenarioInput_String
|
411
458
|
from .scenario_input_chat_history_variable_value import ScenarioInputChatHistoryVariableValue
|
412
459
|
from .scenario_input_string_variable_value import ScenarioInputStringVariableValue
|
413
|
-
from .search_error_response import SearchErrorResponse
|
414
460
|
from .search_filters_request import SearchFiltersRequest
|
415
461
|
from .search_node_result import SearchNodeResult
|
416
462
|
from .search_node_result_data import SearchNodeResultData
|
@@ -425,38 +471,32 @@ from .search_result_meta_request import SearchResultMetaRequest
|
|
425
471
|
from .search_result_meta_source import SearchResultMetaSource, SearchResultMetaSource_Pdf
|
426
472
|
from .search_result_meta_source_request import SearchResultMetaSourceRequest, SearchResultMetaSourceRequest_Pdf
|
427
473
|
from .search_result_request import SearchResultRequest
|
428
|
-
from .search_results_enum import SearchResultsEnum
|
429
474
|
from .search_weights_request import SearchWeightsRequest
|
430
475
|
from .sentence_chunker_config import SentenceChunkerConfig
|
431
476
|
from .sentence_chunker_config_request import SentenceChunkerConfigRequest
|
432
|
-
from .sentence_chunker_enum import SentenceChunkerEnum
|
433
477
|
from .sentence_chunking import SentenceChunking
|
434
478
|
from .sentence_chunking_request import SentenceChunkingRequest
|
435
|
-
from .sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum import SentenceTransformersMultiQaMpnetBaseCosV1Enum
|
436
|
-
from .sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum import SentenceTransformersMultiQaMpnetBaseDotV1Enum
|
437
479
|
from .slim_deployment_read import SlimDeploymentRead
|
438
480
|
from .slim_document import SlimDocument
|
439
481
|
from .slim_workflow_deployment import SlimWorkflowDeployment
|
440
|
-
from .streaming_enum import StreamingEnum
|
441
482
|
from .streaming_execute_prompt_event import StreamingExecutePromptEvent
|
442
483
|
from .streaming_prompt_execution_meta import StreamingPromptExecutionMeta
|
443
484
|
from .streaming_workflow_node_result_event import StreamingWorkflowNodeResultEvent
|
444
485
|
from .string_chat_message_content import StringChatMessageContent
|
445
486
|
from .string_chat_message_content_request import StringChatMessageContentRequest
|
446
|
-
from .string_enum import StringEnum
|
447
487
|
from .string_input_request import StringInputRequest
|
488
|
+
from .string_parameter_config import StringParameterConfig
|
489
|
+
from .string_parameter_config_request import StringParameterConfigRequest
|
448
490
|
from .string_variable_value import StringVariableValue
|
449
491
|
from .string_vellum_value import StringVellumValue
|
450
492
|
from .string_vellum_value_request import StringVellumValueRequest
|
451
493
|
from .submit_completion_actual_request import SubmitCompletionActualRequest
|
452
|
-
from .submit_completion_actuals_error_response import SubmitCompletionActualsErrorResponse
|
453
494
|
from .submit_workflow_execution_actual_request import (
|
454
495
|
SubmitWorkflowExecutionActualRequest,
|
455
496
|
SubmitWorkflowExecutionActualRequest_ChatHistory,
|
456
497
|
SubmitWorkflowExecutionActualRequest_Json,
|
457
498
|
SubmitWorkflowExecutionActualRequest_String,
|
458
499
|
)
|
459
|
-
from .subworkflow_enum import SubworkflowEnum
|
460
500
|
from .subworkflow_node_result import SubworkflowNodeResult
|
461
501
|
from .subworkflow_node_result_data import SubworkflowNodeResultData
|
462
502
|
from .templating_node_array_result import TemplatingNodeArrayResult
|
@@ -526,9 +566,6 @@ from .test_suite_run_deployment_release_tag_exec_config_data_request import (
|
|
526
566
|
TestSuiteRunDeploymentReleaseTagExecConfigDataRequest,
|
527
567
|
)
|
528
568
|
from .test_suite_run_deployment_release_tag_exec_config_request import TestSuiteRunDeploymentReleaseTagExecConfigRequest
|
529
|
-
from .test_suite_run_deployment_release_tag_exec_config_type_enum import (
|
530
|
-
TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum,
|
531
|
-
)
|
532
569
|
from .test_suite_run_exec_config import (
|
533
570
|
TestSuiteRunExecConfig,
|
534
571
|
TestSuiteRunExecConfig_DeploymentReleaseTag,
|
@@ -567,11 +604,8 @@ from .test_suite_run_external_exec_config import TestSuiteRunExternalExecConfig
|
|
567
604
|
from .test_suite_run_external_exec_config_data import TestSuiteRunExternalExecConfigData
|
568
605
|
from .test_suite_run_external_exec_config_data_request import TestSuiteRunExternalExecConfigDataRequest
|
569
606
|
from .test_suite_run_external_exec_config_request import TestSuiteRunExternalExecConfigRequest
|
570
|
-
from .test_suite_run_external_exec_config_type_enum import TestSuiteRunExternalExecConfigTypeEnum
|
571
607
|
from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
|
572
|
-
from .test_suite_run_metric_error_output_type_enum import TestSuiteRunMetricErrorOutputTypeEnum
|
573
608
|
from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
|
574
|
-
from .test_suite_run_metric_number_output_type_enum import TestSuiteRunMetricNumberOutputTypeEnum
|
575
609
|
from .test_suite_run_metric_output import (
|
576
610
|
TestSuiteRunMetricOutput,
|
577
611
|
TestSuiteRunMetricOutput_Error,
|
@@ -579,7 +613,6 @@ from .test_suite_run_metric_output import (
|
|
579
613
|
TestSuiteRunMetricOutput_String,
|
580
614
|
)
|
581
615
|
from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
|
582
|
-
from .test_suite_run_metric_string_output_type_enum import TestSuiteRunMetricStringOutputTypeEnum
|
583
616
|
from .test_suite_run_read import TestSuiteRunRead
|
584
617
|
from .test_suite_run_state import TestSuiteRunState
|
585
618
|
from .test_suite_run_test_suite import TestSuiteRunTestSuite
|
@@ -589,7 +622,6 @@ from .test_suite_run_workflow_release_tag_exec_config_data_request import (
|
|
589
622
|
TestSuiteRunWorkflowReleaseTagExecConfigDataRequest,
|
590
623
|
)
|
591
624
|
from .test_suite_run_workflow_release_tag_exec_config_request import TestSuiteRunWorkflowReleaseTagExecConfigRequest
|
592
|
-
from .test_suite_run_workflow_release_tag_exec_config_type_enum import TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum
|
593
625
|
from .test_suite_test_case import TestSuiteTestCase
|
594
626
|
from .test_suite_test_case_bulk_operation_request import (
|
595
627
|
TestSuiteTestCaseBulkOperationRequest,
|
@@ -617,17 +649,13 @@ from .test_suite_test_case_replace_bulk_operation_request import TestSuiteTestCa
|
|
617
649
|
from .test_suite_test_case_replaced_bulk_result import TestSuiteTestCaseReplacedBulkResult
|
618
650
|
from .test_suite_test_case_replaced_bulk_result_data import TestSuiteTestCaseReplacedBulkResultData
|
619
651
|
from .test_suite_test_case_upsert_bulk_operation_request import TestSuiteTestCaseUpsertBulkOperationRequest
|
620
|
-
from .
|
621
|
-
from .
|
622
|
-
from .text_embedding_ada_002_enum import TextEmbeddingAda002Enum
|
652
|
+
from .tik_token_tokenizer_config import TikTokenTokenizerConfig
|
653
|
+
from .tik_token_tokenizer_config_request import TikTokenTokenizerConfigRequest
|
623
654
|
from .token_overlapping_window_chunker_config import TokenOverlappingWindowChunkerConfig
|
624
655
|
from .token_overlapping_window_chunker_config_request import TokenOverlappingWindowChunkerConfigRequest
|
625
|
-
from .token_overlapping_window_chunker_enum import TokenOverlappingWindowChunkerEnum
|
626
656
|
from .token_overlapping_window_chunking import TokenOverlappingWindowChunking
|
627
657
|
from .token_overlapping_window_chunking_request import TokenOverlappingWindowChunkingRequest
|
628
|
-
from .upload_document_error_response import UploadDocumentErrorResponse
|
629
658
|
from .upload_document_response import UploadDocumentResponse
|
630
|
-
from .upsert_enum import UpsertEnum
|
631
659
|
from .upsert_test_suite_test_case_request import UpsertTestSuiteTestCaseRequest
|
632
660
|
from .vellum_error import VellumError
|
633
661
|
from .vellum_error_code_enum import VellumErrorCodeEnum
|
@@ -636,6 +664,7 @@ from .vellum_image import VellumImage
|
|
636
664
|
from .vellum_image_request import VellumImageRequest
|
637
665
|
from .vellum_variable import VellumVariable
|
638
666
|
from .vellum_variable_type import VellumVariableType
|
667
|
+
from .visibility_enum import VisibilityEnum
|
639
668
|
from .workflow_deployment_read import WorkflowDeploymentRead
|
640
669
|
from .workflow_event_error import WorkflowEventError
|
641
670
|
from .workflow_execution_actual_chat_history_request import WorkflowExecutionActualChatHistoryRequest
|
@@ -738,7 +767,8 @@ __all__ = [
|
|
738
767
|
"ArrayChatMessageContentItem_Image",
|
739
768
|
"ArrayChatMessageContentItem_String",
|
740
769
|
"ArrayChatMessageContentRequest",
|
741
|
-
"
|
770
|
+
"ArrayParameterConfig",
|
771
|
+
"ArrayParameterConfigRequest",
|
742
772
|
"ArrayVariableValueItem",
|
743
773
|
"ArrayVariableValueItem_Error",
|
744
774
|
"ArrayVariableValueItem_FunctionCall",
|
@@ -766,7 +796,8 @@ __all__ = [
|
|
766
796
|
"BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request",
|
767
797
|
"BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1",
|
768
798
|
"BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request",
|
769
|
-
"
|
799
|
+
"BooleanParameterConfig",
|
800
|
+
"BooleanParameterConfigRequest",
|
770
801
|
"ChatHistoryInputRequest",
|
771
802
|
"ChatMessage",
|
772
803
|
"ChatMessageContent",
|
@@ -804,11 +835,9 @@ __all__ = [
|
|
804
835
|
"CompilePromptMeta",
|
805
836
|
"ConditionalNodeResult",
|
806
837
|
"ConditionalNodeResultData",
|
807
|
-
"
|
838
|
+
"ConstParameterConfig",
|
839
|
+
"ConstParameterConfigRequest",
|
808
840
|
"CreateTestSuiteTestCaseRequest",
|
809
|
-
"CreatedEnum",
|
810
|
-
"DeleteEnum",
|
811
|
-
"DeletedEnum",
|
812
841
|
"DeploymentProviderPayloadResponse",
|
813
842
|
"DeploymentProviderPayloadResponsePayload",
|
814
843
|
"DeploymentRead",
|
@@ -831,11 +860,9 @@ __all__ = [
|
|
831
860
|
"EnrichedNormalizedCompletion",
|
832
861
|
"EntityStatus",
|
833
862
|
"EnvironmentEnum",
|
834
|
-
"ErrorEnum",
|
835
863
|
"ErrorVariableValue",
|
836
864
|
"ErrorVellumValue",
|
837
865
|
"ErrorVellumValueRequest",
|
838
|
-
"ExecutePromptApiErrorResponse",
|
839
866
|
"ExecutePromptEvent",
|
840
867
|
"ExecutePromptEvent_Fulfilled",
|
841
868
|
"ExecutePromptEvent_Initiated",
|
@@ -844,9 +871,7 @@ __all__ = [
|
|
844
871
|
"ExecutePromptResponse",
|
845
872
|
"ExecutePromptResponse_Fulfilled",
|
846
873
|
"ExecutePromptResponse_Rejected",
|
847
|
-
"ExecuteWorkflowErrorResponse",
|
848
874
|
"ExecuteWorkflowResponse",
|
849
|
-
"ExecuteWorkflowStreamErrorResponse",
|
850
875
|
"ExecuteWorkflowWorkflowResultEvent",
|
851
876
|
"ExecuteWorkflowWorkflowResultEvent_Fulfilled",
|
852
877
|
"ExecuteWorkflowWorkflowResultEvent_Rejected",
|
@@ -881,12 +906,10 @@ __all__ = [
|
|
881
906
|
"FunctionCallChatMessageContentRequest",
|
882
907
|
"FunctionCallChatMessageContentValue",
|
883
908
|
"FunctionCallChatMessageContentValueRequest",
|
884
|
-
"FunctionCallEnum",
|
885
909
|
"FunctionCallRequest",
|
886
910
|
"FunctionCallVariableValue",
|
887
911
|
"FunctionCallVellumValue",
|
888
912
|
"FunctionCallVellumValueRequest",
|
889
|
-
"GenerateErrorResponse",
|
890
913
|
"GenerateOptionsRequest",
|
891
914
|
"GenerateRequest",
|
892
915
|
"GenerateResponse",
|
@@ -896,12 +919,13 @@ __all__ = [
|
|
896
919
|
"GenerateStreamResponse",
|
897
920
|
"GenerateStreamResult",
|
898
921
|
"GenerateStreamResultData",
|
899
|
-
"HkunlpInstructorXlEnum",
|
900
922
|
"HkunlpInstructorXlVectorizer",
|
901
923
|
"HkunlpInstructorXlVectorizerRequest",
|
924
|
+
"HostedByEnum",
|
925
|
+
"HuggingFaceTokenizerConfig",
|
926
|
+
"HuggingFaceTokenizerConfigRequest",
|
902
927
|
"ImageChatMessageContent",
|
903
928
|
"ImageChatMessageContentRequest",
|
904
|
-
"ImageEnum",
|
905
929
|
"ImageVariableValue",
|
906
930
|
"ImageVellumValue",
|
907
931
|
"ImageVellumValueRequest",
|
@@ -922,32 +946,57 @@ __all__ = [
|
|
922
946
|
"IndexingConfigVectorizer_TextEmbedding3Small",
|
923
947
|
"IndexingConfigVectorizer_TextEmbeddingAda002",
|
924
948
|
"IndexingStateEnum",
|
925
|
-
"InitiatedEnum",
|
926
949
|
"InitiatedExecutePromptEvent",
|
927
950
|
"InitiatedPromptExecutionMeta",
|
928
951
|
"InitiatedWorkflowNodeResultEvent",
|
929
952
|
"InstructorVectorizerConfig",
|
930
953
|
"InstructorVectorizerConfigRequest",
|
931
|
-
"
|
954
|
+
"IntegerParameterConfig",
|
955
|
+
"IntegerParameterConfigRequest",
|
932
956
|
"IterationStateEnum",
|
933
|
-
"JsonEnum",
|
934
957
|
"JsonInputRequest",
|
935
958
|
"JsonVariableValue",
|
936
959
|
"JsonVellumValue",
|
937
960
|
"JsonVellumValueRequest",
|
938
961
|
"LogicalOperator",
|
939
962
|
"LogprobsEnum",
|
940
|
-
"MapEnum",
|
941
963
|
"MapNodeResult",
|
942
964
|
"MapNodeResultData",
|
943
|
-
"MergeEnum",
|
944
965
|
"MergeNodeResult",
|
945
966
|
"MergeNodeResultData",
|
946
967
|
"MetadataFilterConfigRequest",
|
947
968
|
"MetadataFilterRuleCombinator",
|
948
969
|
"MetadataFilterRuleRequest",
|
949
|
-
"MetricEnum",
|
950
970
|
"MetricNodeResult",
|
971
|
+
"MlModelBuildConfig",
|
972
|
+
"MlModelBuildConfigRequest",
|
973
|
+
"MlModelDeveloper",
|
974
|
+
"MlModelDeveloperEnumValueLabel",
|
975
|
+
"MlModelDisplayConfigLabelled",
|
976
|
+
"MlModelDisplayConfigRequest",
|
977
|
+
"MlModelDisplayTag",
|
978
|
+
"MlModelDisplayTagEnumValueLabel",
|
979
|
+
"MlModelExecConfig",
|
980
|
+
"MlModelExecConfigRequest",
|
981
|
+
"MlModelFamily",
|
982
|
+
"MlModelFamilyEnumValueLabel",
|
983
|
+
"MlModelFeature",
|
984
|
+
"MlModelParameterConfig",
|
985
|
+
"MlModelParameterConfigRequest",
|
986
|
+
"MlModelRead",
|
987
|
+
"MlModelRequestAuthorizationConfig",
|
988
|
+
"MlModelRequestAuthorizationConfigRequest",
|
989
|
+
"MlModelRequestAuthorizationConfigTypeEnum",
|
990
|
+
"MlModelRequestConfig",
|
991
|
+
"MlModelRequestConfigRequest",
|
992
|
+
"MlModelResponseConfig",
|
993
|
+
"MlModelResponseConfigRequest",
|
994
|
+
"MlModelTokenizerConfig",
|
995
|
+
"MlModelTokenizerConfigRequest",
|
996
|
+
"MlModelTokenizerConfigRequest_HuggingFace",
|
997
|
+
"MlModelTokenizerConfigRequest_Tiktoken",
|
998
|
+
"MlModelTokenizerConfig_HuggingFace",
|
999
|
+
"MlModelTokenizerConfig_Tiktoken",
|
951
1000
|
"MlModelUsage",
|
952
1001
|
"NamedScenarioInputChatHistoryVariableValueRequest",
|
953
1002
|
"NamedScenarioInputRequest",
|
@@ -1024,10 +1073,15 @@ __all__ = [
|
|
1024
1073
|
"NodeOutputCompiledValue_String",
|
1025
1074
|
"NormalizedLogProbs",
|
1026
1075
|
"NormalizedTokenLogProbs",
|
1027
|
-
"
|
1076
|
+
"NumberParameterConfig",
|
1077
|
+
"NumberParameterConfigRequest",
|
1028
1078
|
"NumberVariableValue",
|
1029
1079
|
"NumberVellumValue",
|
1030
1080
|
"NumberVellumValueRequest",
|
1081
|
+
"ObjectParameterConfig",
|
1082
|
+
"ObjectParameterConfigRequest",
|
1083
|
+
"OneOfParameterConfig",
|
1084
|
+
"OneOfParameterConfigRequest",
|
1031
1085
|
"OpenAiVectorizerConfig",
|
1032
1086
|
"OpenAiVectorizerConfigRequest",
|
1033
1087
|
"OpenAiVectorizerTextEmbedding3Large",
|
@@ -1037,12 +1091,30 @@ __all__ = [
|
|
1037
1091
|
"OpenAiVectorizerTextEmbeddingAda002",
|
1038
1092
|
"OpenAiVectorizerTextEmbeddingAda002Request",
|
1039
1093
|
"PaginatedDocumentIndexReadList",
|
1094
|
+
"PaginatedMlModelReadList",
|
1040
1095
|
"PaginatedSlimDeploymentReadList",
|
1041
1096
|
"PaginatedSlimDocumentList",
|
1042
1097
|
"PaginatedSlimWorkflowDeploymentList",
|
1043
1098
|
"PaginatedTestSuiteRunExecutionList",
|
1044
1099
|
"PaginatedTestSuiteTestCaseList",
|
1045
|
-
"
|
1100
|
+
"ParameterConfig",
|
1101
|
+
"ParameterConfigRequest",
|
1102
|
+
"ParameterConfigRequest_Array",
|
1103
|
+
"ParameterConfigRequest_Boolean",
|
1104
|
+
"ParameterConfigRequest_Const",
|
1105
|
+
"ParameterConfigRequest_Integer",
|
1106
|
+
"ParameterConfigRequest_Number",
|
1107
|
+
"ParameterConfigRequest_Object",
|
1108
|
+
"ParameterConfigRequest_OneOf",
|
1109
|
+
"ParameterConfigRequest_String",
|
1110
|
+
"ParameterConfig_Array",
|
1111
|
+
"ParameterConfig_Boolean",
|
1112
|
+
"ParameterConfig_Const",
|
1113
|
+
"ParameterConfig_Integer",
|
1114
|
+
"ParameterConfig_Number",
|
1115
|
+
"ParameterConfig_Object",
|
1116
|
+
"ParameterConfig_OneOf",
|
1117
|
+
"ParameterConfig_String",
|
1046
1118
|
"PdfSearchResultMetaSource",
|
1047
1119
|
"PdfSearchResultMetaSourceRequest",
|
1048
1120
|
"ProcessingFailureReasonEnum",
|
@@ -1064,26 +1136,21 @@ __all__ = [
|
|
1064
1136
|
"RawPromptExecutionOverridesRequest",
|
1065
1137
|
"ReductoChunkerConfig",
|
1066
1138
|
"ReductoChunkerConfigRequest",
|
1067
|
-
"ReductoChunkerEnum",
|
1068
1139
|
"ReductoChunking",
|
1069
1140
|
"ReductoChunkingRequest",
|
1070
|
-
"RejectedEnum",
|
1071
1141
|
"RejectedExecutePromptEvent",
|
1072
1142
|
"RejectedExecutePromptResponse",
|
1073
1143
|
"RejectedExecuteWorkflowWorkflowResultEvent",
|
1074
1144
|
"RejectedPromptExecutionMeta",
|
1075
1145
|
"RejectedWorkflowNodeResultEvent",
|
1076
1146
|
"ReleaseTagSource",
|
1077
|
-
"ReplaceEnum",
|
1078
1147
|
"ReplaceTestSuiteTestCaseRequest",
|
1079
|
-
"ReplacedEnum",
|
1080
1148
|
"SandboxScenario",
|
1081
1149
|
"ScenarioInput",
|
1082
1150
|
"ScenarioInputChatHistoryVariableValue",
|
1083
1151
|
"ScenarioInputStringVariableValue",
|
1084
1152
|
"ScenarioInput_ChatHistory",
|
1085
1153
|
"ScenarioInput_String",
|
1086
|
-
"SearchErrorResponse",
|
1087
1154
|
"SearchFiltersRequest",
|
1088
1155
|
"SearchNodeResult",
|
1089
1156
|
"SearchNodeResultData",
|
@@ -1100,36 +1167,30 @@ __all__ = [
|
|
1100
1167
|
"SearchResultMetaSourceRequest_Pdf",
|
1101
1168
|
"SearchResultMetaSource_Pdf",
|
1102
1169
|
"SearchResultRequest",
|
1103
|
-
"SearchResultsEnum",
|
1104
1170
|
"SearchWeightsRequest",
|
1105
1171
|
"SentenceChunkerConfig",
|
1106
1172
|
"SentenceChunkerConfigRequest",
|
1107
|
-
"SentenceChunkerEnum",
|
1108
1173
|
"SentenceChunking",
|
1109
1174
|
"SentenceChunkingRequest",
|
1110
|
-
"SentenceTransformersMultiQaMpnetBaseCosV1Enum",
|
1111
|
-
"SentenceTransformersMultiQaMpnetBaseDotV1Enum",
|
1112
1175
|
"SlimDeploymentRead",
|
1113
1176
|
"SlimDocument",
|
1114
1177
|
"SlimWorkflowDeployment",
|
1115
|
-
"StreamingEnum",
|
1116
1178
|
"StreamingExecutePromptEvent",
|
1117
1179
|
"StreamingPromptExecutionMeta",
|
1118
1180
|
"StreamingWorkflowNodeResultEvent",
|
1119
1181
|
"StringChatMessageContent",
|
1120
1182
|
"StringChatMessageContentRequest",
|
1121
|
-
"StringEnum",
|
1122
1183
|
"StringInputRequest",
|
1184
|
+
"StringParameterConfig",
|
1185
|
+
"StringParameterConfigRequest",
|
1123
1186
|
"StringVariableValue",
|
1124
1187
|
"StringVellumValue",
|
1125
1188
|
"StringVellumValueRequest",
|
1126
1189
|
"SubmitCompletionActualRequest",
|
1127
|
-
"SubmitCompletionActualsErrorResponse",
|
1128
1190
|
"SubmitWorkflowExecutionActualRequest",
|
1129
1191
|
"SubmitWorkflowExecutionActualRequest_ChatHistory",
|
1130
1192
|
"SubmitWorkflowExecutionActualRequest_Json",
|
1131
1193
|
"SubmitWorkflowExecutionActualRequest_String",
|
1132
|
-
"SubworkflowEnum",
|
1133
1194
|
"SubworkflowNodeResult",
|
1134
1195
|
"SubworkflowNodeResultData",
|
1135
1196
|
"TemplatingNodeArrayResult",
|
@@ -1191,7 +1252,6 @@ __all__ = [
|
|
1191
1252
|
"TestSuiteRunDeploymentReleaseTagExecConfigData",
|
1192
1253
|
"TestSuiteRunDeploymentReleaseTagExecConfigDataRequest",
|
1193
1254
|
"TestSuiteRunDeploymentReleaseTagExecConfigRequest",
|
1194
|
-
"TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum",
|
1195
1255
|
"TestSuiteRunExecConfig",
|
1196
1256
|
"TestSuiteRunExecConfigRequest",
|
1197
1257
|
"TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
|
@@ -1224,17 +1284,13 @@ __all__ = [
|
|
1224
1284
|
"TestSuiteRunExternalExecConfigData",
|
1225
1285
|
"TestSuiteRunExternalExecConfigDataRequest",
|
1226
1286
|
"TestSuiteRunExternalExecConfigRequest",
|
1227
|
-
"TestSuiteRunExternalExecConfigTypeEnum",
|
1228
1287
|
"TestSuiteRunMetricErrorOutput",
|
1229
|
-
"TestSuiteRunMetricErrorOutputTypeEnum",
|
1230
1288
|
"TestSuiteRunMetricNumberOutput",
|
1231
|
-
"TestSuiteRunMetricNumberOutputTypeEnum",
|
1232
1289
|
"TestSuiteRunMetricOutput",
|
1233
1290
|
"TestSuiteRunMetricOutput_Error",
|
1234
1291
|
"TestSuiteRunMetricOutput_Number",
|
1235
1292
|
"TestSuiteRunMetricOutput_String",
|
1236
1293
|
"TestSuiteRunMetricStringOutput",
|
1237
|
-
"TestSuiteRunMetricStringOutputTypeEnum",
|
1238
1294
|
"TestSuiteRunRead",
|
1239
1295
|
"TestSuiteRunState",
|
1240
1296
|
"TestSuiteRunTestSuite",
|
@@ -1242,7 +1298,6 @@ __all__ = [
|
|
1242
1298
|
"TestSuiteRunWorkflowReleaseTagExecConfigData",
|
1243
1299
|
"TestSuiteRunWorkflowReleaseTagExecConfigDataRequest",
|
1244
1300
|
"TestSuiteRunWorkflowReleaseTagExecConfigRequest",
|
1245
|
-
"TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum",
|
1246
1301
|
"TestSuiteTestCase",
|
1247
1302
|
"TestSuiteTestCaseBulkOperationRequest",
|
1248
1303
|
"TestSuiteTestCaseBulkOperationRequest_Create",
|
@@ -1266,17 +1321,13 @@ __all__ = [
|
|
1266
1321
|
"TestSuiteTestCaseReplacedBulkResult",
|
1267
1322
|
"TestSuiteTestCaseReplacedBulkResultData",
|
1268
1323
|
"TestSuiteTestCaseUpsertBulkOperationRequest",
|
1269
|
-
"
|
1270
|
-
"
|
1271
|
-
"TextEmbeddingAda002Enum",
|
1324
|
+
"TikTokenTokenizerConfig",
|
1325
|
+
"TikTokenTokenizerConfigRequest",
|
1272
1326
|
"TokenOverlappingWindowChunkerConfig",
|
1273
1327
|
"TokenOverlappingWindowChunkerConfigRequest",
|
1274
|
-
"TokenOverlappingWindowChunkerEnum",
|
1275
1328
|
"TokenOverlappingWindowChunking",
|
1276
1329
|
"TokenOverlappingWindowChunkingRequest",
|
1277
|
-
"UploadDocumentErrorResponse",
|
1278
1330
|
"UploadDocumentResponse",
|
1279
|
-
"UpsertEnum",
|
1280
1331
|
"UpsertTestSuiteTestCaseRequest",
|
1281
1332
|
"VellumError",
|
1282
1333
|
"VellumErrorCodeEnum",
|
@@ -1285,6 +1336,7 @@ __all__ = [
|
|
1285
1336
|
"VellumImageRequest",
|
1286
1337
|
"VellumVariable",
|
1287
1338
|
"VellumVariableType",
|
1339
|
+
"VisibilityEnum",
|
1288
1340
|
"WorkflowDeploymentRead",
|
1289
1341
|
"WorkflowEventError",
|
1290
1342
|
"WorkflowExecutionActualChatHistoryRequest",
|
vellum/types/api_node_result.py
CHANGED
@@ -4,7 +4,7 @@ import datetime as dt
|
|
4
4
|
import typing
|
5
5
|
|
6
6
|
from ..core.datetime_utils import serialize_datetime
|
7
|
-
from ..core.pydantic_utilities import pydantic_v1
|
7
|
+
from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
|
8
8
|
from .api_node_result_data import ApiNodeResultData
|
9
9
|
|
10
10
|
|
@@ -20,8 +20,12 @@ class ApiNodeResult(pydantic_v1.BaseModel):
|
|
20
20
|
return super().json(**kwargs_with_defaults)
|
21
21
|
|
22
22
|
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
23
|
-
|
24
|
-
|
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
|
+
)
|
25
29
|
|
26
30
|
class Config:
|
27
31
|
frozen = True
|