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_ai-0.7.3.dist-info/RECORD
DELETED
@@ -1,496 +0,0 @@
|
|
1
|
-
vellum/__init__.py,sha256=rIWJOrL92yjgdD7LvFC2j2WhlCe0IeWFyRkNUyv-IO8,47897
|
2
|
-
vellum/client.py,sha256=Go36j4cYimrlAZ_k_jZe9pE56pJZKJukwuixq7lngso,102237
|
3
|
-
vellum/core/__init__.py,sha256=1pNSKkwyQvMl_F0wohBqmoQAITptg3zlvCwsoSSzy7c,853
|
4
|
-
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
-
vellum/core/client_wrapper.py,sha256=psuDNoW8kHKhxBiyKsygUleQggJMYaK9CJlbk9eZjiY,1697
|
6
|
-
vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
7
|
-
vellum/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
|
8
|
-
vellum/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
|
9
|
-
vellum/core/jsonable_encoder.py,sha256=L6G68Py6gEo8n87rXwlkLPUyzHvXftEBjJZNb2tCuOA,3742
|
10
|
-
vellum/core/pydantic_utilities.py,sha256=eCOGHdLoaxK_6QSFYKdN0LWJo3atTUXT3VPyqJh3rxM,329
|
11
|
-
vellum/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJJdrqCLEdowGw,330
|
12
|
-
vellum/core/request_options.py,sha256=-3QoOMMHI2exIyHH6Q2MD7rpo_6w-i6zMAy0nqWTN8c,1420
|
13
|
-
vellum/environment.py,sha256=bcAFjoE9XXd7tiysYS90Os669IJmUMZS2JZ_ZQn0Dpg,498
|
14
|
-
vellum/errors/__init__.py,sha256=HZB8vVqzDNx0M2uFJ05S5RcGTH95iVDl4v3rQ4xRqSw,343
|
15
|
-
vellum/errors/bad_request_error.py,sha256=jvBFMSUKdTc6ya16S5O7zwaFnPhOm8N4DjIom_pw5pc,248
|
16
|
-
vellum/errors/forbidden_error.py,sha256=dgnatOGair3CvxljCE45_qwN_yefzcw2G0vw88wrrOA,247
|
17
|
-
vellum/errors/internal_server_error.py,sha256=E0rgqJC0-LcetLi1HmSi92KpvNkGSRCIdBeEqT_ln1s,252
|
18
|
-
vellum/errors/not_found_error.py,sha256=P65k-Lm2RuefAVSNLER5hH-4P99SGohKy2cOPSrIxNk,246
|
19
|
-
vellum/lib/__init__.py,sha256=KTSY0V59WEOr5uNyAei1dDfaAatyXw_Aca5kNjo5mY0,79
|
20
|
-
vellum/lib/test_suites/__init__.py,sha256=hNsLoHSykqXDJP-MwFvu2lExImxo9KEyEJjt_fdAzpE,77
|
21
|
-
vellum/lib/test_suites/constants.py,sha256=Vteml4_csZsMgo_q3-71E3JRCAoN6308TXLu5nfLhmU,116
|
22
|
-
vellum/lib/test_suites/exceptions.py,sha256=6Xacoyv43fJvVf6Dt6Io5a-f9vF12Tx51jzsQRNSqhY,56
|
23
|
-
vellum/lib/test_suites/resources.py,sha256=6dvnbz0eOUjDvONYGqi_q54afv4Lh_yAS_H-exuUvws,12530
|
24
|
-
vellum/lib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
|
-
vellum/lib/utils/env.py,sha256=ySl859lYBfls8hmlaU_RFdquHa_A_7SzaC6KEdFqh1Y,298
|
26
|
-
vellum/lib/utils/exceptions.py,sha256=dXMAkzqbHV_AP5FjjbegPlfUE0zQDlpA3qOsoOJUxfg,49
|
27
|
-
vellum/lib/utils/paginator.py,sha256=yDvgehocYBDclLt5SewZH4hCIyq0yLHdBzkyPCoYPjs,698
|
28
|
-
vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
|
-
vellum/resources/__init__.py,sha256=K9Pl_nZ5i7-cdT-rzttq8bZxustkIxPjDhcDEitCLoA,780
|
30
|
-
vellum/resources/deployments/__init__.py,sha256=AE0TcFwLrLBljM0ZDX-pPw4Kqt-1f5JDpIok2HS80QI,157
|
31
|
-
vellum/resources/deployments/client.py,sha256=wsKy1SXcr1Lt-e0ms7IyA4SXAzqnmusM2LTBnrTeD1I,31240
|
32
|
-
vellum/resources/deployments/types/__init__.py,sha256=IhwnmoXJ0r_QEhh1b2tBcaAm_x3fWMVuIhYmAapp_ZA,183
|
33
|
-
vellum/resources/deployments/types/deployments_list_request_status.py,sha256=CxlQD16KZXme7x31YYCe_3aAgEueutDTeJo5A4Au-aU,174
|
34
|
-
vellum/resources/document_indexes/__init__.py,sha256=YpOl_9IV7xOlH4OmusQxtAJB11kxQfCSMDyT1_UD0oM,165
|
35
|
-
vellum/resources/document_indexes/client.py,sha256=6x7C8gmeSThrfa9BawBVjBw4doUzb3C0ZOgdLmZn9ns,50594
|
36
|
-
vellum/resources/document_indexes/types/__init__.py,sha256=IoFqKHN_VBdEhC7VL8_6Jbatrn0e0zuYEJAJUahcUR0,196
|
37
|
-
vellum/resources/document_indexes/types/document_indexes_list_request_status.py,sha256=sfUEB0cvOSmlE2iITqnMVyHv05Zy2fWP4QjCIYqMg0M,178
|
38
|
-
vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
39
|
-
vellum/resources/documents/client.py,sha256=lzi8zUVIo8eJA_fyqIjzho1FRGZrCTvNaIcFDQfaGEk,34322
|
40
|
-
vellum/resources/folder_entities/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
41
|
-
vellum/resources/folder_entities/client.py,sha256=dbq-WQ9Rh7zvB4i_U_FXqF1qvRhSEsJqOq6dKr7_PzY,6435
|
42
|
-
vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
43
|
-
vellum/resources/sandboxes/client.py,sha256=Lm45GGIRSODx5WJbyXP3ThR3FB8QSPajMWiqvnpVsIc,21168
|
44
|
-
vellum/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
45
|
-
vellum/resources/test_suite_runs/client.py,sha256=LOcjVwBAgQF__yEGvsbZpjBhefGtLL1vnSqJ1K3uly0,18728
|
46
|
-
vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
47
|
-
vellum/resources/test_suites/client.py,sha256=viMS5Uv5H4B6gY8b3XexLbnXwf3K1zf3r3OopBZjAVI,25274
|
48
|
-
vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
|
49
|
-
vellum/resources/workflow_deployments/client.py,sha256=Oal32DF472B46CBWkb8GgDonjyAFQ28hHV5lq4DF1AM,22437
|
50
|
-
vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
|
51
|
-
vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=FXVkVmGM6DZ2RpTGnZXWJYiVlLQ-K5fDtX3WMaBPaWk,182
|
52
|
-
vellum/resources/workflow_sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
53
|
-
vellum/resources/workflow_sandboxes/client.py,sha256=BR9Lw9x2bNBaLZ6dd6uHI7xCv1WwrsuSDwmLi1NbJOk,9499
|
54
|
-
vellum/terraform/__init__.py,sha256=t69swjCfZmrf7tmHcUYVHH5bflrp1Ax2YnbwNMuG2YQ,454
|
55
|
-
vellum/terraform/_jsii/__init__.py,sha256=AV9B1-EC-DQ2MSTWojcpbHjahvoZxNaYeZ6aCi5SXEQ,473
|
56
|
-
vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz,sha256=e1tV8nF_TEMLqCNrRBkDIlXKfO65c0lGj92G-CzeAVI,15887
|
57
|
-
vellum/terraform/constraints.json,sha256=Pu3woy48d9csejER37XDbOVFvXUb9m9UrX4jFRUcilQ,43
|
58
|
-
vellum/terraform/data_vellum_document_index/__init__.py,sha256=4F9tbkaA9oTjMDmMrSgBPig-jQO8Mq5HQjzavJNaVQ4,21484
|
59
|
-
vellum/terraform/document_index/__init__.py,sha256=qq2zENI22bUvqGk_a1lmsoTr5O_xCCB_TpzM4uPhMiU,25018
|
60
|
-
vellum/terraform/provider/__init__.py,sha256=K1yLlTZkYBxhD4bhUV1v23hxDGgbfsAIGsSyeB54dNQ,10298
|
61
|
-
vellum/terraform/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
62
|
-
vellum/terraform/versions.json,sha256=STW6Mg3BKDacFmbWHXziHxE90GWncZf4AIzCLiXm_7o,56
|
63
|
-
vellum/types/__init__.py,sha256=euLAWtWd419o4Aev3JfzcF36pl3FcPJisvj0A0joGJA,64294
|
64
|
-
vellum/types/add_openai_api_key_enum.py,sha256=GB7sLK_Ou7-Xn73sKJHUo6Gx3TjyhU7uJvWZAg4UeaI,92
|
65
|
-
vellum/types/api_node_result.py,sha256=SvYIi1T-N_P3FVjzv9I91PaCT0IN958A3easp5Q7jqE,983
|
66
|
-
vellum/types/api_node_result_data.py,sha256=KFBmmizcEg73GwQMXUtEdJ4e9YGFpRLYAnalwxIcDug,1161
|
67
|
-
vellum/types/array_chat_message_content.py,sha256=vWO6D2eUf9N5wWvu3WPgLIdoKVRWa0tIV8UmGRbgW3c,1030
|
68
|
-
vellum/types/array_chat_message_content_item.py,sha256=OI-Egmo1nCHcHxAPyIiVE6cl9U56g9NxNMRw5pKp-qs,1297
|
69
|
-
vellum/types/array_chat_message_content_item_request.py,sha256=BDCVgQ578urGkM_118yAXWv4BZlWLPk22oBZGJIF6wo,1421
|
70
|
-
vellum/types/array_chat_message_content_request.py,sha256=RjOzVEKHKqOTLHCT0D1XkH34IDHp4XVwTwxLFPgKeng,1059
|
71
|
-
vellum/types/array_enum.py,sha256=4p5fpx2piS8FhkPAEz6Xu3OIOKFuDZF-aokSW6-dV0E,116
|
72
|
-
vellum/types/array_variable_value_item.py,sha256=MHfgHHXxVOPJRFk3oK4ORsOw8Q06VWcs2JIsGSP5v9I,2228
|
73
|
-
vellum/types/array_vellum_value_item.py,sha256=KjXgZLvRL8WI5vT5nyn5mXFJjS9AkF3wKK3tng_NwuA,2166
|
74
|
-
vellum/types/array_vellum_value_item_request.py,sha256=UfOCdy1s8nbpyg5SwTuNL_X4GtztZD_gD5sc7rBwdZM,2389
|
75
|
-
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py,sha256=P9B-Ofq4V1KV5lBiX4tZzV76L76Usy4RqVuKn5K8dzE,1004
|
76
|
-
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py,sha256=DwIOSqUudFZygt84XPryCGCy3fyArDEa0eelSuGQDQs,1011
|
77
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py,sha256=Rb8q5E5_MG3Ht7rR5BVxkFAcO83_iicc0Zim6rdkdiU,1036
|
78
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py,sha256=grnDm5vh1wofvXLCQVUfA2wYYFce03hRGHCECNFJ7kk,1043
|
79
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py,sha256=HbB1bJpoUuRt-orgOThdrcB0RiBTNHVuTBOehitN3tQ,1036
|
80
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py,sha256=0N_YrysJ-HVPBaUDD56V1Fxu1aZQJNMt7O6heY-Z5hY,1043
|
81
|
-
vellum/types/chat_history_enum.py,sha256=etXbSJGuOjEcYXyCoQEw0bd9sfbZZNctMQyFoCdnywM,129
|
82
|
-
vellum/types/chat_history_input_request.py,sha256=iBqK5uT7wzR2C9TPvtQfugUeL1-4kOg_KQAc7fWYpnk,1121
|
83
|
-
vellum/types/chat_message.py,sha256=jROO5ASj_l0MoGGmno1TCUP7aMLIk48miMDWHpKUn_w,1213
|
84
|
-
vellum/types/chat_message_content.py,sha256=jUdD6bGK6hpbgV4xzXOhlX1VZvATICxqxBe6rL2AYRg,1573
|
85
|
-
vellum/types/chat_message_content_request.py,sha256=-Ar1P-EdzMlIMedySF_t33N1jGPGxTb_IpP_teXq-6c,1737
|
86
|
-
vellum/types/chat_message_request.py,sha256=qTLtHfdZpyBxwtGen98TCbKVtKFYG6gLI8Y5hpzuNa8,1242
|
87
|
-
vellum/types/chat_message_role.py,sha256=-i0Jrcbwf72MkMoaFTGyxRduvlN7f5Y9ULhCXR5KNdA,182
|
88
|
-
vellum/types/code_execution_node_array_result.py,sha256=qKI_N1lNtOLmktu8QK0y7XlxuXypyobbTsZMbbjmtuM,996
|
89
|
-
vellum/types/code_execution_node_chat_history_result.py,sha256=G0su1vecLcin6IZVwDCnyzmmDF7TV2cmV_1sBxop5bc,967
|
90
|
-
vellum/types/code_execution_node_error_result.py,sha256=-8i2c9NsFpceDAb1S41q7DzcG7VZj5JbgysbeRh43_A,948
|
91
|
-
vellum/types/code_execution_node_function_call_result.py,sha256=GfaCJmRwcnfVU0BEicPUWEdWwlk3oDljXAyg_UaT_vQ,958
|
92
|
-
vellum/types/code_execution_node_json_result.py,sha256=QnTyPoOTSEuTI34gy17MutVpzuf9RbH0iThGqnpwb00,884
|
93
|
-
vellum/types/code_execution_node_number_result.py,sha256=LAGP8AQEdHsAu4ZkpzXn5wLkgE0XssNoPnHLrthZYbs,905
|
94
|
-
vellum/types/code_execution_node_result.py,sha256=PPBpgfP873Xd5QnZ6WE3G9IpcnHC_DidAIceUPiHnEw,1034
|
95
|
-
vellum/types/code_execution_node_result_data.py,sha256=mQ3I1kKh7UeZjKfxlZ5W3Uhk3UurvMiavW7WGiP0Fe0,1016
|
96
|
-
vellum/types/code_execution_node_result_output.py,sha256=JlqgCO5Og1fo_fHgrn5Dq-g8UfYBaamaHw_xdyDAhNQ,3377
|
97
|
-
vellum/types/code_execution_node_search_results_result.py,sha256=sX2alyDbwH6M8X-LZLJZMgiS2otjJMFpv0KTItGli5I,972
|
98
|
-
vellum/types/code_execution_node_string_result.py,sha256=w_FeNnHyjpc-bjXPKBxHywO6lLszNGqia9xgYInIs0w,903
|
99
|
-
vellum/types/compile_prompt_deployment_expand_meta_request.py,sha256=flkepAeBAEPRW6Z-Shr8A__zdhuHYSw2f7398WRnn3Y,1439
|
100
|
-
vellum/types/compile_prompt_meta.py,sha256=Xil3NW1lJuNdW7ha2d7FfzcMfxFLjnjd1vPCTpKVsqM,1142
|
101
|
-
vellum/types/conditional_node_result.py,sha256=mR8FHOnTwLDO8U5uVNB2SkDrJSDRkcyLqXPSSL8Dil4,1022
|
102
|
-
vellum/types/conditional_node_result_data.py,sha256=BoSK8B_qDx-CztZw5qwl2Gk0Ow56gifNu2Ahg-P15iE,898
|
103
|
-
vellum/types/create_enum.py,sha256=38jp66mStym6pDxoXS4z6y7bfArh1jgjjV8xgf4KBBw,118
|
104
|
-
vellum/types/create_test_suite_test_case_request.py,sha256=10jAv5EDKNFcS42q_oggcnlzKQIZlPaqwu3eT8xswWM,1750
|
105
|
-
vellum/types/created_enum.py,sha256=_dfKJhEenYcIUYY1uKQuq1uNS3k9HbPGCxXnW-Tu5uo,120
|
106
|
-
vellum/types/delete_enum.py,sha256=g6Rnc2pbgXkEbqhG0Bx1z-ZGr4DMkb8QK8du9dQQcpQ,118
|
107
|
-
vellum/types/deleted_enum.py,sha256=F7VTcnxIkXrwyQr5CjGikBbCnlo6To_rP0pibWm-ioo,120
|
108
|
-
vellum/types/deployment_provider_payload_response.py,sha256=Isu9eqW0ScdyMmuuK4Y15h_HGPccsIHqY_7K7ZLmBlo,1112
|
109
|
-
vellum/types/deployment_provider_payload_response_payload.py,sha256=Jpu_z0WZ0Uu0Xu5h77GrNNAjP1R8pn4K-aHJPqk8c50,171
|
110
|
-
vellum/types/deployment_read.py,sha256=Ob9ArdqKJb5vjRx26hX_iOnPF2MwtBYxB5xx2LVNbEk,2100
|
111
|
-
vellum/types/deployment_release_tag_deployment_history_item.py,sha256=997C-J0NOEvOm7Y_dyyaqYvKMIEHCDj0JEpAcmOjOEQ,903
|
112
|
-
vellum/types/deployment_release_tag_read.py,sha256=o0X8dMSqajT3-lEnLk9tRb8PRhs3l3M4iBM7CX9316c,1432
|
113
|
-
vellum/types/document_document_to_document_index.py,sha256=kCPPJFnXu9HFZbk7PgRCtRDj5Cw2_0yEPjAStm-YC2E,1532
|
114
|
-
vellum/types/document_index_chunking.py,sha256=78_EoJAh_9G8I50rryj-XPT5Zh_C1r8Eap_9swOoJAo,1383
|
115
|
-
vellum/types/document_index_chunking_request.py,sha256=7Sr45IKRYCgnCvDts5Jn7idcNp09BVr2iI5pPzm_luk,1498
|
116
|
-
vellum/types/document_index_indexing_config.py,sha256=LoAc65mDdDtk2FXkY1giTajJGyU3FC7-OclTSZLCpTo,1075
|
117
|
-
vellum/types/document_index_indexing_config_request.py,sha256=C1OxKzeGwiLBIDmi6vcU_5M9GDu1fr5JzFEvNkxDliQ,1126
|
118
|
-
vellum/types/document_index_read.py,sha256=2Np5cg_vIr1JwR0iZFrGNeggYcA1u-DcCncGYD1ljZc,1753
|
119
|
-
vellum/types/document_read.py,sha256=3Lml49Shj9yBf_bEKctD9j20HOPjAWPnxDinWdKWOY4,2200
|
120
|
-
vellum/types/document_status.py,sha256=GD_TSoFmZUBJnPl-chAmaQFzQ2_TYO3PSqi3-9QfEHE,122
|
121
|
-
vellum/types/enriched_normalized_completion.py,sha256=encGXlb20RydLkPKmY_5gy7Hx2---yvSpQkyTZY9SCY,2108
|
122
|
-
vellum/types/entity_status.py,sha256=bY0jEpISwXqFnbWd3PSb3yXEr-ounPXlAO_fyvHV7l8,158
|
123
|
-
vellum/types/environment_enum.py,sha256=Wcewxp1cpGAMDIAZbTp4Y0GGfvy2Bq_Qu_67f_wBDGA,179
|
124
|
-
vellum/types/error_enum.py,sha256=HF_ubfzqmFQN3vVCDFZALADjHFRChuvkU_-zqjxa3ns,116
|
125
|
-
vellum/types/error_variable_value.py,sha256=x5t2f3jk5zC6KyXYpk_ZgKv_lIRq_-P5hahou9Lohb0,926
|
126
|
-
vellum/types/error_vellum_value.py,sha256=LhArYgM0L1o1BkCl_Oym9R1dwRP24lxa_5kEEmTes7w,976
|
127
|
-
vellum/types/error_vellum_value_request.py,sha256=_9GzKPZ1nZ8j5glqdHOVMLlxcJOWEmEoAN6t6AvfW9M,1005
|
128
|
-
vellum/types/execute_prompt_api_error_response.py,sha256=-RA-JhnAyj8_L9zNOCy4RsmmNwsldmIhTo-_mjHX60s,948
|
129
|
-
vellum/types/execute_prompt_event.py,sha256=WBKdWBRgtDYoxMbHC7FjCjCxxTuOgjINonDYQITD1-4,1636
|
130
|
-
vellum/types/execute_prompt_response.py,sha256=HHD1EoPDz78OQA8XYcsopklbzk0fVYk-rXwjwW19n6M,914
|
131
|
-
vellum/types/execute_workflow_error_response.py,sha256=r1Wpm5b6ujV3X1BNHVHXQ2hrnOjRoQVI_-WPkm6XZUw,947
|
132
|
-
vellum/types/execute_workflow_response.py,sha256=O6f_Ow0yhGxlPcDyGHt53UAHxjfEQLXeuowovniDSmU,1085
|
133
|
-
vellum/types/execute_workflow_stream_error_response.py,sha256=xDmKmS3wYFngxJJiE7AEhYxoU4tRTOf1jtWV-9n2zX4,953
|
134
|
-
vellum/types/execute_workflow_workflow_result_event.py,sha256=1UIAqBeCGkOSw_x62mtuGMZYCRCNCMbUqT1DlTMjVsc,1067
|
135
|
-
vellum/types/execution_array_vellum_value.py,sha256=X0JpS0El85UmLBg06WNSd_DdX0YD5cYUgcoedq7F7u8,1171
|
136
|
-
vellum/types/execution_chat_history_vellum_value.py,sha256=_Ek5MlnLvtc1icgzWZOGDaZRgS8ELpOZjHFLH864EYU,1126
|
137
|
-
vellum/types/execution_error_vellum_value.py,sha256=o3R_AbSA9FDwNfi6Wd1cZoBclfRILhJQ08IcYdV1nxw,1103
|
138
|
-
vellum/types/execution_function_call_vellum_value.py,sha256=gBCkwo9gLZfolZ4xQlY3ggPOke0aA1NKln-qNv1ZBuQ,1120
|
139
|
-
vellum/types/execution_json_vellum_value.py,sha256=N1VmbYeWcFlsjj8e22AektWBEIVjDEmJI_ydKIZeoUo,1044
|
140
|
-
vellum/types/execution_number_vellum_value.py,sha256=SuMDZKlENDBJHvNnzv11ZqLn8m60ctPopm3aF-mDMGA,1060
|
141
|
-
vellum/types/execution_search_results_vellum_value.py,sha256=PLgIGx3GIPq48ex8BAZFk5xHWEBjjWU3x9kI6BVgopM,1133
|
142
|
-
vellum/types/execution_string_vellum_value.py,sha256=GDe7ABz712yr5oD4jBTafz2G3f7M8pIGFpzt0NIb8E0,1058
|
143
|
-
vellum/types/execution_vellum_value.py,sha256=aEkd5eaFhGrI3POUFii5w3WZkvUgpB47KIFaAKS9_cQ,3144
|
144
|
-
vellum/types/external_test_case_execution.py,sha256=8Xo3ydFeP8FzrPU8V5XyfEVRy8cb022w3SLaVuu1aFs,1125
|
145
|
-
vellum/types/external_test_case_execution_request.py,sha256=dQt05_ct3Q_L7DUlVesHIoXWIGjfSdl2aw6YsCn8REo,1154
|
146
|
-
vellum/types/finish_reason_enum.py,sha256=KoNjzvXMHDCT0AUhhwGoZ1_7bi4h3fZEFvvHyGyoTP8,169
|
147
|
-
vellum/types/fulfilled_enum.py,sha256=MenrGneRMBvsq-n8tkMXAx0wppGWLJgkqdKnfklGP9U,124
|
148
|
-
vellum/types/fulfilled_execute_prompt_event.py,sha256=AuB-s-9Z7UVv_MEvQx2ncYIQ0SvdvYxWcEO85hD-00I,1235
|
149
|
-
vellum/types/fulfilled_execute_prompt_response.py,sha256=APRSwGVBh3H6-N1D_HrQKuWFkhPWAVqgn5nnp9YUADY,1457
|
150
|
-
vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=75PfQJgP1Ddp0V3h1QDDh5J-wWa0FLqWxq1fMwGUUkQ,1089
|
151
|
-
vellum/types/fulfilled_prompt_execution_meta.py,sha256=PnbP6rGLHjNkM8XAPYwGF_zj_nyX80BuTCKCRoFWW_w,1228
|
152
|
-
vellum/types/fulfilled_workflow_node_result_event.py,sha256=-I5Evq3KNxVHP86AcV_lKCZMA_0qAXz8ZOHqzXwjjL4,1373
|
153
|
-
vellum/types/function_call.py,sha256=GGHMaXDbH45vU6TWp0F73w5oZY-8GuakSr0d9bfo22Y,1081
|
154
|
-
vellum/types/function_call_chat_message_content.py,sha256=HXtr_-jXi0xFrq8u2ZpBaq-svxuxn2Bl-BQIc_X2jLw,1065
|
155
|
-
vellum/types/function_call_chat_message_content_request.py,sha256=UOtsUEmAQ66-UnNq1HB5vozK0ZAD6Mfdrkz_9RT9ogI,1094
|
156
|
-
vellum/types/function_call_chat_message_content_value.py,sha256=sckkwTHSa8nvpjvk5Wj9sQ2Ml4AI5UoB6Fj0TJM8Xcg,1013
|
157
|
-
vellum/types/function_call_chat_message_content_value_request.py,sha256=UJPQxmhOtbqGSt1-FfVmNHJG6VsKufu8H9ecStqU5aA,1020
|
158
|
-
vellum/types/function_call_enum.py,sha256=QK__nqbfcaPx1d6paBAoCFth7mWOStqgutY3MIit_cE,131
|
159
|
-
vellum/types/function_call_request.py,sha256=gwhQfL0vKfDzSKR2Pt5Q2E8bkoQKcNQ2ItAAxT_dWlo,1088
|
160
|
-
vellum/types/function_call_variable_value.py,sha256=3XFxR5zkeo4sc7fB_ot6x6fFT_QC4QKYC9c0cCQENlI,936
|
161
|
-
vellum/types/function_call_vellum_value.py,sha256=Zn_tu4bfy569R9KJ9BiXx92N_AsB3KvMVv24DRbjvk8,993
|
162
|
-
vellum/types/function_call_vellum_value_request.py,sha256=aGaYczwL-Ie_rQ-CiK8x3a5B1wsiDbbuxdjsl-p335c,1022
|
163
|
-
vellum/types/generate_error_response.py,sha256=Zrnq_Acm_2CfmZkZ60Axgw_uUISOjd6tbJBIkFuj2U0,940
|
164
|
-
vellum/types/generate_options_request.py,sha256=SD-39FB3py_HAZzMTaFyNeDRG0QbPPnayKICo2p9fTk,1079
|
165
|
-
vellum/types/generate_request.py,sha256=PdbtFLB-RfFJatIIB_b1prMWks-LSxChbXVszMIPIuw,1572
|
166
|
-
vellum/types/generate_response.py,sha256=DQNreImNi2knMgzvt4q-VPitdhS6cxj_xCoUYtAaOIs,1342
|
167
|
-
vellum/types/generate_result.py,sha256=UPCtFylBOhT6EsmzQo4jU8rfXdGlNZdAtWHZjZsHK6o,1394
|
168
|
-
vellum/types/generate_result_data.py,sha256=jXtJne8Bh2jUCzC1u-gMHOHxJJ06tT5_OlcMLq6XYvA,1087
|
169
|
-
vellum/types/generate_result_error.py,sha256=DDDe86-afRaPwPF6h25OTotlUwRkSg5_WmqQeKnkJH8,949
|
170
|
-
vellum/types/generate_stream_response.py,sha256=Mig0fk-ZS3zNBAFr1mthnkMs2PcpYMa8mkC7Cs42ba8,934
|
171
|
-
vellum/types/generate_stream_result.py,sha256=MVtPSf2xBtYpIoIgwtkE2xVit_bOS9cw0sJkCQu93iI,1101
|
172
|
-
vellum/types/generate_stream_result_data.py,sha256=erZMO34Kcw01WFwx8Od2Yy8hbINOiYwehdCPUVsGd-w,991
|
173
|
-
vellum/types/hkunlp_instructor_xl_enum.py,sha256=wY1GNW1Swq9g7brDF5GWSpwEz9BedR3xIsPE77ybqDI,144
|
174
|
-
vellum/types/hkunlp_instructor_xl_vectorizer.py,sha256=8EGCFKR8mE3jhTdwjzlozsE6xwRTvZjiBi298cylQA0,1017
|
175
|
-
vellum/types/hkunlp_instructor_xl_vectorizer_request.py,sha256=LoX8-MxDtVZuLz6EftrQmrVplOs6s2YCv08RP1vZvmQ,1046
|
176
|
-
vellum/types/image_chat_message_content.py,sha256=VxAfJFUmUwOdYmJGKdMtfX4NsEH--CF7Gr3NC8Sad6o,975
|
177
|
-
vellum/types/image_chat_message_content_request.py,sha256=FelTpTbRUP_Fs5JW4FjdzTdF54E82olTWRs7l4IuaWQ,1004
|
178
|
-
vellum/types/image_enum.py,sha256=tCaNHfgdFi9F5MInvgaRq19i9lghWolWWmZpBH5uSJQ,116
|
179
|
-
vellum/types/image_variable_value.py,sha256=sTEWJjSx7Hh7uoZnH2eNpdF1lJltSw-yWQrbKYA5PzQ,1000
|
180
|
-
vellum/types/image_vellum_value.py,sha256=LBVZLsVItp_BSiDwxDVvbtOJyD0JJmzCNVzMsy3cWKI,998
|
181
|
-
vellum/types/image_vellum_value_request.py,sha256=YYR2eQRSSyqFGX5ZPo9DAr6JaFAcNKgH7yuC5VInKmA,1027
|
182
|
-
vellum/types/indexing_config_vectorizer.py,sha256=zW4Fn0_gx4Ges-kXI0-rfOa6_2SwnCyxGQz4Ok18uYI,3802
|
183
|
-
vellum/types/indexing_config_vectorizer_request.py,sha256=3rqeTX2055DI9cybFS29M7DaFLszHIKqR51lvNQaT8M,4061
|
184
|
-
vellum/types/indexing_state_enum.py,sha256=KWYMz5DwJnVhu3ZlSDdqiC5MtiTIdrxE4EvwFYiel1U,213
|
185
|
-
vellum/types/initiated_enum.py,sha256=wLrGPYfE2-wOPUkceLglJheOUsHGAyROO0ropfSudJs,124
|
186
|
-
vellum/types/initiated_execute_prompt_event.py,sha256=_mdYoNnLS1u39vVbEugn37Al72ZmWa_WC0JmcM5DOH4,1134
|
187
|
-
vellum/types/initiated_prompt_execution_meta.py,sha256=SOLKLuVeSZeCm2CefjKX7hVGr5yijcRXHZCBHMxXBeU,1181
|
188
|
-
vellum/types/initiated_workflow_node_result_event.py,sha256=21Q_wO3U1qbYuNUAWBaXX2JVmgZZXJ7c-89FqJFNRZM,1377
|
189
|
-
vellum/types/instructor_vectorizer_config.py,sha256=SjOqNyt2e1_4itwmORbDMvnJ3hJN-G1XYThez4rJanc,1025
|
190
|
-
vellum/types/instructor_vectorizer_config_request.py,sha256=SiR6BT6rFqmZ85iN6kj_GwHXmuZJ5-0YqXCULR18hno,1032
|
191
|
-
vellum/types/intfloat_multilingual_e_5_large_enum.py,sha256=hq41gaU723etcyr8--yEzHFqdR_x7ixSMRXTCHthknM,163
|
192
|
-
vellum/types/iteration_state_enum.py,sha256=yjwnPhqKQQbWgQUqP2qws4kVMhRY8sFTGK_diuSrsR0,168
|
193
|
-
vellum/types/json_enum.py,sha256=0Se0lTWxLGQe-JdQ8E9KwFt5NWXuI7BkOdWQcFKJg-8,114
|
194
|
-
vellum/types/json_input_request.py,sha256=fpBb3QS-E0a3hZU_mHZ5Yjkwr10-qqbQoMJbfhfGu_4,1048
|
195
|
-
vellum/types/json_variable_value.py,sha256=VGDdFC41KDgEQzhCJJmU2FgaY85I_12w_rvBBl3EKh0,862
|
196
|
-
vellum/types/json_vellum_value.py,sha256=9tRUBBqxEJ3dFbfpUyO9Dj9ik1zXZDRvjAdKGDJXsPw,917
|
197
|
-
vellum/types/json_vellum_value_request.py,sha256=WCc1jJDO0UyzDX9IaVYubsciU7lseC24VhP3BG6XJoc,924
|
198
|
-
vellum/types/logical_operator.py,sha256=MuuMZ1-gOCDvy1WDQkMFfiBNHsRCqKgJei-b3727sKc,487
|
199
|
-
vellum/types/logprobs_enum.py,sha256=D_458cZX2CAb6dX_ovrQ6HARlJkYcZRadKwsi1Cr-JM,151
|
200
|
-
vellum/types/map_enum.py,sha256=ABInkGAOBdgmsKzcCcM0AKEPQt-iwim-GmHEkXEHEs0,112
|
201
|
-
vellum/types/map_node_result.py,sha256=x5S8E8_jhIZHc9aAeE0GqGAw8v5XoLXTA4uiFTVtqA0,1006
|
202
|
-
vellum/types/map_node_result_data.py,sha256=XRaiU2_8zY9g_N_wYsqUgHmNME3ePHl3_VhSUTumCzI,993
|
203
|
-
vellum/types/merge_enum.py,sha256=TeAaXV2eWEGJHR3BqHdtIRkHUhctvfUo_Wu8MeqHYtU,116
|
204
|
-
vellum/types/merge_node_result.py,sha256=NMbdwUEB-E9BKyMsNzl7HK0UbEznyJQxn8e1BYbqkjQ,992
|
205
|
-
vellum/types/merge_node_result_data.py,sha256=7p3R-v_ExjQ2qgQjrmMpMZPFLswhVyOikfxl8hxNLn0,917
|
206
|
-
vellum/types/metadata_filter_config_request.py,sha256=_1CVIxmDmtXezTMWoaqeea9boe8hyCmmAn28u69NEUk,1355
|
207
|
-
vellum/types/metadata_filter_rule_combinator.py,sha256=3Vpp1Mnv3As7efkxWTeV8qd4gdJ6OLoLhz_UeVBHAX8,165
|
208
|
-
vellum/types/metadata_filter_rule_request.py,sha256=kHXDnPobjbdWXBWda2lZNeUjNgJ4S9tQBIALYh3UlAo,1371
|
209
|
-
vellum/types/metric_enum.py,sha256=wOJQ_CmwFLyFi5UDZ9IbvlhXOwIn7Eg9qjZtPRT9Wrs,118
|
210
|
-
vellum/types/metric_node_result.py,sha256=-MhXbtDU5W4QxjhjOOK77BK8IcVck94hC6H8R10GPs8,907
|
211
|
-
vellum/types/ml_model_usage.py,sha256=NYnyJt7C3cG88REt2X2zsmRZMqx-RBJp07ld6eAc96k,1086
|
212
|
-
vellum/types/named_scenario_input_chat_history_variable_value_request.py,sha256=swgyn_U0Mzz13GmRNUZ-V1190h---N1rNVuQYBOmiAE,1098
|
213
|
-
vellum/types/named_scenario_input_request.py,sha256=v98mkxp2bZSWZur67dGxKM7UaIdk5H8b6mnK2myA4HE,1043
|
214
|
-
vellum/types/named_scenario_input_string_variable_value_request.py,sha256=rWuHXH_iaV3mkhuBWPfvMIIVKeYS9ygAi4pYQKLX1iQ,1006
|
215
|
-
vellum/types/named_test_case_array_variable_value.py,sha256=QKLinBBEpSoVqML8As-Av33T9qPaacBzp5ET-yPn-Mk,1060
|
216
|
-
vellum/types/named_test_case_array_variable_value_request.py,sha256=OhUlhD5tRON5OmlR4Baw5cY5ZgzHNKuprAXr2HVW0zI,1089
|
217
|
-
vellum/types/named_test_case_chat_history_variable_value.py,sha256=wLR-Vhb_XAevyG1miX1AoyOagNyZ-7ievYyMxv4wEVQ,1044
|
218
|
-
vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=OTCmtteEOw70ptFTubbfh_m5C4qE4-KfM8ABMQpW-DE,1073
|
219
|
-
vellum/types/named_test_case_error_variable_value.py,sha256=HQI1CRF3K2fYxO_Gn5Y9KrrH4IEtzLN00rjt5wLJM0A,1018
|
220
|
-
vellum/types/named_test_case_error_variable_value_request.py,sha256=_LDMPlAbs9Q_-SghJW2UFioEH-IkOJCoIba6kBFVUho,1047
|
221
|
-
vellum/types/named_test_case_function_call_variable_value.py,sha256=1nqkcIo5j_Hd5izJh5X7zygDyiI1_6--WDm3cQehrNY,1036
|
222
|
-
vellum/types/named_test_case_function_call_variable_value_request.py,sha256=v68meQwPOvNIiIKwrks2M4PvpzyN-D9GGBJ0oIU0CNU,1065
|
223
|
-
vellum/types/named_test_case_json_variable_value.py,sha256=RzhGnjTPgY0ulmB5DmoRFWr0nz9g8t5jjC8H9gOvf3w,953
|
224
|
-
vellum/types/named_test_case_json_variable_value_request.py,sha256=XjeMqUThnezG0FrC65Rres2DD-yX_jZ0gpm2i0Vvwt8,960
|
225
|
-
vellum/types/named_test_case_number_variable_value.py,sha256=N3fQPqNEeRIW6actTMPnlYwpVC16eHKbjUiR01a_e1Y,976
|
226
|
-
vellum/types/named_test_case_number_variable_value_request.py,sha256=2FjLXpstgKo10twG2UuSa0csPRtCzR0xV7mSDdopa1k,983
|
227
|
-
vellum/types/named_test_case_search_results_variable_value.py,sha256=H-KyurHySPSuVKlghlRLXkhBFRgKjstOZZzP_ePzllU,1051
|
228
|
-
vellum/types/named_test_case_search_results_variable_value_request.py,sha256=bKRFI9oSuHAO9gLscfof42d_slAT-EpFTUYaqMQ0OwY,1080
|
229
|
-
vellum/types/named_test_case_string_variable_value.py,sha256=g0qeMyTNN4N_3Y0QjtDdaO9kJJOysDC-SSEBRr0lc1M,974
|
230
|
-
vellum/types/named_test_case_string_variable_value_request.py,sha256=Jriilf5vooCSh2ReIt2ey1L-VsHZO8qHfGtfklSeRnM,981
|
231
|
-
vellum/types/named_test_case_variable_value.py,sha256=xA7G5B437kKcY0Zg56seJylMB83JAXaof2aoap_K4mM,3406
|
232
|
-
vellum/types/named_test_case_variable_value_request.py,sha256=cBPky3OQiwzRMWNdjnQviSp3Sfg1ZK8fvVgSF9Ch3hk,3701
|
233
|
-
vellum/types/node_input_compiled_array_value.py,sha256=EovfwRo5RP2-iSoOw62ZQ1TXFkgQIFk--710HQWVe6I,1019
|
234
|
-
vellum/types/node_input_compiled_chat_history_value.py,sha256=PKEe2nu5ghEJXUWg_e9tRUhLwKHX0PmnQOf4VQp77nI,990
|
235
|
-
vellum/types/node_input_compiled_error_value.py,sha256=sGAVC36JonLCG5wwLlc1ThNek4Ud3H31E1dYWJ0rtBg,971
|
236
|
-
vellum/types/node_input_compiled_function_call.py,sha256=kWeyJ4hNW01HFzs2Q9AoF1CsmEi07Mpkewv-plXLnzg,976
|
237
|
-
vellum/types/node_input_compiled_json_value.py,sha256=zsH-Ki-npQSs6BU91spETbZ5PaUkbLm9Zfcks57FCdk,907
|
238
|
-
vellum/types/node_input_compiled_number_value.py,sha256=Kpxo7ryDiOxylmzF1pz6jupsr0MPGpa6Rf69qhTNMgY,928
|
239
|
-
vellum/types/node_input_compiled_search_results_value.py,sha256=ejJuUB42LO9l-E12uKa0Ezk_T0nP6q023uuqDEqN4TU,995
|
240
|
-
vellum/types/node_input_compiled_string_value.py,sha256=cEssxmVjvY5SG2OINLYdw8pJPIJrKdEvdUgkU0xz_9k,926
|
241
|
-
vellum/types/node_input_variable_compiled_value.py,sha256=iXSNb6wRYmPOOzQZk8AWB929hedtL_NwFox17MjMT4w,3354
|
242
|
-
vellum/types/node_output_compiled_array_value.py,sha256=Wsj7F6MB5RrfZg0fHzJl2VO-tAu_vFzg_OHkUDiY2uc,1214
|
243
|
-
vellum/types/node_output_compiled_chat_history_value.py,sha256=G4uyylyx4pe9wroMruPaw8kFOmwVEzVCGl0xFRd3S_w,1198
|
244
|
-
vellum/types/node_output_compiled_error_value.py,sha256=Y9Zk8yJ5HXhNyDb2-iSW5RnTSxDIuLHCgqtt9-1CIkE,1172
|
245
|
-
vellum/types/node_output_compiled_function_call_value.py,sha256=-zKACRAG0jNpVWv4wRpJwi4BCoI368C0fglgEmKbnY0,1190
|
246
|
-
vellum/types/node_output_compiled_json_value.py,sha256=k56FJZppUjlvm-04rvj57Ux7alQ0VuQGVO68WB-DY08,1107
|
247
|
-
vellum/types/node_output_compiled_number_value.py,sha256=dZxIdYaqfgM91CcSdqzIFA8_-WDPgCbicNh7FGhVxlk,1130
|
248
|
-
vellum/types/node_output_compiled_search_results_value.py,sha256=70JslI-j54Q0BmNhbwWuaLQkvDYggCcZ3pA2E03qfzg,1205
|
249
|
-
vellum/types/node_output_compiled_string_value.py,sha256=Ur9u-NZF9QHZSmXyXfyOSJopPW10u5J9idETLPn3b74,1128
|
250
|
-
vellum/types/node_output_compiled_value.py,sha256=iTvpjsz9EaahCHrW64awCN7cRo31gsLTXzx36LvHyB4,3275
|
251
|
-
vellum/types/normalized_log_probs.py,sha256=LN6Ap1sDIZ5KZ_F6Xxc89SFAoLlV6sqPjju78wstEVg,1000
|
252
|
-
vellum/types/normalized_token_log_probs.py,sha256=-PYJPYzykDfG9aeXqRselY8XHdIvr0K1s6qnecPCB-k,1008
|
253
|
-
vellum/types/number_enum.py,sha256=M_h5PmC5HxQYpQbfqqyw1DualhKu1QOCU-o1NYTQz_o,118
|
254
|
-
vellum/types/number_variable_value.py,sha256=lZxdWVR_VwlAXpqHK6bgWXE32JcBkKkylnaJLi5iVy0,883
|
255
|
-
vellum/types/number_vellum_value.py,sha256=ynO448qi8sVk15PSQBm_5aDcGL0gl7Sv_bTfA3KhumA,933
|
256
|
-
vellum/types/number_vellum_value_request.py,sha256=AfIsCQH-HLt6PJCdACpbBCCc3rSrKRLERmyqq4c-w30,940
|
257
|
-
vellum/types/open_ai_vectorizer_config.py,sha256=sxtay8on0Gm_qOrFHDrMjxActxPMAu0jcm0hY2yR9VY,1037
|
258
|
-
vellum/types/open_ai_vectorizer_config_request.py,sha256=9z3iSr3e82og59FH_U0pNbhTu4hIg0GGhBYEJOCiK4U,1044
|
259
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_large.py,sha256=fmopJSWa6oubljt2ljxvcjiB3Ic9CLnZn10oTW7-pTQ,1022
|
260
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py,sha256=0h31Ia__NqUOCSeQqFciubRjAHpgV_exxLKReJo-Csc,1051
|
261
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_small.py,sha256=_QV2NEKExuQMNyKxvjejEjRzGRIdwXuZhd-gFQJnzpk,1022
|
262
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py,sha256=NpSLs_P3j_vqvlldmkhmwcVSI6gV5tZvNGqq88i1maQ,1051
|
263
|
-
vellum/types/open_ai_vectorizer_text_embedding_ada_002.py,sha256=fg9j6H6QuvkmX2mLGJ2qyR58NtHHFygoJQLyoLPTyQE,1022
|
264
|
-
vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py,sha256=_htzWvw56CXYqexYbg_HBAZDNxWewKxbrtfHYDsnZuY,1051
|
265
|
-
vellum/types/paginated_document_index_read_list.py,sha256=RowLxggvXFAniLSNAZWrWDGHp91GJLcJv6xk5rdKubA,1091
|
266
|
-
vellum/types/paginated_slim_deployment_read_list.py,sha256=SQSElvzHGApSBulXLzBuZhpS3JI_R3N96wV_p_LOXL4,1095
|
267
|
-
vellum/types/paginated_slim_document_list.py,sha256=L8RyvP1ADem7HUnNjDr4KyoQjIJtLOjMcc8xSD_5AFg,1070
|
268
|
-
vellum/types/paginated_slim_workflow_deployment_list.py,sha256=1NfPIuU_NgWgJsXcUpCBtOPj7MqZlblbcCXCjzGXwWc,1111
|
269
|
-
vellum/types/paginated_test_suite_run_execution_list.py,sha256=mVhD_un8RCqnJbH9yWliNQPf5E3C0jcH0ManhH6gxZc,1060
|
270
|
-
vellum/types/paginated_test_suite_test_case_list.py,sha256=Ak_plmBTt72atM2uC1PWm8uVffi3tPAozolApJ7LYS4,1044
|
271
|
-
vellum/types/pdf_enum.py,sha256=pFnB6Uv7AbPbZPXlEtQ9O4qNNVeQX0kNLxz1sdkxvVM,112
|
272
|
-
vellum/types/pdf_search_result_meta_source.py,sha256=qEwl2y_RN1XUShidjaH5zm8kp-4PRKm9hNk2_Jf29RY,1377
|
273
|
-
vellum/types/pdf_search_result_meta_source_request.py,sha256=ft-qjTtiSxvo3KVTdzF88QkOCc4sOq46gEyb7ICjBOI,1384
|
274
|
-
vellum/types/processing_failure_reason_enum.py,sha256=R_KIW7TcQejhc-vLhtNf9SdkYADgoZCn4ch4_RRIvsI,195
|
275
|
-
vellum/types/processing_state_enum.py,sha256=lIEunnCpgYQExm2bGyTb12KyjQ3O7XOx636aWXb_Iwo,190
|
276
|
-
vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=JrOzU5Pv2L_BkWenxuUBBcWP2PHOZM0m4_6I2TIBMDc,2033
|
277
|
-
vellum/types/prompt_deployment_input_request.py,sha256=o8PCi7TsitddNxiAfDblxaXkJ1-WjuDTAW0LnKbMDY4,1233
|
278
|
-
vellum/types/prompt_execution_meta.py,sha256=L75Yhb4-t1aCYWokMfCtayZmN8R2ZuTOR5DbyxHOAeI,1370
|
279
|
-
vellum/types/prompt_node_execution_meta.py,sha256=fjNFSc7FTdR17NRHRhMhrtjU-VxSvoELU8bLWdiYRl0,1073
|
280
|
-
vellum/types/prompt_node_result.py,sha256=BVRnp6zIKocaPquCln0UtqW2M18j8k_OnHLGWCB25hU,997
|
281
|
-
vellum/types/prompt_node_result_data.py,sha256=Vs546gbJii1gIa2lKShs6Ma8_aJabpqaZV8eXe-wwpQ,1166
|
282
|
-
vellum/types/prompt_output.py,sha256=wO0lz1HmPctCMt9lGLTsJRkL20wMXfmya5CxRhakOxU,1418
|
283
|
-
vellum/types/raw_prompt_execution_overrides_request.py,sha256=Hwfjk35PsGSqMfcRwBzwjfpaRiaixTVi8xsG9g9pV3E,1210
|
284
|
-
vellum/types/reducto_chunker_config.py,sha256=x0LRCr3vMfn4Zu5KUKWbwaV3ab8SQ825NkmzLvbiojY,948
|
285
|
-
vellum/types/reducto_chunker_config_request.py,sha256=6LckEAC7KkIBXyLQjzzYQkRCSE2HA0j4L9eGA-FkdiQ,955
|
286
|
-
vellum/types/reducto_chunker_enum.py,sha256=fVzsgByOzOvrWI7MHX9co59ngPp66BIWY7Wjol0p6Pc,135
|
287
|
-
vellum/types/reducto_chunking.py,sha256=cWZxTXahuD_raLwQJHFW0BuXZSuxKJlioOqWb1Yj1rg,998
|
288
|
-
vellum/types/reducto_chunking_request.py,sha256=5epzSJ-84JjIh_xToEhw_31SOr02CaeGVDz1pUbcfvc,1027
|
289
|
-
vellum/types/rejected_enum.py,sha256=ZatbMUdJos2j62CSK7lf2Pzv5xIh92XzRbzcsyc6NJg,122
|
290
|
-
vellum/types/rejected_execute_prompt_event.py,sha256=2giB2PrFd7i2eL3moa9FpGkA4BcR1_gXqnJ9Y5XVmeQ,1159
|
291
|
-
vellum/types/rejected_execute_prompt_response.py,sha256=dMzzZXvsVtLcnprXTbuPqwRJctJ1Bv07_4exvZRUKMQ,1417
|
292
|
-
vellum/types/rejected_execute_workflow_workflow_result_event.py,sha256=acYvyXoZfPMq2a0xCqCr8wtBSb6WzumErf_RngsYzqg,1103
|
293
|
-
vellum/types/rejected_prompt_execution_meta.py,sha256=kBS6bThYk1vvhKv47UB0FZP7WuCBoCAsbTnK43XQWbI,1138
|
294
|
-
vellum/types/rejected_workflow_node_result_event.py,sha256=NbHR7Dhd9QBxDY9AMVM3uHx6HkgPiW6C0LaBGktGycA,1293
|
295
|
-
vellum/types/release_tag_source.py,sha256=YavosOXZ976yfXTNWRTZwh2HhRiYmSDk0bQCkl-jCoQ,158
|
296
|
-
vellum/types/replace_enum.py,sha256=A27UrZHyriKUSLCJDDG3mQmWyoFDpUKiutwfhZMc0Sw,120
|
297
|
-
vellum/types/replace_test_suite_test_case_request.py,sha256=agvGdhfb0mbw_CsOSsvqXgZH8LUZFUROMMJqrZKHqTk,1946
|
298
|
-
vellum/types/replaced_enum.py,sha256=oC-pUajQvOhS1G5G55GS2Jdaityny520XbnrD1nuOD8,122
|
299
|
-
vellum/types/sandbox_scenario.py,sha256=-MaSvpH6jSokr5XsCZybafKez3fnPctTFqm30Lfk8Ko,1144
|
300
|
-
vellum/types/scenario_input.py,sha256=6_jN2JaqgEOkQpP5h17l5HeRhI_kdNMD_jjVyNFDM7Q,907
|
301
|
-
vellum/types/scenario_input_chat_history_variable_value.py,sha256=j5CbnDsEQYHwVxXLSJFrXMDYKHCnvGYgDpozJ9NxB0A,1071
|
302
|
-
vellum/types/scenario_input_string_variable_value.py,sha256=JMwZg7htfdDqMuYgBRg-brwFO4sL6xfDI9DBIQFdT2o,1001
|
303
|
-
vellum/types/search_error_response.py,sha256=9gjyocnnz7l6DAU6RY_6WMvqY-z2BMXPru90Vqhzwos,938
|
304
|
-
vellum/types/search_filters_request.py,sha256=3yAsTofSzCk_w57AaRztgNm98QpnBdp6Rsa4DidQuEQ,1218
|
305
|
-
vellum/types/search_node_result.py,sha256=ylJR6lICVahKvr4eGZxDxdLbHkxnu3zaHEV-GWU7s54,997
|
306
|
-
vellum/types/search_node_result_data.py,sha256=bixMDjtlOKLFVkhUQHWkQcTffkbvYYfuob2hYkJWngg,1143
|
307
|
-
vellum/types/search_request_options_request.py,sha256=WI_MYTsu4pjILsaJvkC-1A-Ghi8ib5qQZdz3kUq9iSY,1622
|
308
|
-
vellum/types/search_response.py,sha256=tMnotqttu7YEYteBDuuriI2HYIJsstG1UFs-3GuNzPs,1047
|
309
|
-
vellum/types/search_result.py,sha256=bsAjiXEpXdwnysiJ0rsR3_aEi5wQlXR9HCECQ23ecxE,1500
|
310
|
-
vellum/types/search_result_document.py,sha256=MRzncZs2Ug9g0NLoFO5AwElFIpJ4Zs-wUMOuDqX9Yfk,1466
|
311
|
-
vellum/types/search_result_document_request.py,sha256=GVIvgn0htJJojCMPep2p3P_bcxf1ffNZ0XHhNPNsy-w,1473
|
312
|
-
vellum/types/search_result_merging_request.py,sha256=Yx1iv-58kFMCayP_ngjhD8O-m2nvlIAfAQUz1pRxwKI,972
|
313
|
-
vellum/types/search_result_meta.py,sha256=yaIHNa95ZP-9d9bB5whdYZ0f8vncjOph7SRszyXSgyg,960
|
314
|
-
vellum/types/search_result_meta_request.py,sha256=nJaWYP7UXBABkgFJ4Apgy8bFZnyluDoh2xfMRlZEKn4,989
|
315
|
-
vellum/types/search_result_meta_source.py,sha256=8T7zgf4lKIoyVKN09dEME2bb3hi86ufG65z96kwYfDM,511
|
316
|
-
vellum/types/search_result_meta_source_request.py,sha256=iQi1DI-COoeqfO3zsECjZPlnn-fTJEFEj6CGPXYH61A,554
|
317
|
-
vellum/types/search_result_request.py,sha256=EYg4mDwbpGmQuMwQktn1LXOvn0XMVY0cKc3XPkCAjdw,1551
|
318
|
-
vellum/types/search_results_enum.py,sha256=qiQWwPnGtlWgG6JVCOAV8KzJarrhOeZrOAeb569grgA,133
|
319
|
-
vellum/types/search_weights_request.py,sha256=C6uvEWZSpmbslpU52qcVA-lEtKF_crRsafXsN_rDURc,1128
|
320
|
-
vellum/types/sentence_chunker_config.py,sha256=DVag4hG9rvuhJWgzbcbsdU4Nz1mx_Ynb3DHUbeOViA4,1003
|
321
|
-
vellum/types/sentence_chunker_config_request.py,sha256=OxXVy5putar1sBc_ZAnY_fiudzWMgi2BzfPAeNhBk70,1010
|
322
|
-
vellum/types/sentence_chunker_enum.py,sha256=T7R4Ee7ahhY5a6d3QuAsuIXZpQvt--NcDEgzWdDqKTc,137
|
323
|
-
vellum/types/sentence_chunking.py,sha256=MjtwzWKBttlAw6fk1SuR2cEdIfi_FkWV5bA3U4uf-c4,1003
|
324
|
-
vellum/types/sentence_chunking_request.py,sha256=E4haYxb4l4D6nYbRs0ZS0mxKYBfRvkaIM_2BEObwZxU,1032
|
325
|
-
vellum/types/sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum.py,sha256=1WAFU1hp5CDVaDwnAlMJQ38DWOTuFEpbWep0sJgWTeU,195
|
326
|
-
vellum/types/sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum.py,sha256=biVui-_CWBRL-u7tqhBvTxmWR6BRTOF-9_Ni7lKNu84,195
|
327
|
-
vellum/types/slim_deployment_read.py,sha256=_rdjrhGxMd9oyAhAUsPg5s4Uej-dxZML2yl8x-ydbqk,1753
|
328
|
-
vellum/types/slim_document.py,sha256=Sb02at3OFB_PXmIyevs3Ka0K1YUlgqUoN-LWW9kfx5c,2975
|
329
|
-
vellum/types/slim_workflow_deployment.py,sha256=xtJ7q7CYrLy0wc5Nx5BjDn7rI2pTPDAmJpAvAmPbLwM,2104
|
330
|
-
vellum/types/streaming_enum.py,sha256=vp3VWBaIOEg9liRsrwFCVLat4UFE8jp7HMMPP0KQUYw,124
|
331
|
-
vellum/types/streaming_execute_prompt_event.py,sha256=hx793bYN7WDvJeHyqMWtVKzcPe5rluac7DaMbmnUzOg,1388
|
332
|
-
vellum/types/streaming_prompt_execution_meta.py,sha256=SQaVvEgDhF-N7MBA8JYi5FJi0y9VmockMablab3mHjE,1030
|
333
|
-
vellum/types/streaming_workflow_node_result_event.py,sha256=Q4G30RF9p1WCOK0Zoo6lTGkl7OislrrvOziLqyb2hdk,1383
|
334
|
-
vellum/types/string_chat_message_content.py,sha256=wyBK73RnBksbaaklCEiDpoca6Q0WmFO4GaIXYObxI5E,930
|
335
|
-
vellum/types/string_chat_message_content_request.py,sha256=veTDkbJ39AfdxLUZ1MQPmQ55snl7aogaQwLyX7HgnRI,937
|
336
|
-
vellum/types/string_enum.py,sha256=8uLrjmZyaGRDEf7Y6DpJF1e4abJct69wIoq6ZQX6F-s,118
|
337
|
-
vellum/types/string_input_request.py,sha256=2c7ZbrA2r_Au12O-LnfMwY-5rQKzAqQkLVu-jc-qjTI,1026
|
338
|
-
vellum/types/string_variable_value.py,sha256=YGjpJpTVnxywk0mtXisQw8BkIfTS_amY4JPugLQ6dW0,881
|
339
|
-
vellum/types/string_vellum_value.py,sha256=UCk0yx0DHUrANEp-rPsXO34dUNRWuzQPcSR2BsVPnlU,931
|
340
|
-
vellum/types/string_vellum_value_request.py,sha256=sB3MCsRMpjul20MLIqfhmR5ON3SaMc3gQp-jorGZXxI,938
|
341
|
-
vellum/types/submit_completion_actual_request.py,sha256=52BcHB_G2aj5EZrzAXVcmkrFWD1a7UJSzZKifWmr8KQ,2010
|
342
|
-
vellum/types/submit_completion_actuals_error_response.py,sha256=f2XlGM5NBdwZLy4oOJN9LrcaHwW31fGtTCmzcJVzUV4,875
|
343
|
-
vellum/types/submit_workflow_execution_actual_request.py,sha256=zR5Di5a9GC2fchGC9qLEXGELitg3UxCoQUqeIyeyLDc,1487
|
344
|
-
vellum/types/subworkflow_enum.py,sha256=6Tvuegdga54mAY0ojP19x9HTbsjOm3gw4QrH_BpD4rY,128
|
345
|
-
vellum/types/subworkflow_node_result.py,sha256=EcUoDnowXG3ScoEoHrpFTEzt1cMdCmLicDKycPxy-Tk,1046
|
346
|
-
vellum/types/subworkflow_node_result_data.py,sha256=H2A3qlqE09fiT9Eb2fq_vvtVC8gwo7kFx_fZdU5ckIY,894
|
347
|
-
vellum/types/templating_node_array_result.py,sha256=huhwnErVQPAiN2nIk8QolAQRB1kPDdOrr0fnK4eKSf8,993
|
348
|
-
vellum/types/templating_node_chat_history_result.py,sha256=_1g3zY8AKbI4DyLg5nkvgoLsbUMXu_9HdgByRC3Qq8E,964
|
349
|
-
vellum/types/templating_node_error_result.py,sha256=3Sa0r1FpBaK_K_-9w6IzZDlN9z7MtdsulO9E9dAkavw,945
|
350
|
-
vellum/types/templating_node_function_call_result.py,sha256=Uz6GRk4TdWBJBJiyK3tqHTrR6zAJFAltAkyCO-9OSis,955
|
351
|
-
vellum/types/templating_node_json_result.py,sha256=wK2y6-70IMbrwI0weRA6nLK-lg4vh-iPOrRVCDK-gwE,881
|
352
|
-
vellum/types/templating_node_number_result.py,sha256=16NTq0b8Bo8kB7Dyq4tUVURPXq8n9xnAWme0uT3Feu4,902
|
353
|
-
vellum/types/templating_node_result.py,sha256=xD7Z5G7R9xMVR8uGZVRX-SHsIFnHnzzSfBMUbfAIllo,1017
|
354
|
-
vellum/types/templating_node_result_data.py,sha256=sr9q2joBHsouTsgtXsG9Q_S46tX1FvN5a7CxbWV5Shk,956
|
355
|
-
vellum/types/templating_node_result_output.py,sha256=hZ2wrr8s0yg_l204bvCBBV2o0xn2aRZevnhRdAQINM4,3246
|
356
|
-
vellum/types/templating_node_search_results_result.py,sha256=heD8Tqk4GbtFRILq8kO8Xjbu-fvGU7i-08akMHqU_dA,969
|
357
|
-
vellum/types/templating_node_string_result.py,sha256=OzVQ-K-mdNu8GuELQL2dRLEeH8c7B56xsmnKLwhcYKM,900
|
358
|
-
vellum/types/terminal_node_array_result.py,sha256=mgBEjcdPdmae3NZdJ0fN58r8Z3HIWVqvuDaPK2V2mkM,1142
|
359
|
-
vellum/types/terminal_node_chat_history_result.py,sha256=BYrrb6peiMtkHDWoPky0pc4ELYDwgnuRb0lyHFmUr40,1113
|
360
|
-
vellum/types/terminal_node_error_result.py,sha256=rbO9su-F-BYY_CMjUq8RjykpMPQPMl6DjkhokxEpITM,1094
|
361
|
-
vellum/types/terminal_node_function_call_result.py,sha256=ZXpoaQsWUIqORiYqubOzMnNaWWOo8mATY5je9GNvZa4,1104
|
362
|
-
vellum/types/terminal_node_json_result.py,sha256=IBtt3lo4xU5qb9VKUXC7AN5llnoSkS2S7DSnI5PM5YQ,1030
|
363
|
-
vellum/types/terminal_node_number_result.py,sha256=SEwjdY43Tm__ntgiJqmKLmNt6LO159b_9G0sOyW_9kY,1051
|
364
|
-
vellum/types/terminal_node_result.py,sha256=h-l3xDB7qjivYFtjeQ9xJXT107DBLUQ5M4eItp4PHCI,1007
|
365
|
-
vellum/types/terminal_node_result_data.py,sha256=0EavYhcD-aZi5QngHK-bAB2wtFNw0CJC4mKXWCoDm10,948
|
366
|
-
vellum/types/terminal_node_result_output.py,sha256=lKXaYst9-JuY0rk0tjDV4mD2s_G-7gZm5FTKbW9xYo8,3164
|
367
|
-
vellum/types/terminal_node_search_results_result.py,sha256=neeojsER6K17-Mw8pQ92qMELRa_7o140wXeuvUty99Y,1118
|
368
|
-
vellum/types/terminal_node_string_result.py,sha256=AV-9qUXT0WJiftv_uv_qKSROXo8XEijEOMSshGU6JNA,1049
|
369
|
-
vellum/types/test_case_array_variable_value.py,sha256=XYHfiLkaBfW0JqzJyJeA8rAD1YSzoasYa2T5QXhHTAU,1078
|
370
|
-
vellum/types/test_case_chat_history_variable_value.py,sha256=hi9BArWPk7im4X2091yGRfjpIgGPJSUBp9PqHA0ZH6w,1061
|
371
|
-
vellum/types/test_case_error_variable_value.py,sha256=7WIe0DMvp8tBCcqyRHQpT76vTylwuW2YQ3jRPkfc-t0,1036
|
372
|
-
vellum/types/test_case_function_call_variable_value.py,sha256=Auv--TyCGUOjs9z42ZB29tsGZ5khy7CmqSNWJe55Lzk,1053
|
373
|
-
vellum/types/test_case_json_variable_value.py,sha256=BsgNdPsgTh_Vxt3ZRkHy22foq2T-5MlKDSm0tDJFXpw,1012
|
374
|
-
vellum/types/test_case_number_variable_value.py,sha256=96vZuKZTm7AVa_r-xjTMTpQMRCCga-Pcfw0HLoAYkg8,996
|
375
|
-
vellum/types/test_case_search_results_variable_value.py,sha256=lzExcnYAH8PWjWEfMj6rmhDnQG7YSLiU0bwH62N2dIk,1068
|
376
|
-
vellum/types/test_case_string_variable_value.py,sha256=3-TIR-38VndZVe0fdPa0XPe-3PdUSCzYuffGQlH3WY4,991
|
377
|
-
vellum/types/test_case_variable_value.py,sha256=v54flEtZ_BgzYMuR0qmnuScrRYo27FxS8Tlxf5xJ85M,3193
|
378
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config.py,sha256=DYsHB5DPs3Go5_oLu5_EaLtvtTLyoHQ0MWqmhmfLGS8,1373
|
379
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py,sha256=4yR8eBKuOBxLm9eYlpQr03TH1FcvGtkN7B89BuQS_HE,1228
|
380
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py,sha256=9x9e-oxKOrbPibl2bOtrEY74Jhnr5jCrkJnmhv19E9w,1235
|
381
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py,sha256=MYmMaV7pnDGoH-QvlWuVIeZ4xEwCJdePIZNPl9PDTU0,1411
|
382
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py,sha256=P49aTblFExVUA90soNhC-_S0q8xAHGCWOnm9uRiqgp0,174
|
383
|
-
vellum/types/test_suite_run_exec_config.py,sha256=ilF_6HuSMOt1csjBLGd8zzKB4BxbF1KL8okpD79xhag,1483
|
384
|
-
vellum/types/test_suite_run_exec_config_request.py,sha256=cV_Yq4cbHK8MZxPp6RQqA6HerbTSyDPcZCyBULxELF0,1598
|
385
|
-
vellum/types/test_suite_run_execution.py,sha256=IwWBhWtlqJvA0pmv0Tm5mKVGbEEk0TzIdOb1rApk4wM,1158
|
386
|
-
vellum/types/test_suite_run_execution_array_output.py,sha256=f1j8hHvDhUviKKisJJHTRjM7jvc0Y7hRfVuI7KUqAFc,1131
|
387
|
-
vellum/types/test_suite_run_execution_chat_history_output.py,sha256=zY5gpMhhYUfQ36Uy2D-SshURvn2vUqGD57EvEiOuW7c,1115
|
388
|
-
vellum/types/test_suite_run_execution_error_output.py,sha256=hY1TSU9-TvllhHvnubSy9F_JirzFFucL_5mbfllf8Eo,1089
|
389
|
-
vellum/types/test_suite_run_execution_function_call_output.py,sha256=XrWHlNs4pOeVWbTgcgHJusr1JaM9o-vRFNRo3n-E3yk,1107
|
390
|
-
vellum/types/test_suite_run_execution_json_output.py,sha256=ryhjtr6xZBtBg_ddHFR2rj5lpH_kz03knRJTlSlAzXk,1024
|
391
|
-
vellum/types/test_suite_run_execution_metric_definition.py,sha256=r9K5M-dxQZ0SN2Sp7qCLHf0ai0C0F67-RC4zLnoNDJg,973
|
392
|
-
vellum/types/test_suite_run_execution_metric_result.py,sha256=WKp6K3MhDlbBC245CT87YRsdPwrEkoLJUh8Ojzj3SO8,1218
|
393
|
-
vellum/types/test_suite_run_execution_number_output.py,sha256=WB68g1AGxjSkYBLhEzSAr-B-5SkRQRb4VuZCCLppHrw,1047
|
394
|
-
vellum/types/test_suite_run_execution_output.py,sha256=fxLZjpW88J8Skr6SnaATys4M7R7Qqqfqg2nVk62B-gk,3447
|
395
|
-
vellum/types/test_suite_run_execution_search_results_output.py,sha256=m4O5h8DYWyGj0h5mwu7n5l_9UoTLvIXlZskdzJLTEg0,1122
|
396
|
-
vellum/types/test_suite_run_execution_string_output.py,sha256=Q-iBSoRkgrqEp9PaJQC_yGKVUZs7aKPcaRzEIsWk-NI,1045
|
397
|
-
vellum/types/test_suite_run_external_exec_config.py,sha256=O3r_NWl-a58UyBmZSYj6R8g4i8j-18zoL7jUttDK6r4,1331
|
398
|
-
vellum/types/test_suite_run_external_exec_config_data.py,sha256=MUTj93cQoSZ1sRSv13NyAvzxBqFHFvKr5f7Z2ahwyZQ,1115
|
399
|
-
vellum/types/test_suite_run_external_exec_config_data_request.py,sha256=Dl5C9Z4VshSoy81JhLddAug4dc9ECKNkx3_GOf6hGck,1144
|
400
|
-
vellum/types/test_suite_run_external_exec_config_request.py,sha256=CRuAm6lyb2DdDL6_WoV_ncgmJJGwgHpOUzfX6l7QLuM,1360
|
401
|
-
vellum/types/test_suite_run_external_exec_config_type_enum.py,sha256=yX-VwukrI1rPH7_R2D7sRlBioduW6q791zXWiODMlo0,148
|
402
|
-
vellum/types/test_suite_run_metric_error_output.py,sha256=nB1kd7iypwUDOcTN8OeR_mYqMBF3PbS7guRjmFEy2D8,1005
|
403
|
-
vellum/types/test_suite_run_metric_error_output_type_enum.py,sha256=ZPKy0jkcgfuMhI2hG_3UUcw2sYH1BlV_ze8Axlq5nIU,144
|
404
|
-
vellum/types/test_suite_run_metric_number_output.py,sha256=1JNscEL7TcLftwhkqc1ly-PyWPa4J9HSNPu3mbovDVk,987
|
405
|
-
vellum/types/test_suite_run_metric_number_output_type_enum.py,sha256=sXoES0zoliicpd66SwlF6xsVUjWSezGNkuxp6CthO2s,146
|
406
|
-
vellum/types/test_suite_run_metric_output.py,sha256=QkHRKO1tnQWoeCq7xc7TfSiAjC927Ha2hdePBJeEn0A,1291
|
407
|
-
vellum/types/test_suite_run_metric_string_output.py,sha256=hNWBC66dTLsfpfdn5QBuGxy6IJUrRV3TpsqVxao4HAA,985
|
408
|
-
vellum/types/test_suite_run_metric_string_output_type_enum.py,sha256=6OKwFyk0SUq4IKp6yg_FAc3ADM0jVCK-chq5JR9iwqo,146
|
409
|
-
vellum/types/test_suite_run_read.py,sha256=VcKvmpt3vFJCxh5qFO5AGtfZrwUNeDnyqwNPae8nufk,1500
|
410
|
-
vellum/types/test_suite_run_state.py,sha256=E4f_AfzXBnxhObLLZ12dBzdoYlRm-gaTqkzrZQ_KfCo,197
|
411
|
-
vellum/types/test_suite_run_test_suite.py,sha256=ZaDr75LR6PrTIruwrSqR4cdCmjBD0VrUQYzIUBuNroY,896
|
412
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config.py,sha256=G0flXm-xN-np9aHRkhxiimiow1yDs-4UXFUWT8GbiZc,1367
|
413
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py,sha256=zt9QSO3scrHXKAfCngd99-U4ainrZRChyKWbrrK7jQo,1241
|
414
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py,sha256=usIaDWBsS-zTQc4IIWec9-bAQKI_57LcKABZGV8cGlA,1248
|
415
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py,sha256=P0zRtzh7ekun8pcEH2EFTB6p4Kq54cE955Vff4q6-dE,1405
|
416
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py,sha256=JMN3-aK8SWJzTli6c-j9xmHSYVwGND1PaZgGzwwkMjo,170
|
417
|
-
vellum/types/test_suite_test_case.py,sha256=cD9k7hn3e8XT6-JLbJKo_EYROE4dXAm2n7-0ZtKsfJs,1131
|
418
|
-
vellum/types/test_suite_test_case_bulk_operation_request.py,sha256=ittj5miLHwe8_Z9Mzh_pz5iEM_mblTCJZ6S1WVpsBJk,1977
|
419
|
-
vellum/types/test_suite_test_case_bulk_result.py,sha256=Cu3zBu6PFltkTsQRcdzA5dcVAyESK6U3jMcMfe28K44,1798
|
420
|
-
vellum/types/test_suite_test_case_create_bulk_operation_request.py,sha256=mCTw56KoJa2KbgHdhbq283AELwcINpt1-pk1CDfmkcA,1257
|
421
|
-
vellum/types/test_suite_test_case_created_bulk_result.py,sha256=hUH8duBtZsrWXp7p0kZeCoP5W48Ioui-9fjoXycCnSA,1094
|
422
|
-
vellum/types/test_suite_test_case_created_bulk_result_data.py,sha256=7_3ZxGLWHxP0Ggft7LeunDjY0ZaMgJ3yMpgFJRKw1_k,944
|
423
|
-
vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py,sha256=JUON1LJ8pBIzpsICjk6qIMSzg4Ctjrf2DYCNAzhPwCY,882
|
424
|
-
vellum/types/test_suite_test_case_delete_bulk_operation_request.py,sha256=UWtptA-rAuDaBL133784D8jn015t__y8NQV1Q7XXDmk,1395
|
425
|
-
vellum/types/test_suite_test_case_deleted_bulk_result.py,sha256=1CsSapclH45R6Jje8D5fPDvzajUsaMtNbfMIYu0FZuU,1261
|
426
|
-
vellum/types/test_suite_test_case_deleted_bulk_result_data.py,sha256=ua_wuUfrrXSYbG-m17Hdw1lEJBQnzn8s6M6W2t0RvHA,943
|
427
|
-
vellum/types/test_suite_test_case_rejected_bulk_result.py,sha256=Oe1gGRiIvdoBLWFD2I6qjfB8FuQOoqJud_GhT4Uorns,1276
|
428
|
-
vellum/types/test_suite_test_case_replace_bulk_operation_request.py,sha256=QY3QE2dOBuFt8uy_G7wUaMSZTWEh5610-yO9m89XnnA,1262
|
429
|
-
vellum/types/test_suite_test_case_replaced_bulk_result.py,sha256=36m3raleko_4VQXCIGexVlHZ8CiIJ9Fg73vv3Bivuck,1266
|
430
|
-
vellum/types/test_suite_test_case_replaced_bulk_result_data.py,sha256=fbH0CsKTE-bhEqzCa_ZFR2X3aX7JhungfEfueuIQkP4,945
|
431
|
-
vellum/types/test_suite_test_case_upsert_bulk_operation_request.py,sha256=jEAJowLOLOqKdB815MjWmQfhulLvs_i1ABTGxTvRcto,1258
|
432
|
-
vellum/types/text_embedding_3_large_enum.py,sha256=mniEbUgFr40fnVAGnlL_aNaFET3PhrQ8flune0mm2H4,147
|
433
|
-
vellum/types/text_embedding_3_small_enum.py,sha256=_fBJkCGGk8o9FD19oWq_ARJHIU3KjPTKMPGSvAe3Vxw,147
|
434
|
-
vellum/types/text_embedding_ada_002_enum.py,sha256=FzY5woDqAEElY-ulFR9u7Rrw93KKhGiVwBkrmE1URxM,147
|
435
|
-
vellum/types/token_overlapping_window_chunker_config.py,sha256=uXmGxbpjAQE_-lcMO_bqR6qK_KwMK0Nu0tXu0Y7Gke0,1025
|
436
|
-
vellum/types/token_overlapping_window_chunker_config_request.py,sha256=zQlZfj9aj9zPjZ9HEbyC5s8xcmFyFPMMIH5Wnvdmads,1032
|
437
|
-
vellum/types/token_overlapping_window_chunker_enum.py,sha256=hUGyFRsTEfjHfT74WoOuFveugHuWaUoE88CRAiMtxvM,167
|
438
|
-
vellum/types/token_overlapping_window_chunking.py,sha256=Xlaj2rKEzsU8w46g5u1T5rSrH2HcCs9-2di5H18sQb0,1077
|
439
|
-
vellum/types/token_overlapping_window_chunking_request.py,sha256=D1kS86Haw3FPZKimh-JifYlN06alsvyRtymwgBctffs,1106
|
440
|
-
vellum/types/upload_document_error_response.py,sha256=2OujdWv40S6dfpPg1XOY7VurwOWeXs-RhRAKzqDEE6k,866
|
441
|
-
vellum/types/upload_document_response.py,sha256=VsKBPRKSTblu_M0GS2rJMd-9ZK4Gm4dhUtV0EQnuags,946
|
442
|
-
vellum/types/upsert_enum.py,sha256=xh9h6HNr4Y1dBeBNt72paNfVC3fj3V44mAfNAy-imeM,118
|
443
|
-
vellum/types/upsert_test_suite_test_case_request.py,sha256=D6m4oOTqb5n47Yc5edbx2UnRlsriVpu8nseJ0fNaC58,2121
|
444
|
-
vellum/types/vellum_error.py,sha256=WjaUKAuuRVNOXC630oAM0A6n6pD6AXndbZVZ44WszQ4,937
|
445
|
-
vellum/types/vellum_error_code_enum.py,sha256=87F6QjCk6b6x-fcIsf0qGpKTZsn6zn984TL_LOFjVZU,233
|
446
|
-
vellum/types/vellum_error_request.py,sha256=xhNAtPkUFsAIzyLMGekTSTdZrAjPitBTChb55RHHVYU,944
|
447
|
-
vellum/types/vellum_image.py,sha256=1QCMf26kEKRKP9DTxNI0qp7CNC1viWGFV9hmIxFyxoY,914
|
448
|
-
vellum/types/vellum_image_request.py,sha256=ADerbxbSJHzNYouJa1jaBIGvbHR2nSmqYAxE-cgS2Rg,921
|
449
|
-
vellum/types/vellum_variable.py,sha256=MPxkKBtuxtg4HZud4xwsyT_sH6FG-YDGeFLpUa4NZDs,944
|
450
|
-
vellum/types/vellum_variable_type.py,sha256=uHeBCGi7U_SksgKOxtvI4KxYffD4BD2TlddTPo_LUSM,281
|
451
|
-
vellum/types/workflow_deployment_read.py,sha256=010Jqbj-XOXRm4evLM5yIg4RwDVFB5ayKopMIRPUH88,2281
|
452
|
-
vellum/types/workflow_event_error.py,sha256=1f-xt3rNeCIpSm37KmAqVMc9IEbDD-3pNH4zwBYzXP0,981
|
453
|
-
vellum/types/workflow_execution_actual_chat_history_request.py,sha256=ZBk37qbr-gXYeFLhgmkQQLKvrtlJCWVe9B6GYjq763o,2223
|
454
|
-
vellum/types/workflow_execution_actual_json_request.py,sha256=XuiH6iE_NZiut9E3Y8VwiY5rOHx8u3sd2i_TxbfG8d8,2160
|
455
|
-
vellum/types/workflow_execution_actual_string_request.py,sha256=abeuR1PeN9t0eulgYP9pd2VTESzmQT31b9pa0Xr_aKo,2137
|
456
|
-
vellum/types/workflow_execution_event_error_code.py,sha256=Vf-MTOx0KclZp35aajWDHSdtwGgg0LWvM5yVQfnXYc4,425
|
457
|
-
vellum/types/workflow_execution_event_type.py,sha256=ESKqV3ItoAlqBooruf-i0AnmEh_GvCySZ0Co3r9Bvt0,170
|
458
|
-
vellum/types/workflow_execution_node_result_event.py,sha256=qIjztqor0UcBTxbq7w7Is98Mqu0IgggUKY24qOHal4s,1139
|
459
|
-
vellum/types/workflow_execution_workflow_result_event.py,sha256=PyMUdEwRMd8vjdimdcOXSvzPNd3PoacfDKuEmdrzpTU,1134
|
460
|
-
vellum/types/workflow_expand_meta_request.py,sha256=58J4L8hdpIeDBy3mMtEpiVVxsjueSQNxG3rdlm5DC3Y,1068
|
461
|
-
vellum/types/workflow_node_result_data.py,sha256=OsGHVua3RRKrZvKZuWDcjyepXGGjmikrWosz7LNWKSY,3937
|
462
|
-
vellum/types/workflow_node_result_event.py,sha256=0tSTva8wAxMKSGWrbSRADqGcbR_A6FMSR7xkYLP9rZg,1745
|
463
|
-
vellum/types/workflow_node_result_event_state.py,sha256=cC3CdfmXR8bPzSG4W6vDnndA9HAnfF3v4UzmyeVwxog,209
|
464
|
-
vellum/types/workflow_output.py,sha256=iSz1VQAm0e4gJcJlB_HG6jI9P4gRx4nQhMzoTgzG4lM,3212
|
465
|
-
vellum/types/workflow_output_array.py,sha256=KbXzXJySPSQ00Q5mQ2Ka7NQ1X7NRyoFiHLGu3D6JZRM,1148
|
466
|
-
vellum/types/workflow_output_chat_history.py,sha256=w77iHmsJKjmwGcjLgVSlz_JubZ5_posHgCORg-0H2SI,1131
|
467
|
-
vellum/types/workflow_output_error.py,sha256=W3Slj5xldWOz_RE6swVoai-0JlEIffDbnYh81bPTTLA,1106
|
468
|
-
vellum/types/workflow_output_function_call.py,sha256=9Xa7ZSdEVtnPFLO7AXDpXyo1C7BVbW88IaT7BI5KB9o,1123
|
469
|
-
vellum/types/workflow_output_image.py,sha256=7ZXS2nmcPM_7L4fYHgHXz_DCIdhOymfJ3FyZSYQCOHk,1106
|
470
|
-
vellum/types/workflow_output_json.py,sha256=Tb9LvMSPK3AcnD69O4BZemkGZQ5uqwpvTbpdjNnAHvI,1040
|
471
|
-
vellum/types/workflow_output_number.py,sha256=rgQjAUOeA8iSBDv4ftS3gTN70tdQq6DheTwk5nxOIRo,1063
|
472
|
-
vellum/types/workflow_output_search_results.py,sha256=qknZXGjUGF8SHU_IoSgNqrC2a7_Ohp6Mq4X9alnl7XA,1138
|
473
|
-
vellum/types/workflow_output_string.py,sha256=HyywOoEJFYubNLiJwGBpWxUtZgnbGgMsBxxs2RoPtA4,1061
|
474
|
-
vellum/types/workflow_release_tag_read.py,sha256=UDIEV1eS580RpHgEF6lL7PXO98ryvJFbD-XhoxC4S60,1458
|
475
|
-
vellum/types/workflow_release_tag_workflow_deployment_history_item.py,sha256=McEyeNptAS7mj5HrKQYLsE-fJCImxwLhMSvBwwIHfRA,1103
|
476
|
-
vellum/types/workflow_request_chat_history_input_request.py,sha256=RE_TFOEcG_3dyZsclTc6OGbK_s-kIy-EMluL2CKA5i8,1137
|
477
|
-
vellum/types/workflow_request_input_request.py,sha256=UgAzjnJR5zJSPZhD_E9h3FaV738ebLNIhpI_SJBgQ0Q,1772
|
478
|
-
vellum/types/workflow_request_json_input_request.py,sha256=gRVuP1NBupCx3jOIDF57rMWpev3-_SoWhH08Uy15mQE,1048
|
479
|
-
vellum/types/workflow_request_number_input_request.py,sha256=NohfBVNkLaijXUPSm4hRFdgVPCkKznUe71QyCU-uBAs,1047
|
480
|
-
vellum/types/workflow_request_string_input_request.py,sha256=4A_v_rBFZ2TtZeYOgFQuHFROnT55VfF_yOqsoWCScrk,1045
|
481
|
-
vellum/types/workflow_result_event.py,sha256=W5VJ5CQdzL9AHI5AUrdCFsGsrWns0w5L7CL0Klkd7nU,1475
|
482
|
-
vellum/types/workflow_result_event_output_data.py,sha256=AGLgUDif9Hw1iRcn0j1boSju6vUEskSzRJIervPe_0c,3529
|
483
|
-
vellum/types/workflow_result_event_output_data_array.py,sha256=qh3kxmE2fArLwx18ZMDxc9GZt1RqaR3jGi2MpXe4qSc,1423
|
484
|
-
vellum/types/workflow_result_event_output_data_chat_history.py,sha256=fcf7oAIKey0mIweuqKT0RVRlnQ_Qi63dDCbbObrVl7A,1400
|
485
|
-
vellum/types/workflow_result_event_output_data_error.py,sha256=o3TGpLkiDrN76L2xLq-KDVsDCCvKlDkd3woEpgNffG4,1375
|
486
|
-
vellum/types/workflow_result_event_output_data_function_call.py,sha256=lPIyG5iGpCT9hA9TXs-2378oHazHH8xMYn-a-THfsVQ,1392
|
487
|
-
vellum/types/workflow_result_event_output_data_json.py,sha256=KlMHjOyPPz5Pi1aLATRZAl7B0ZDNhcUE02A120RNO28,1309
|
488
|
-
vellum/types/workflow_result_event_output_data_number.py,sha256=5Dk2kq98Ou0E8ipNn1blwV0_vpzCNJKMkb89uptNgEs,1332
|
489
|
-
vellum/types/workflow_result_event_output_data_search_results.py,sha256=gazaUrC5WRQkvCc7BGqGVkzUtJPTsEaIOgfUbnOod94,1407
|
490
|
-
vellum/types/workflow_result_event_output_data_string.py,sha256=aVWIIGbLj4TJJhTTj6WzhbYXQkcZatKuhhNy8UYwXbw,1482
|
491
|
-
vellum/types/workflow_stream_event.py,sha256=KA6Bkk_XA6AIPWR-1vKnwF1A8l_Bm5y0arQCWWWRpsk,911
|
492
|
-
vellum/version.py,sha256=neLt8HBHHUtDF9M5fsyUzHT-pKooEPvceaLDqqIGb0s,77
|
493
|
-
vellum_ai-0.7.3.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
494
|
-
vellum_ai-0.7.3.dist-info/METADATA,sha256=1HTODOr4j6vufjMxOf6FzGVUXLeJfA-ipi4n_UupRUA,3872
|
495
|
-
vellum_ai-0.7.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
496
|
-
vellum_ai-0.7.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|