vellum-ai 0.7.10__py3-none-any.whl → 0.8.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vellum/__init__.py +7 -474
- vellum/client.py +751 -246
- vellum/core/__init__.py +19 -3
- vellum/core/client_wrapper.py +6 -7
- vellum/core/file.py +7 -2
- vellum/core/http_client.py +4 -2
- vellum/core/jsonable_encoder.py +30 -31
- vellum/core/pydantic_utilities.py +190 -12
- vellum/core/query_encoder.py +38 -13
- vellum/core/serialization.py +170 -0
- vellum/errors/bad_request_error.py +2 -3
- vellum/errors/forbidden_error.py +2 -3
- vellum/errors/internal_server_error.py +2 -3
- vellum/errors/not_found_error.py +2 -3
- vellum/lib/test_suites/resources.py +4 -4
- vellum/resources/deployments/client.py +194 -46
- vellum/resources/document_indexes/client.py +174 -76
- vellum/resources/documents/client.py +162 -44
- vellum/resources/folder_entities/client.py +12 -8
- vellum/resources/ml_models/client.py +99 -33
- vellum/resources/sandboxes/client.py +70 -20
- vellum/resources/test_suite_runs/client.py +80 -34
- vellum/resources/test_suites/client.py +95 -37
- vellum/resources/workflow_deployments/client.py +89 -27
- vellum/resources/workflow_sandboxes/client.py +22 -10
- vellum/types/__init__.py +48 -595
- vellum/types/api_node_result.py +12 -21
- vellum/types/api_node_result_data.py +12 -24
- vellum/types/array_chat_message_content.py +12 -21
- vellum/types/array_chat_message_content_item.py +4 -79
- vellum/types/array_chat_message_content_item_request.py +4 -81
- vellum/types/array_chat_message_content_request.py +12 -21
- vellum/types/array_variable_value_item.py +12 -154
- vellum/types/array_vellum_value_item.py +7 -154
- vellum/types/array_vellum_value_item_request.py +12 -154
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +13 -22
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +13 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +15 -22
- vellum/types/chat_history_input_request.py +13 -22
- vellum/types/chat_message.py +13 -23
- vellum/types/chat_message_content.py +5 -103
- vellum/types/chat_message_content_request.py +8 -106
- vellum/types/chat_message_request.py +13 -23
- vellum/types/code_execution_node_array_result.py +12 -21
- vellum/types/code_execution_node_chat_history_result.py +12 -21
- vellum/types/code_execution_node_error_result.py +12 -21
- vellum/types/code_execution_node_function_call_result.py +12 -21
- vellum/types/code_execution_node_json_result.py +13 -22
- vellum/types/code_execution_node_number_result.py +12 -21
- vellum/types/code_execution_node_result.py +12 -21
- vellum/types/code_execution_node_result_data.py +12 -22
- vellum/types/code_execution_node_result_output.py +16 -212
- vellum/types/code_execution_node_search_results_result.py +12 -21
- vellum/types/code_execution_node_string_result.py +12 -21
- vellum/types/compile_prompt_deployment_expand_meta_request.py +14 -24
- vellum/types/compile_prompt_meta.py +11 -21
- vellum/types/components_schemas_pdf_search_result_meta_source.py +5 -0
- vellum/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
- vellum/types/conditional_node_result.py +12 -21
- vellum/types/conditional_node_result_data.py +11 -21
- vellum/types/create_test_suite_test_case_request.py +15 -25
- vellum/types/deployment_provider_payload_response.py +12 -22
- vellum/types/deployment_provider_payload_response_payload.py +1 -1
- vellum/types/deployment_read.py +18 -27
- vellum/types/deployment_release_tag_deployment_history_item.py +11 -20
- vellum/types/deployment_release_tag_read.py +16 -26
- vellum/types/document_document_to_document_index.py +14 -24
- vellum/types/document_index_chunking.py +4 -84
- vellum/types/document_index_chunking_request.py +4 -82
- vellum/types/document_index_indexing_config.py +12 -22
- vellum/types/document_index_indexing_config_request.py +12 -22
- vellum/types/document_index_read.py +16 -25
- vellum/types/document_read.py +19 -28
- vellum/types/enriched_normalized_completion.py +17 -27
- vellum/types/error_variable_value.py +12 -21
- vellum/types/error_vellum_value.py +12 -21
- vellum/types/error_vellum_value_request.py +12 -21
- vellum/types/execute_prompt_event.py +5 -118
- vellum/types/execute_prompt_response.py +3 -63
- vellum/types/execute_workflow_response.py +11 -21
- vellum/types/execute_workflow_workflow_result_event.py +3 -60
- vellum/types/execution_array_vellum_value.py +13 -22
- vellum/types/execution_chat_history_vellum_value.py +13 -22
- vellum/types/execution_error_vellum_value.py +13 -22
- vellum/types/execution_function_call_vellum_value.py +13 -22
- vellum/types/execution_json_vellum_value.py +14 -23
- vellum/types/execution_number_vellum_value.py +13 -22
- vellum/types/execution_search_results_vellum_value.py +13 -22
- vellum/types/execution_string_vellum_value.py +13 -22
- vellum/types/execution_vellum_value.py +16 -220
- vellum/types/external_test_case_execution.py +12 -22
- vellum/types/external_test_case_execution_request.py +12 -22
- vellum/types/fulfilled_execute_prompt_event.py +13 -22
- vellum/types/fulfilled_execute_prompt_response.py +14 -23
- vellum/types/fulfilled_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/fulfilled_prompt_execution_meta.py +11 -21
- vellum/types/fulfilled_workflow_node_result_event.py +14 -22
- vellum/types/function_call.py +12 -22
- vellum/types/function_call_chat_message_content.py +12 -21
- vellum/types/function_call_chat_message_content_request.py +12 -21
- vellum/types/function_call_chat_message_content_value.py +12 -22
- vellum/types/function_call_chat_message_content_value_request.py +12 -22
- vellum/types/function_call_request.py +12 -22
- vellum/types/function_call_variable_value.py +12 -21
- vellum/types/function_call_vellum_value.py +12 -21
- vellum/types/function_call_vellum_value_request.py +12 -21
- vellum/types/generate_options_request.py +12 -22
- vellum/types/generate_request.py +14 -24
- vellum/types/generate_result.py +13 -23
- vellum/types/generate_result_data.py +12 -22
- vellum/types/generate_result_error.py +12 -22
- vellum/types/generate_stream_response.py +12 -22
- vellum/types/generate_stream_result.py +12 -22
- vellum/types/generate_stream_result_data.py +12 -22
- vellum/types/hkunlp_instructor_xl_vectorizer.py +12 -21
- vellum/types/hkunlp_instructor_xl_vectorizer_request.py +12 -21
- vellum/types/hugging_face_tokenizer_config.py +12 -21
- vellum/types/hugging_face_tokenizer_config_request.py +12 -21
- vellum/types/image_chat_message_content.py +12 -21
- vellum/types/image_chat_message_content_request.py +12 -21
- vellum/types/image_variable_value.py +12 -21
- vellum/types/image_vellum_value.py +12 -21
- vellum/types/image_vellum_value_request.py +12 -21
- vellum/types/indexing_config_vectorizer.py +18 -181
- vellum/types/indexing_config_vectorizer_request.py +18 -181
- vellum/types/initiated_execute_prompt_event.py +12 -21
- vellum/types/initiated_prompt_execution_meta.py +11 -21
- vellum/types/initiated_workflow_node_result_event.py +14 -22
- vellum/types/instructor_vectorizer_config.py +11 -21
- vellum/types/instructor_vectorizer_config_request.py +11 -21
- vellum/types/json_input_request.py +14 -23
- vellum/types/json_variable_value.py +13 -22
- vellum/types/json_vellum_value.py +13 -22
- vellum/types/json_vellum_value_request.py +13 -22
- vellum/types/map_node_result.py +12 -21
- vellum/types/map_node_result_data.py +11 -21
- vellum/types/merge_node_result.py +12 -21
- vellum/types/merge_node_result_data.py +12 -22
- vellum/types/metadata_filter_config_request.py +12 -22
- vellum/types/metadata_filter_rule_request.py +15 -25
- vellum/types/metric_node_result.py +12 -20
- vellum/types/ml_model_developer_enum_value_label.py +12 -22
- vellum/types/ml_model_display_config_labelled.py +12 -22
- vellum/types/ml_model_display_config_request.py +12 -22
- vellum/types/ml_model_display_tag_enum_value_label.py +12 -22
- vellum/types/ml_model_exec_config.py +14 -24
- vellum/types/ml_model_exec_config_request.py +14 -24
- vellum/types/ml_model_family_enum_value_label.py +12 -22
- vellum/types/ml_model_parameter_config.py +13 -23
- vellum/types/ml_model_parameter_config_request.py +13 -23
- vellum/types/ml_model_read.py +23 -33
- vellum/types/ml_model_request_authorization_config.py +12 -22
- vellum/types/ml_model_request_authorization_config_request.py +12 -22
- vellum/types/ml_model_request_config.py +11 -21
- vellum/types/ml_model_request_config_request.py +11 -21
- vellum/types/ml_model_response_config.py +11 -21
- vellum/types/ml_model_response_config_request.py +11 -21
- vellum/types/ml_model_tokenizer_config.py +3 -55
- vellum/types/ml_model_tokenizer_config_request.py +3 -57
- vellum/types/ml_model_usage.py +11 -21
- vellum/types/named_scenario_input_chat_history_variable_value_request.py +12 -21
- vellum/types/named_scenario_input_json_variable_value_request.py +13 -22
- vellum/types/named_scenario_input_request.py +6 -81
- vellum/types/named_scenario_input_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_array_variable_value.py +12 -21
- vellum/types/named_test_case_array_variable_value_request.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value_request.py +12 -21
- vellum/types/named_test_case_error_variable_value.py +12 -21
- vellum/types/named_test_case_error_variable_value_request.py +12 -21
- vellum/types/named_test_case_function_call_variable_value.py +12 -21
- vellum/types/named_test_case_function_call_variable_value_request.py +12 -21
- vellum/types/named_test_case_json_variable_value.py +13 -22
- vellum/types/named_test_case_json_variable_value_request.py +13 -22
- vellum/types/named_test_case_number_variable_value.py +12 -21
- vellum/types/named_test_case_number_variable_value_request.py +12 -21
- vellum/types/named_test_case_search_results_variable_value.py +12 -21
- vellum/types/named_test_case_search_results_variable_value_request.py +12 -21
- vellum/types/named_test_case_string_variable_value.py +12 -21
- vellum/types/named_test_case_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_variable_value.py +16 -212
- vellum/types/named_test_case_variable_value_request.py +16 -212
- vellum/types/node_input_compiled_array_value.py +12 -21
- vellum/types/node_input_compiled_chat_history_value.py +12 -21
- vellum/types/node_input_compiled_error_value.py +12 -21
- vellum/types/node_input_compiled_function_call.py +12 -21
- vellum/types/node_input_compiled_json_value.py +13 -22
- vellum/types/node_input_compiled_number_value.py +12 -21
- vellum/types/node_input_compiled_search_results_value.py +12 -21
- vellum/types/node_input_compiled_string_value.py +12 -21
- vellum/types/node_input_variable_compiled_value.py +16 -220
- vellum/types/node_output_compiled_array_value.py +12 -21
- vellum/types/node_output_compiled_chat_history_value.py +12 -21
- vellum/types/node_output_compiled_error_value.py +12 -21
- vellum/types/node_output_compiled_function_call_value.py +12 -21
- vellum/types/node_output_compiled_json_value.py +13 -22
- vellum/types/node_output_compiled_number_value.py +12 -21
- vellum/types/node_output_compiled_search_results_value.py +12 -21
- vellum/types/node_output_compiled_string_value.py +12 -21
- vellum/types/node_output_compiled_value.py +16 -221
- vellum/types/normalized_log_probs.py +11 -21
- vellum/types/normalized_token_log_probs.py +11 -21
- vellum/types/number_variable_value.py +12 -21
- vellum/types/number_vellum_value.py +12 -21
- vellum/types/number_vellum_value_request.py +12 -21
- vellum/types/open_ai_vectorizer_config.py +11 -21
- vellum/types/open_ai_vectorizer_config_request.py +11 -21
- vellum/types/open_ai_vectorizer_text_embedding_3_large.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +13 -22
- vellum/types/open_api_array_property.py +18 -27
- vellum/types/open_api_array_property_request.py +18 -27
- vellum/types/open_api_boolean_property.py +12 -21
- vellum/types/open_api_boolean_property_request.py +12 -21
- vellum/types/open_api_const_property.py +12 -21
- vellum/types/open_api_const_property_request.py +12 -21
- vellum/types/open_api_integer_property.py +12 -21
- vellum/types/open_api_integer_property_request.py +12 -21
- vellum/types/open_api_number_property.py +12 -21
- vellum/types/open_api_number_property_request.py +12 -21
- vellum/types/open_api_object_property.py +19 -28
- vellum/types/open_api_object_property_request.py +19 -28
- vellum/types/open_api_one_of_property.py +15 -26
- vellum/types/open_api_one_of_property_request.py +15 -26
- vellum/types/open_api_property.py +20 -270
- vellum/types/open_api_property_request.py +20 -270
- vellum/types/open_api_ref_property.py +12 -21
- vellum/types/open_api_ref_property_request.py +12 -21
- vellum/types/open_api_string_property.py +12 -21
- vellum/types/open_api_string_property_request.py +12 -21
- vellum/types/paginated_document_index_read_list.py +11 -21
- vellum/types/paginated_ml_model_read_list.py +11 -21
- vellum/types/paginated_slim_deployment_read_list.py +11 -21
- vellum/types/paginated_slim_document_list.py +11 -21
- vellum/types/paginated_slim_workflow_deployment_list.py +11 -21
- vellum/types/paginated_test_suite_run_execution_list.py +11 -21
- vellum/types/paginated_test_suite_test_case_list.py +11 -21
- vellum/types/pdf_search_result_meta_source.py +14 -23
- vellum/types/pdf_search_result_meta_source_request.py +14 -23
- vellum/types/prompt_deployment_expand_meta_request_request.py +17 -27
- vellum/types/prompt_deployment_input_request.py +4 -83
- vellum/types/prompt_execution_meta.py +11 -21
- vellum/types/prompt_node_execution_meta.py +11 -21
- vellum/types/prompt_node_result.py +12 -21
- vellum/types/prompt_node_result_data.py +11 -21
- vellum/types/prompt_output.py +5 -102
- vellum/types/raw_prompt_execution_overrides_request.py +14 -24
- vellum/types/reducto_chunker_config.py +11 -21
- vellum/types/reducto_chunker_config_request.py +11 -21
- vellum/types/reducto_chunking.py +12 -21
- vellum/types/reducto_chunking_request.py +12 -21
- vellum/types/rejected_execute_prompt_event.py +13 -22
- vellum/types/rejected_execute_prompt_response.py +14 -23
- vellum/types/rejected_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/rejected_prompt_execution_meta.py +11 -21
- vellum/types/rejected_workflow_node_result_event.py +14 -22
- vellum/types/replace_test_suite_test_case_request.py +16 -26
- vellum/types/sandbox_scenario.py +13 -23
- vellum/types/scenario_input.py +6 -81
- vellum/types/scenario_input_chat_history_variable_value.py +12 -21
- vellum/types/scenario_input_json_variable_value.py +13 -22
- vellum/types/scenario_input_string_variable_value.py +12 -21
- vellum/types/search_filters_request.py +13 -23
- vellum/types/search_node_result.py +12 -21
- vellum/types/search_node_result_data.py +12 -22
- vellum/types/search_request_options_request.py +17 -27
- vellum/types/search_response.py +12 -22
- vellum/types/search_result.py +15 -25
- vellum/types/search_result_document.py +15 -25
- vellum/types/search_result_document_request.py +15 -25
- vellum/types/search_result_merging_request.py +12 -22
- vellum/types/search_result_meta.py +13 -23
- vellum/types/search_result_meta_request.py +13 -23
- vellum/types/search_result_request.py +15 -25
- vellum/types/search_weights_request.py +13 -23
- vellum/types/sentence_chunker_config.py +11 -21
- vellum/types/sentence_chunker_config_request.py +11 -21
- vellum/types/sentence_chunking.py +12 -21
- vellum/types/sentence_chunking_request.py +12 -21
- vellum/types/slim_deployment_read.py +16 -25
- vellum/types/slim_document.py +24 -33
- vellum/types/slim_workflow_deployment.py +19 -28
- vellum/types/streaming_execute_prompt_event.py +13 -22
- vellum/types/streaming_prompt_execution_meta.py +11 -21
- vellum/types/streaming_workflow_node_result_event.py +14 -22
- vellum/types/string_chat_message_content.py +12 -21
- vellum/types/string_chat_message_content_request.py +12 -21
- vellum/types/string_input_request.py +13 -22
- vellum/types/string_variable_value.py +12 -21
- vellum/types/string_vellum_value.py +12 -21
- vellum/types/string_vellum_value_request.py +12 -21
- vellum/types/submit_completion_actual_request.py +18 -27
- vellum/types/submit_workflow_execution_actual_request.py +4 -95
- vellum/types/subworkflow_node_result.py +12 -21
- vellum/types/subworkflow_node_result_data.py +11 -21
- vellum/types/templating_node_array_result.py +12 -21
- vellum/types/templating_node_chat_history_result.py +12 -21
- vellum/types/templating_node_error_result.py +12 -21
- vellum/types/templating_node_function_call_result.py +12 -21
- vellum/types/templating_node_json_result.py +13 -22
- vellum/types/templating_node_number_result.py +12 -21
- vellum/types/templating_node_result.py +12 -21
- vellum/types/templating_node_result_data.py +12 -22
- vellum/types/templating_node_result_output.py +16 -212
- vellum/types/templating_node_search_results_result.py +12 -21
- vellum/types/templating_node_string_result.py +12 -21
- vellum/types/terminal_node_array_result.py +13 -22
- vellum/types/terminal_node_chat_history_result.py +13 -22
- vellum/types/terminal_node_error_result.py +13 -22
- vellum/types/terminal_node_function_call_result.py +13 -22
- vellum/types/terminal_node_json_result.py +14 -23
- vellum/types/terminal_node_number_result.py +13 -22
- vellum/types/terminal_node_result.py +12 -21
- vellum/types/terminal_node_result_data.py +12 -22
- vellum/types/terminal_node_result_output.py +16 -220
- vellum/types/terminal_node_search_results_result.py +13 -22
- vellum/types/terminal_node_string_result.py +13 -22
- vellum/types/test_case_array_variable_value.py +12 -21
- vellum/types/test_case_chat_history_variable_value.py +12 -21
- vellum/types/test_case_error_variable_value.py +12 -21
- vellum/types/test_case_function_call_variable_value.py +12 -21
- vellum/types/test_case_json_variable_value.py +13 -22
- vellum/types/test_case_number_variable_value.py +12 -21
- vellum/types/test_case_search_results_variable_value.py +12 -21
- vellum/types/test_case_string_variable_value.py +12 -21
- vellum/types/test_case_variable_value.py +16 -220
- vellum/types/test_suite_run_deployment_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_run_exec_config.py +4 -85
- vellum/types/test_suite_run_exec_config_request.py +6 -89
- vellum/types/test_suite_run_execution.py +12 -22
- vellum/types/test_suite_run_execution_array_output.py +12 -21
- vellum/types/test_suite_run_execution_chat_history_output.py +12 -21
- vellum/types/test_suite_run_execution_error_output.py +12 -21
- vellum/types/test_suite_run_execution_function_call_output.py +12 -21
- vellum/types/test_suite_run_execution_json_output.py +13 -22
- vellum/types/test_suite_run_execution_metric_definition.py +11 -21
- vellum/types/test_suite_run_execution_metric_result.py +12 -22
- vellum/types/test_suite_run_execution_number_output.py +12 -21
- vellum/types/test_suite_run_execution_output.py +16 -220
- vellum/types/test_suite_run_execution_search_results_output.py +12 -21
- vellum/types/test_suite_run_execution_string_output.py +12 -21
- vellum/types/test_suite_run_external_exec_config.py +14 -22
- vellum/types/test_suite_run_external_exec_config_data.py +12 -22
- vellum/types/test_suite_run_external_exec_config_data_request.py +12 -22
- vellum/types/test_suite_run_external_exec_config_request.py +14 -22
- vellum/types/test_suite_run_metric_error_output.py +13 -22
- vellum/types/test_suite_run_metric_number_output.py +12 -21
- vellum/types/test_suite_run_metric_output.py +4 -81
- vellum/types/test_suite_run_metric_string_output.py +12 -21
- vellum/types/test_suite_run_read.py +15 -24
- vellum/types/test_suite_run_test_suite.py +11 -21
- vellum/types/test_suite_run_workflow_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_test_case.py +11 -21
- vellum/types/test_suite_test_case_bulk_operation_request.py +8 -111
- vellum/types/test_suite_test_case_bulk_result.py +8 -110
- vellum/types/test_suite_test_case_create_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_created_bulk_result.py +12 -21
- vellum/types/test_suite_test_case_created_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_request.py +14 -23
- vellum/types/test_suite_test_case_deleted_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_deleted_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_rejected_bulk_result.py +14 -23
- vellum/types/test_suite_test_case_replace_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +13 -22
- vellum/types/tik_token_tokenizer_config.py +12 -21
- vellum/types/tik_token_tokenizer_config_request.py +12 -21
- vellum/types/token_overlapping_window_chunker_config.py +11 -21
- vellum/types/token_overlapping_window_chunker_config_request.py +11 -21
- vellum/types/token_overlapping_window_chunking.py +12 -21
- vellum/types/token_overlapping_window_chunking_request.py +12 -21
- vellum/types/upload_document_response.py +12 -22
- vellum/types/upsert_test_suite_test_case_request.py +16 -26
- vellum/types/vellum_error.py +12 -22
- vellum/types/vellum_error_request.py +12 -22
- vellum/types/vellum_image.py +12 -22
- vellum/types/vellum_image_request.py +12 -22
- vellum/types/vellum_variable.py +12 -22
- vellum/types/workflow_deployment_read.py +20 -29
- vellum/types/workflow_event_error.py +12 -22
- vellum/types/workflow_execution_actual_chat_history_request.py +18 -27
- vellum/types/workflow_execution_actual_json_request.py +18 -27
- vellum/types/workflow_execution_actual_string_request.py +18 -27
- vellum/types/workflow_execution_node_result_event.py +12 -21
- vellum/types/workflow_execution_workflow_result_event.py +12 -21
- vellum/types/workflow_expand_meta_request.py +12 -22
- vellum/types/workflow_node_result_data.py +22 -280
- vellum/types/workflow_node_result_event.py +8 -133
- vellum/types/workflow_output.py +18 -247
- vellum/types/workflow_output_array.py +13 -22
- vellum/types/workflow_output_chat_history.py +13 -22
- vellum/types/workflow_output_error.py +13 -22
- vellum/types/workflow_output_function_call.py +13 -22
- vellum/types/workflow_output_image.py +13 -22
- vellum/types/workflow_output_json.py +14 -23
- vellum/types/workflow_output_number.py +13 -22
- vellum/types/workflow_output_search_results.py +13 -22
- vellum/types/workflow_output_string.py +13 -22
- vellum/types/workflow_release_tag_read.py +15 -25
- vellum/types/workflow_release_tag_workflow_deployment_history_item.py +13 -22
- vellum/types/workflow_request_chat_history_input_request.py +13 -22
- vellum/types/workflow_request_input_request.py +8 -108
- vellum/types/workflow_request_json_input_request.py +14 -23
- vellum/types/workflow_request_number_input_request.py +13 -22
- vellum/types/workflow_request_string_input_request.py +13 -22
- vellum/types/workflow_result_event.py +14 -23
- vellum/types/workflow_result_event_output_data.py +16 -245
- vellum/types/workflow_result_event_output_data_array.py +14 -23
- vellum/types/workflow_result_event_output_data_chat_history.py +14 -23
- vellum/types/workflow_result_event_output_data_error.py +14 -23
- vellum/types/workflow_result_event_output_data_function_call.py +14 -23
- vellum/types/workflow_result_event_output_data_json.py +14 -23
- vellum/types/workflow_result_event_output_data_number.py +13 -22
- vellum/types/workflow_result_event_output_data_search_results.py +14 -23
- vellum/types/workflow_result_event_output_data_string.py +14 -23
- vellum/types/workflow_stream_event.py +3 -62
- vellum/version.py +0 -1
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.8.4.dist-info}/METADATA +5 -4
- vellum_ai-0.8.4.dist-info/RECORD +507 -0
- vellum/types/search_result_meta_source.py +0 -36
- vellum/types/search_result_meta_source_request.py +0 -36
- vellum_ai-0.7.10.dist-info/RECORD +0 -506
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.8.4.dist-info}/LICENSE +0 -0
- {vellum_ai-0.7.10.dist-info → vellum_ai-0.8.4.dist-info}/WHEEL +0 -0
@@ -1,506 +0,0 @@
|
|
1
|
-
vellum/__init__.py,sha256=WSiaCxloCf8VJlJ03KLPJKY-YJQ4U6gfbcCWKtdlJNs,50185
|
2
|
-
vellum/client.py,sha256=FEelOptuh8ylBnqSznSXvIUj2LWGTEPDTPrK5sgQkSE,83651
|
3
|
-
vellum/core/__init__.py,sha256=UFXpYzcGxWQUucU1TkjOQ9mGWN3A5JohluOIWVYKU4I,973
|
4
|
-
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
-
vellum/core/client_wrapper.py,sha256=QxEeVkCA-x_SymC6ESe3_YtByZuiPAaCI20zpkLl7oI,1874
|
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=46CyqS5Y8MwWTclAXnb1z5-ODJfwfHYbyhvjhb7RY1c,18753
|
9
|
-
vellum/core/jsonable_encoder.py,sha256=lFuVxWxCmKUT49V1Cp1z9OzJO47YmBz9hb35yTYqdSM,3840
|
10
|
-
vellum/core/pydantic_utilities.py,sha256=hI3vcpSG47sVlafyPol2T2ICt8HNMIu_rM9amc2zf7w,748
|
11
|
-
vellum/core/query_encoder.py,sha256=sI6XiwFby-WRIk4MVN_5wlAlm30aCHE73Uvm09fb9qQ,1266
|
12
|
-
vellum/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
13
|
-
vellum/core/request_options.py,sha256=5cCGt5AEGgtP5xifDl4oVQUmSjlIA8FmRItAlJawM18,1417
|
14
|
-
vellum/environment.py,sha256=bcAFjoE9XXd7tiysYS90Os669IJmUMZS2JZ_ZQn0Dpg,498
|
15
|
-
vellum/errors/__init__.py,sha256=HZB8vVqzDNx0M2uFJ05S5RcGTH95iVDl4v3rQ4xRqSw,343
|
16
|
-
vellum/errors/bad_request_error.py,sha256=jvBFMSUKdTc6ya16S5O7zwaFnPhOm8N4DjIom_pw5pc,248
|
17
|
-
vellum/errors/forbidden_error.py,sha256=dgnatOGair3CvxljCE45_qwN_yefzcw2G0vw88wrrOA,247
|
18
|
-
vellum/errors/internal_server_error.py,sha256=E0rgqJC0-LcetLi1HmSi92KpvNkGSRCIdBeEqT_ln1s,252
|
19
|
-
vellum/errors/not_found_error.py,sha256=P65k-Lm2RuefAVSNLER5hH-4P99SGohKy2cOPSrIxNk,246
|
20
|
-
vellum/lib/__init__.py,sha256=KTSY0V59WEOr5uNyAei1dDfaAatyXw_Aca5kNjo5mY0,79
|
21
|
-
vellum/lib/test_suites/__init__.py,sha256=hNsLoHSykqXDJP-MwFvu2lExImxo9KEyEJjt_fdAzpE,77
|
22
|
-
vellum/lib/test_suites/constants.py,sha256=Vteml4_csZsMgo_q3-71E3JRCAoN6308TXLu5nfLhmU,116
|
23
|
-
vellum/lib/test_suites/exceptions.py,sha256=6Xacoyv43fJvVf6Dt6Io5a-f9vF12Tx51jzsQRNSqhY,56
|
24
|
-
vellum/lib/test_suites/resources.py,sha256=6dvnbz0eOUjDvONYGqi_q54afv4Lh_yAS_H-exuUvws,12530
|
25
|
-
vellum/lib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
vellum/lib/utils/env.py,sha256=ySl859lYBfls8hmlaU_RFdquHa_A_7SzaC6KEdFqh1Y,298
|
27
|
-
vellum/lib/utils/exceptions.py,sha256=dXMAkzqbHV_AP5FjjbegPlfUE0zQDlpA3qOsoOJUxfg,49
|
28
|
-
vellum/lib/utils/paginator.py,sha256=yDvgehocYBDclLt5SewZH4hCIyq0yLHdBzkyPCoYPjs,698
|
29
|
-
vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
|
-
vellum/resources/__init__.py,sha256=gGlC8QFaSQpzaELN9SBNBrH0kuhj-142Yh4aY2dntrE,812
|
31
|
-
vellum/resources/deployments/__init__.py,sha256=AE0TcFwLrLBljM0ZDX-pPw4Kqt-1f5JDpIok2HS80QI,157
|
32
|
-
vellum/resources/deployments/client.py,sha256=q_YTDLd1wXT56HsMNVqRQ1FW23Lf0pK72K_EfBL8_pg,24256
|
33
|
-
vellum/resources/deployments/types/__init__.py,sha256=IhwnmoXJ0r_QEhh1b2tBcaAm_x3fWMVuIhYmAapp_ZA,183
|
34
|
-
vellum/resources/deployments/types/deployments_list_request_status.py,sha256=CxlQD16KZXme7x31YYCe_3aAgEueutDTeJo5A4Au-aU,174
|
35
|
-
vellum/resources/document_indexes/__init__.py,sha256=YpOl_9IV7xOlH4OmusQxtAJB11kxQfCSMDyT1_UD0oM,165
|
36
|
-
vellum/resources/document_indexes/client.py,sha256=9-LV8NHZ2yEUYENqa84E0q1ZZh-s_nAZkWKkx8oINhI,34668
|
37
|
-
vellum/resources/document_indexes/types/__init__.py,sha256=IoFqKHN_VBdEhC7VL8_6Jbatrn0e0zuYEJAJUahcUR0,196
|
38
|
-
vellum/resources/document_indexes/types/document_indexes_list_request_status.py,sha256=sfUEB0cvOSmlE2iITqnMVyHv05Zy2fWP4QjCIYqMg0M,178
|
39
|
-
vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
40
|
-
vellum/resources/documents/client.py,sha256=lrRR9wp5nnMnENycYm-FrWwKIy7tKrfpHQ5LOCGnbI0,24356
|
41
|
-
vellum/resources/folder_entities/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
42
|
-
vellum/resources/folder_entities/client.py,sha256=EZ_RjrB87rPLoaqNC44Dkrhp7aWEqEqI2pm5bekMqLw,4359
|
43
|
-
vellum/resources/ml_models/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
44
|
-
vellum/resources/ml_models/client.py,sha256=HB0Zto_rnewdLsu9LHjPv5AH-mitcAVWsPCWJxB9e4o,28856
|
45
|
-
vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
46
|
-
vellum/resources/sandboxes/client.py,sha256=Vn80xkXWKZ8llBQSSoSqs9NU62mP1BBpNxgRBpDdLy8,15204
|
47
|
-
vellum/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
48
|
-
vellum/resources/test_suite_runs/client.py,sha256=U0Wifwch6rAGK0NBXhXtuHPP0W8oFYoeddN4iq1XpiI,13130
|
49
|
-
vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
50
|
-
vellum/resources/test_suites/client.py,sha256=y2EMTYl_dVptk4gYvbmu7zONm6g_Nh10XvyykrGbBjE,21273
|
51
|
-
vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
|
52
|
-
vellum/resources/workflow_deployments/client.py,sha256=W3KahqgT2JSByr-NSlk_kYZoIq96wDSFS8X0M3_wEUU,15817
|
53
|
-
vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
|
54
|
-
vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=FXVkVmGM6DZ2RpTGnZXWJYiVlLQ-K5fDtX3WMaBPaWk,182
|
55
|
-
vellum/resources/workflow_sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
56
|
-
vellum/resources/workflow_sandboxes/client.py,sha256=5eMacE24Tkqn5IONuXyzx3I7ePkyEqDA_97PJdaWz4I,7077
|
57
|
-
vellum/terraform/__init__.py,sha256=CxzT0rkV9cXwAtxZ3gv46DCRt9vBl_Sx1SOj5MJtl0Y,498
|
58
|
-
vellum/terraform/_jsii/__init__.py,sha256=AV9B1-EC-DQ2MSTWojcpbHjahvoZxNaYeZ6aCi5SXEQ,473
|
59
|
-
vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz,sha256=igWevhMxZD8GCX4KWzOG3vfQFDj5ic91sNmj2uFVwow,32056
|
60
|
-
vellum/terraform/constraints.json,sha256=Pu3woy48d9csejER37XDbOVFvXUb9m9UrX4jFRUcilQ,43
|
61
|
-
vellum/terraform/data_vellum_document_index/__init__.py,sha256=azU5hORjTHHLjzxs9eIX_Rp9lQ8yjLFxKACdP7VfidU,21484
|
62
|
-
vellum/terraform/data_vellum_ml_model/__init__.py,sha256=o-QnNhRvjp0qmVnKQVqr_2libGZwkRDBSkS8m_61JdM,21228
|
63
|
-
vellum/terraform/document_index/__init__.py,sha256=Inu_vUE6BBpYMgstvjNs3MTFJxEouOHl4hFw81YqtdA,25018
|
64
|
-
vellum/terraform/ml_model/__init__.py,sha256=I8h1Ru-Rb-Hi_HusK6G7nJQZEKQGsAAHMmw4ZApcZwM,40294
|
65
|
-
vellum/terraform/provider/__init__.py,sha256=-06xKmAmknpohVzw5TD-t1bnUHta8OrQYqvMd04XM-U,12684
|
66
|
-
vellum/terraform/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
67
|
-
vellum/terraform/versions.json,sha256=45c7jjRD5i4w9DJQHs5ZqLLVXRnQwP9Rirq3mWY-xEo,56
|
68
|
-
vellum/types/__init__.py,sha256=wmq6GHqA4E4NXuAfsDVu6d__t89XMWE6gknyRz2Fr4k,66945
|
69
|
-
vellum/types/add_openai_api_key_enum.py,sha256=GB7sLK_Ou7-Xn73sKJHUo6Gx3TjyhU7uJvWZAg4UeaI,92
|
70
|
-
vellum/types/api_node_result.py,sha256=H25_pCtZ9xT6GTbQG1Gae89yjK-45yKipSLNqfc2PTk,1246
|
71
|
-
vellum/types/api_node_result_data.py,sha256=1MIuC_rN_4ul7PQVWPbQySrLKzwwVb5sjXO6G6v13z4,1424
|
72
|
-
vellum/types/array_chat_message_content.py,sha256=K0yuU12ZcRDs_2VRlu79IbiAf_Y39GV9ylvT7GotR50,1293
|
73
|
-
vellum/types/array_chat_message_content_item.py,sha256=mXDQpoND0OGXrliYf2Bv9IFTl_MkIVde7XhWRe5Ufb4,3464
|
74
|
-
vellum/types/array_chat_message_content_item_request.py,sha256=lTgoUXtvJb5G_eqh0EXBEXiiHF1Csqaqi73HTtjzj30,3566
|
75
|
-
vellum/types/array_chat_message_content_request.py,sha256=EoYSd2woUwevAnfImd-vsuntTOd1fb6ZnJA1O01dwMc,1322
|
76
|
-
vellum/types/array_variable_value_item.py,sha256=u7YFgtMjj4ivadNdpYQWhilb6tUUemERRP20GnXe7Cw,6465
|
77
|
-
vellum/types/array_vellum_value_item.py,sha256=V1IuUrLHcw2QjorfgBqxMFFKsOHXU1R2FDyQw0LmXZg,6439
|
78
|
-
vellum/types/array_vellum_value_item_request.py,sha256=IUlMs4FuyPou7BevQ02MOTO99AbYIjfxcCJ_d8t7yx4,6596
|
79
|
-
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py,sha256=5K5tPHwo7q3wmyKv9G8TZTxhluDZ8kpDCVBGOA8heCQ,1267
|
80
|
-
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py,sha256=sWcOBaF_XGlbnvLw0bXfYBCuOY4zQRfDKz4Xsv2K3ps,1274
|
81
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py,sha256=6ALcEih5_IYmpfCwNEbAr1Kf24K6pnZwwaRHXf3mRhM,1299
|
82
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py,sha256=APAoJIInsVhBvE_jLK4EEbEmLA2NrVZaJ6HN5IxUOPw,1306
|
83
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py,sha256=8NSUnqls42kdxBDZiux1qgLJas8uaKbyYyp2kuxGQgo,1299
|
84
|
-
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py,sha256=9kIGz_6mXkvyRWkCcA6nI2qmWT2xRLi9YhywL9psa4c,1306
|
85
|
-
vellum/types/chat_history_input_request.py,sha256=ObEDWHSvoE3cM0k9yNvHfH-hvv3b2Q1BqUqbfW9J8Fw,1384
|
86
|
-
vellum/types/chat_message.py,sha256=MnS739INlKGrKYc8aY03wWphwwdWJS6Ofay2C0vf1Js,1476
|
87
|
-
vellum/types/chat_message_content.py,sha256=Q1xVbnE3yCkR-SCes0q3HFCqOzyToBo89bFzCpwrYqY,4474
|
88
|
-
vellum/types/chat_message_content_request.py,sha256=23DFuktxHAZdBFvFMXqYwV87Zfq-WvOuqjbHIJIfbdU,4616
|
89
|
-
vellum/types/chat_message_request.py,sha256=3XMsCNG0rEV0G639Xgl2ATL7gKc24tRvsaBfEPFYDZE,1505
|
90
|
-
vellum/types/chat_message_role.py,sha256=-i0Jrcbwf72MkMoaFTGyxRduvlN7f5Y9ULhCXR5KNdA,182
|
91
|
-
vellum/types/code_execution_node_array_result.py,sha256=uyWMVotvgVFLPcE2q08jv70CejCwKvuEd7AqybL9dF4,1259
|
92
|
-
vellum/types/code_execution_node_chat_history_result.py,sha256=4BlHFPM4PugkFFZwlAaobEbqtD23H0mfDFzAIPsRCzo,1230
|
93
|
-
vellum/types/code_execution_node_error_result.py,sha256=wLdb-1cujXWkqsTWyNm3QQMp6VsbP6TWYk-zCRu-hr8,1211
|
94
|
-
vellum/types/code_execution_node_function_call_result.py,sha256=KdZU8lcFbQ6ZCz-07N2_rKuMtkUBG_VKDrqJOeZlCas,1221
|
95
|
-
vellum/types/code_execution_node_json_result.py,sha256=yGHIjNzWkJLpO4tUwV3Ne-yd5oAb0sKrVf7GTL-U_G8,1147
|
96
|
-
vellum/types/code_execution_node_number_result.py,sha256=KdNjz-R3wVhRz3_zCEp1x6I9MfpfLlpIQ0rSqQKd3p0,1168
|
97
|
-
vellum/types/code_execution_node_result.py,sha256=_ba02oc3mt6TIGZJoP-on0U0nIC680j-FsJ6JAa-uWs,1297
|
98
|
-
vellum/types/code_execution_node_result_data.py,sha256=03Wa2FSyqm0Oa14hm2tZt_RgwPJjYoAF-LzhcUpHFw8,1279
|
99
|
-
vellum/types/code_execution_node_result_output.py,sha256=SfMe8vTM9cslwpvF4r8gQwERD5AGWxc_USyQti0bUIg,8907
|
100
|
-
vellum/types/code_execution_node_search_results_result.py,sha256=xkm2N-S592h8_KQjdJ06L1UjmNuBPMMCuq-6uKxbbn8,1235
|
101
|
-
vellum/types/code_execution_node_string_result.py,sha256=wdT8U-C84Aas_zh_SBNPCASpGCuwhiOXcKUcvxil7bs,1166
|
102
|
-
vellum/types/compile_prompt_deployment_expand_meta_request.py,sha256=scZSodpuL7wA_1l8CVbjiAv9RwGf5q34lTCze-O6qCY,1702
|
103
|
-
vellum/types/compile_prompt_meta.py,sha256=PpB48-OUQJ7FBsnm9OB6p2mrFS0gdZue9Z56l7CFFyU,1405
|
104
|
-
vellum/types/conditional_node_result.py,sha256=lXeIDXT-C3i-HPEayST3AAHiRl4fsCWjya-q5PqB9iE,1285
|
105
|
-
vellum/types/conditional_node_result_data.py,sha256=rj1h54SNih-xGxdjdOTcDsiuRNY-sr4RnFX0Gxm4xmM,1161
|
106
|
-
vellum/types/create_test_suite_test_case_request.py,sha256=5N5hP0T2KXRnOYoP9phNdfu4BluXItOXWnrRS3E814c,2013
|
107
|
-
vellum/types/deployment_provider_payload_response.py,sha256=y-xTryYrsxy0SuIe1mPaIpHdvWCH5ot9zdPVcKB7pVQ,1375
|
108
|
-
vellum/types/deployment_provider_payload_response_payload.py,sha256=Jpu_z0WZ0Uu0Xu5h77GrNNAjP1R8pn4K-aHJPqk8c50,171
|
109
|
-
vellum/types/deployment_read.py,sha256=fxZtXBNOV7l2DgkqlWCGfTMWKICrLh-AAhIo0q8b6_s,2503
|
110
|
-
vellum/types/deployment_release_tag_deployment_history_item.py,sha256=5GvXFm-3pafSZVIwn9z0enM1Na7US_akunNa8ygKoAI,1166
|
111
|
-
vellum/types/deployment_release_tag_read.py,sha256=qMLG4sfhlq2ntnfV7nxbnVdr-3arkYNh-pm5byXQ844,1695
|
112
|
-
vellum/types/document_document_to_document_index.py,sha256=I3MfQuK0QNslKp-c0U_QRbyyPVMfJcjdk-nwb-cZ7GE,1795
|
113
|
-
vellum/types/document_index_chunking.py,sha256=B7X3emXmIlZ9Nb_Jtm0HpeiTnwft6z92_7Qeb5rDB9c,3806
|
114
|
-
vellum/types/document_index_chunking_request.py,sha256=U8kNgJxibK5VybFqUKGU8eSgHQdckKq_X-cM-Af0IJ0,3921
|
115
|
-
vellum/types/document_index_indexing_config.py,sha256=FcnznzNKOQWsaAnQtb12hA76-pyQHjW1CYuSVXrG0sM,1338
|
116
|
-
vellum/types/document_index_indexing_config_request.py,sha256=kHiCnjOwtpqJB95_plTpGXr2TGNE9EVg8k1mrvwyCL0,1389
|
117
|
-
vellum/types/document_index_read.py,sha256=sNl-R-G0gf9oEMentNdqPT-n8PA5jxSoqv6wSbu5UsI,2016
|
118
|
-
vellum/types/document_read.py,sha256=2_XXQnIp5DqfeBo-JXoEyfv2sfiAJ1-2dQ6I06Fr0og,2463
|
119
|
-
vellum/types/document_status.py,sha256=GD_TSoFmZUBJnPl-chAmaQFzQ2_TYO3PSqi3-9QfEHE,122
|
120
|
-
vellum/types/enriched_normalized_completion.py,sha256=DvrhCOjxlUgc5SPXOZls2dggrKC_tTonyzK-tHWHMq4,2371
|
121
|
-
vellum/types/entity_status.py,sha256=bY0jEpISwXqFnbWd3PSb3yXEr-ounPXlAO_fyvHV7l8,158
|
122
|
-
vellum/types/environment_enum.py,sha256=Wcewxp1cpGAMDIAZbTp4Y0GGfvy2Bq_Qu_67f_wBDGA,179
|
123
|
-
vellum/types/error_variable_value.py,sha256=hskF61SXd3vv87qXwOLMPELDm2aqO7r8ksD0j-IQC94,1189
|
124
|
-
vellum/types/error_vellum_value.py,sha256=YjnmGbqk19ReTxftXx7AZfJZE4KaLFcimxwpKbAS9dM,1239
|
125
|
-
vellum/types/error_vellum_value_request.py,sha256=9LgV3NVMCd7WRP-Fbn5w1GN6xB-lmqzeqr_8Rtd_kt8,1268
|
126
|
-
vellum/types/execute_prompt_event.py,sha256=4BeweAIQGD-1J_IPBC2d3PDQH41__bM4RolAOdPwIxU,5061
|
127
|
-
vellum/types/execute_prompt_response.py,sha256=sTQc63mh6mtcY4GoSLFUYavQ6xUaJRyV_9Z9utd8V1g,2716
|
128
|
-
vellum/types/execute_workflow_response.py,sha256=fl-M8xoDU11uBgSJYt6pAwwrjvDh9IggpEvzDdana_M,1348
|
129
|
-
vellum/types/execute_workflow_workflow_result_event.py,sha256=vKY-0AgBLCygwigvT9EcCghPp5XnTfp7AA-a13K1meM,2548
|
130
|
-
vellum/types/execution_array_vellum_value.py,sha256=X0iq7DZU0C4ZgK7QF7qPA_k-6J-Sds9PtTY-ITcEnes,1434
|
131
|
-
vellum/types/execution_chat_history_vellum_value.py,sha256=t12IdMjKSic6oVmTQr2gI1UeCVxAGvX3M21bLK8NDKw,1389
|
132
|
-
vellum/types/execution_error_vellum_value.py,sha256=XyIS1XOfE1CH0JTxjyDueTBgyIOcem2W_FTC80ABXK0,1366
|
133
|
-
vellum/types/execution_function_call_vellum_value.py,sha256=Nly5-BsexiyGLyqf6gTkHHkofojjs0ujpq3Rpl-uoE4,1383
|
134
|
-
vellum/types/execution_json_vellum_value.py,sha256=Sqwzuvx17a69P-Pu6-ExlbJ03oucqhfvCfnBH3DVrO8,1307
|
135
|
-
vellum/types/execution_number_vellum_value.py,sha256=pkz2-l43sD_yywuK2J6agU9AxAyH9MYs5KkC2cJzCM0,1323
|
136
|
-
vellum/types/execution_search_results_vellum_value.py,sha256=on8yIoWiqldKcLG3uIdVL6WQImH0Fl0lmfc157TlErQ,1396
|
137
|
-
vellum/types/execution_string_vellum_value.py,sha256=E41nideLdNj746BNWWvZMQb045XykRnIoW1moDRyFgM,1321
|
138
|
-
vellum/types/execution_vellum_value.py,sha256=YkTgP8wOl9C1a2ByaX0IxVikPxZB55bWrMeOQG0Z014,8860
|
139
|
-
vellum/types/external_test_case_execution.py,sha256=oCeKRJ9tMrVBecLSndHl8KiXMkqb2bhKHXsD5z-3tzE,1388
|
140
|
-
vellum/types/external_test_case_execution_request.py,sha256=CKY_QW_TqBcO1zEFCzA2HiF5c_GcjMBSFr-WMcgSATU,1417
|
141
|
-
vellum/types/finish_reason_enum.py,sha256=KoNjzvXMHDCT0AUhhwGoZ1_7bi4h3fZEFvvHyGyoTP8,169
|
142
|
-
vellum/types/fulfilled_enum.py,sha256=MenrGneRMBvsq-n8tkMXAx0wppGWLJgkqdKnfklGP9U,124
|
143
|
-
vellum/types/fulfilled_execute_prompt_event.py,sha256=TfDlp4K_jxYH4vd7Ej78V8wmJ4RvZraQyR-3e_Ti2dU,1498
|
144
|
-
vellum/types/fulfilled_execute_prompt_response.py,sha256=QwROGSrVQMsziGlLw_gZRrZEPH95_1hIXnnPHRch1GI,1720
|
145
|
-
vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=ueO2Yg3RV5_ckpSmG4374YXyplVt6ztY7F5kn9t1aPc,1352
|
146
|
-
vellum/types/fulfilled_prompt_execution_meta.py,sha256=GsOk58W-nFZ5qLTDvZtxNRTLxkwV9EFWI4YuKBovjaQ,1491
|
147
|
-
vellum/types/fulfilled_workflow_node_result_event.py,sha256=iPAljJAn2iphkUC53yVhF8Ay2mJBli3lDFb-c1jcVgk,1636
|
148
|
-
vellum/types/function_call.py,sha256=CazzNaIAfGlRkQHNS6Rn4LkVtr0I5GvwNKtfCmuV4Zw,1344
|
149
|
-
vellum/types/function_call_chat_message_content.py,sha256=ZzfWzZQyPPp807F_5cH7su6Mc5d2V2i9uXx-1kRn_7w,1328
|
150
|
-
vellum/types/function_call_chat_message_content_request.py,sha256=_TMMQ12OMqZh8gVDkCELlmJ_RuP2HTUC9akk5EueDJg,1357
|
151
|
-
vellum/types/function_call_chat_message_content_value.py,sha256=8X22gACeoiWJZcEck74eMERx6AwuLujf29AAkl4o-RE,1276
|
152
|
-
vellum/types/function_call_chat_message_content_value_request.py,sha256=mgC0SV_NpPMOVbuiISZ0VPHIBVL-n7S9Gq4okWCKO4g,1283
|
153
|
-
vellum/types/function_call_request.py,sha256=r53bpoeW7kM_oClA5GtMQb3j9z37D0Wki0O_sNyHqPA,1351
|
154
|
-
vellum/types/function_call_variable_value.py,sha256=mGbB1WbHcyWwCt3PlISQNh540gXIIbRh3Tr3A32pH7w,1199
|
155
|
-
vellum/types/function_call_vellum_value.py,sha256=epte1jhoFnfqsI7m3K4OrjUkdScMOlHW5MuMWYJvA58,1256
|
156
|
-
vellum/types/function_call_vellum_value_request.py,sha256=OFP4G-aKbxKLCyhmN22oKtyuS1iTGcR0UGfMmxRhhDM,1285
|
157
|
-
vellum/types/generate_options_request.py,sha256=zlHv_QngA3X1gm9qQQ57WJifKQpzZaHjZ6hjHe6DV08,1342
|
158
|
-
vellum/types/generate_request.py,sha256=xgsy5h1wjxKAKdDA_m5T2VmBgJ1nB1YaoAEiaj23ay8,1835
|
159
|
-
vellum/types/generate_response.py,sha256=DQNreImNi2knMgzvt4q-VPitdhS6cxj_xCoUYtAaOIs,1342
|
160
|
-
vellum/types/generate_result.py,sha256=zb60tNAadJ5VnDmA7fD2DFDSpWTmQ3iGJWRXVGAS030,1657
|
161
|
-
vellum/types/generate_result_data.py,sha256=mJ6_vy1ZW2t073alX0UZukc8niMDXMUFo4jpkij4V1U,1350
|
162
|
-
vellum/types/generate_result_error.py,sha256=4nDhg3QgYGsQLJXMFmqWrQCeEWkDQu9Bo7G2EjPMFo0,1212
|
163
|
-
vellum/types/generate_stream_response.py,sha256=rKoEraCyob3AAYQ5gkSoTxmFNRVlCvxuW-XwrQpE6Ds,1197
|
164
|
-
vellum/types/generate_stream_result.py,sha256=PZ-ilQkjrKHUxfPIz4RoDwDk1D_T2tbNjVkA6lWGb-w,1364
|
165
|
-
vellum/types/generate_stream_result_data.py,sha256=Mp9Xb2naJ08GpjwW_z6HnAMyisLmKSyps4iLza3j7E8,1254
|
166
|
-
vellum/types/hkunlp_instructor_xl_vectorizer.py,sha256=xjig7-P3j1E-z4AHnpmFxwpmCOCUKutuSVYnVTIAZJU,1280
|
167
|
-
vellum/types/hkunlp_instructor_xl_vectorizer_request.py,sha256=Vc-dAPlAVhxQUbp0BdTb6XGY3K7wtmDjUky1EIxoRoI,1309
|
168
|
-
vellum/types/hosted_by_enum.py,sha256=s97YDpHVMTvT_Lv62z5sZxuNFaJdMF0QZcZ613pgs58,502
|
169
|
-
vellum/types/hugging_face_tokenizer_config.py,sha256=6QNsrG9vDtEQ6vxsUmCEzPTqKoQ8GBpLQ8C0ilpKLiU,1236
|
170
|
-
vellum/types/hugging_face_tokenizer_config_request.py,sha256=XqlBTCV1SprDduNB9woWBvxJ257Zsk2cpPkVa10jASE,1243
|
171
|
-
vellum/types/image_chat_message_content.py,sha256=lVLsK4CZ3dI2vvRvMxuzNR4OkhZ_-rtaTQekSBhxVlM,1238
|
172
|
-
vellum/types/image_chat_message_content_request.py,sha256=rYDoPVznn55Awi4Q4AJd2PEeatJWgtSgYQ6z3H9kFlU,1267
|
173
|
-
vellum/types/image_variable_value.py,sha256=XSJgfM9eYVqrk5u-Ja2nIkbaI1mnSzkO3BeESPCOdO8,1263
|
174
|
-
vellum/types/image_vellum_value.py,sha256=XvvDDaRzj2JGcAvo_rotnCComBenCoLzPoDMFV5c4I0,1261
|
175
|
-
vellum/types/image_vellum_value_request.py,sha256=KZTbZI6YekwXbKXUfuzX8koA6EjpyFgVjhujjlR_Lwk,1290
|
176
|
-
vellum/types/indexing_config_vectorizer.py,sha256=SEXCCJ5Nq3E1oyZrTszGD6jkwn936w6VPXNmLNJO9tg,8253
|
177
|
-
vellum/types/indexing_config_vectorizer_request.py,sha256=XeN8nlgMCUXPEMTnzht6MvXnvJ5QsM4BS7rduIoWdPY,8416
|
178
|
-
vellum/types/indexing_state_enum.py,sha256=KWYMz5DwJnVhu3ZlSDdqiC5MtiTIdrxE4EvwFYiel1U,213
|
179
|
-
vellum/types/initiated_execute_prompt_event.py,sha256=DZ7yACiEpHgcOiOXViRBjPzGWx5cpQjC6Iu_YFpfpwM,1397
|
180
|
-
vellum/types/initiated_prompt_execution_meta.py,sha256=sGP1Ntr_1gRTKPXFpG1GVqKyZtbjoChCjLA0IqQrrBI,1444
|
181
|
-
vellum/types/initiated_workflow_node_result_event.py,sha256=yJipp7umaCx0xBj0NV2amYZKuCIPEWKCeUf9TXcANIY,1640
|
182
|
-
vellum/types/instructor_vectorizer_config.py,sha256=ZIFZkn0ky5b53-toSfK7iYN6HbhA9OWS_20CbeRt3u4,1288
|
183
|
-
vellum/types/instructor_vectorizer_config_request.py,sha256=H-Z6VvToeqFXjMdKuwCCzgnWwQqDNh34T-jO8iRR0ug,1295
|
184
|
-
vellum/types/iteration_state_enum.py,sha256=yjwnPhqKQQbWgQUqP2qws4kVMhRY8sFTGK_diuSrsR0,168
|
185
|
-
vellum/types/json_input_request.py,sha256=OXwR1r5PAxvPSJzQCOpDiHNcgkZj2svSpyajdLGHw-g,1311
|
186
|
-
vellum/types/json_variable_value.py,sha256=dYe1zfqtlADpdaOcN0RRZp7g7ANQs4_egabo7nocDW4,1125
|
187
|
-
vellum/types/json_vellum_value.py,sha256=YaCJ9pMoIxSowwNgrOUsRhbrE3bm1mNVc_2Z1S-kats,1180
|
188
|
-
vellum/types/json_vellum_value_request.py,sha256=jEMhJvSVqAPkF4oQWWs_zJeKWVNgUyUwpUBbIIQg6yY,1187
|
189
|
-
vellum/types/logical_operator.py,sha256=MuuMZ1-gOCDvy1WDQkMFfiBNHsRCqKgJei-b3727sKc,487
|
190
|
-
vellum/types/logprobs_enum.py,sha256=D_458cZX2CAb6dX_ovrQ6HARlJkYcZRadKwsi1Cr-JM,151
|
191
|
-
vellum/types/map_node_result.py,sha256=XM81BqmmndtilkHFj96Gk7GtZsO65dBPYpnjrieItRo,1269
|
192
|
-
vellum/types/map_node_result_data.py,sha256=42urj_0MG7PmZ775BcD_nmj9iaF4cWqbTZEWsEX1ics,1256
|
193
|
-
vellum/types/merge_node_result.py,sha256=dGO3wWjDqbz_xbrW-iq2npVjTaTQ-N4UUDq4xKITmo8,1255
|
194
|
-
vellum/types/merge_node_result_data.py,sha256=5QXCA2KuOTMFZgWy1knJJKZ7qLiBC0uiXDu6K4zUpnw,1180
|
195
|
-
vellum/types/metadata_filter_config_request.py,sha256=2dyR8cRtth5GSusudSCROLAXdad8-IHdHBbIIZWle_c,1618
|
196
|
-
vellum/types/metadata_filter_rule_combinator.py,sha256=3Vpp1Mnv3As7efkxWTeV8qd4gdJ6OLoLhz_UeVBHAX8,165
|
197
|
-
vellum/types/metadata_filter_rule_request.py,sha256=wmavl7ehQ-7KuLLV8oR8G_yOwYNBz58BKCdw8whstSw,1634
|
198
|
-
vellum/types/metric_node_result.py,sha256=6svCJQnyc5X8W-LBWHe5tRGnH3mmpVIwJiIFYrBSu8U,1170
|
199
|
-
vellum/types/ml_model_developer.py,sha256=W7-VLqym4IJ_ZokaHjItz3RTo8SSmjJ3c1CLxMrRUnc,509
|
200
|
-
vellum/types/ml_model_developer_enum_value_label.py,sha256=cfkbgrS3oJuhhIPQmWBOqqs7U6FYt6iWN2jtCXz8zWE,1208
|
201
|
-
vellum/types/ml_model_display_config_labelled.py,sha256=8NYOmt0L0Lc8YBmEhdjmWHD_FZjGE8MHsPVWjoPrBNo,1449
|
202
|
-
vellum/types/ml_model_display_config_request.py,sha256=QZbFrQIg8c9ULt8uwxa9aMiBxKwSxIA7CFVFx9i61Cc,1403
|
203
|
-
vellum/types/ml_model_display_tag.py,sha256=mvxWDmFB7nxMiO9f9XEueWoXL3YmkPfqvroDVzVXNyE,229
|
204
|
-
vellum/types/ml_model_display_tag_enum_value_label.py,sha256=r8_Nxz3TOBcEhWmVVgCbrI0h2x85Q8RsGA-TLZOBBe0,1213
|
205
|
-
vellum/types/ml_model_exec_config.py,sha256=tLvKERlF034VgkUS02MKZ5DyAE6MkcLPx3jMnCWjlcg,1819
|
206
|
-
vellum/types/ml_model_exec_config_request.py,sha256=6q5cCMwoWI9_uXAtVoff0R-Nan4Mc_q7cuqm8Y5JV8M,1892
|
207
|
-
vellum/types/ml_model_family.py,sha256=96a6cigZeoGoM4VLvwvSmIKnEVBAI8RsW7xaS3EZZDI,513
|
208
|
-
vellum/types/ml_model_family_enum_value_label.py,sha256=ldXOZN0ZV277Q9qSjli3kJJ47ozzDe50d1DanB_l9v4,1196
|
209
|
-
vellum/types/ml_model_feature.py,sha256=s3DTCKk5m8MBdVV4-gHGe3Oj4B38fS6I1LLj8pps4Lo,441
|
210
|
-
vellum/types/ml_model_parameter_config.py,sha256=O5z8RmZrUGvrjiwmUiwcJEMr3U4ac4l4tZnk6iwDG4Y,1988
|
211
|
-
vellum/types/ml_model_parameter_config_request.py,sha256=qVp0oOrqwUeHmoJhaMrJSMTJi7NGbziaJUl9lwcYl3s,2133
|
212
|
-
vellum/types/ml_model_read.py,sha256=KNOazNGvwSRCDRdG6OxHpneqBv7BoyCkNtolYQwRvzw,3191
|
213
|
-
vellum/types/ml_model_request_authorization_config.py,sha256=V6hYlsBvIz2Qgeretyi7NfVOb--whnS0dxSIym4Yz10,1274
|
214
|
-
vellum/types/ml_model_request_authorization_config_request.py,sha256=jottmkt6NlAKqF2-s1t-tcVtpgw9Pn0YV0FFWIy908w,1281
|
215
|
-
vellum/types/ml_model_request_authorization_config_type_enum.py,sha256=lJxgsXzglf1vIJ5KQzdLhbf5HJxhasx35pjm_SHvxGQ,192
|
216
|
-
vellum/types/ml_model_request_config.py,sha256=4kKbg_iY9Yte_lfpZLrNTR09UQHXePvGNdSxSVV2Q3I,1391
|
217
|
-
vellum/types/ml_model_request_config_request.py,sha256=sFbjQpW9hhx8d6aVlf87c2xsJCk8vGWywfM_rNNk848,1420
|
218
|
-
vellum/types/ml_model_response_config.py,sha256=G_JI1eoUatWFBoLnsIr1DIghSJFeYll43SGy-Pl9kJE,1305
|
219
|
-
vellum/types/ml_model_response_config_request.py,sha256=1Sphj38pNYsqRKxgQvIgFsabOMkOBoHlox42ZPgxkqc,1312
|
220
|
-
vellum/types/ml_model_tokenizer_config.py,sha256=4E01CgGUU5FlHja7wnMio8pSpfnHStHPSgyhRgIL260,2324
|
221
|
-
vellum/types/ml_model_tokenizer_config_request.py,sha256=mOLzJIidqLnkjg3Sj1JvHhX-e7ATK_tGuZt7oZ5W-Hc,2365
|
222
|
-
vellum/types/ml_model_usage.py,sha256=IFbXxMXf-4bkGuOzPIgfm0acZ4lVRI9C6uQpeO4_0o8,1349
|
223
|
-
vellum/types/named_scenario_input_chat_history_variable_value_request.py,sha256=CfGCHcFOEWL3UV-VjA6pYyExnpAabrlQ44c6LxdhjyA,1361
|
224
|
-
vellum/types/named_scenario_input_json_variable_value_request.py,sha256=r6jsE_wRPQHudeTaKDrSlKYVH2Nu4F6PlSaKx21o4GM,1248
|
225
|
-
vellum/types/named_scenario_input_request.py,sha256=KGuT0bFtt3rmBJHmWkTlD8zKqRtmZKfP865aHifi6XM,3452
|
226
|
-
vellum/types/named_scenario_input_string_variable_value_request.py,sha256=tlJ8G8ru1BQHxdjfBpMiwKhQOHOw3mROuyJzG3KcGow,1269
|
227
|
-
vellum/types/named_test_case_array_variable_value.py,sha256=reOwe29S23QepGANR5yGWpKpUUQ_SUDPg5TCBBEnEDA,1323
|
228
|
-
vellum/types/named_test_case_array_variable_value_request.py,sha256=-_F7ymtx32IfSCSgoHjHXDE1kcloeQvZdy8lhRY1aCI,1352
|
229
|
-
vellum/types/named_test_case_chat_history_variable_value.py,sha256=ExUkVePjGMqIlhwargwDsKSLiP_ig_gAe95EEMMB9t4,1307
|
230
|
-
vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=xi2sqXrJVX4X5XF7a4xsSQ2YP6Bm2JJrlbPNZ7w9HPs,1336
|
231
|
-
vellum/types/named_test_case_error_variable_value.py,sha256=KA4vmL8oqvpCWjhmnvWgnJXXU4UGiJj-XOp3zmMupoc,1281
|
232
|
-
vellum/types/named_test_case_error_variable_value_request.py,sha256=qf74DsC2IZh9_Ib0s0teY_wHalS_mL4CHxd1yQrFg4k,1310
|
233
|
-
vellum/types/named_test_case_function_call_variable_value.py,sha256=8sYyomT2wKQzehLJ5uxi03Rtu3mxyqSR6QrkIPh9hr8,1299
|
234
|
-
vellum/types/named_test_case_function_call_variable_value_request.py,sha256=UGI-XHxEGZUcoOjAaGf5h0LBlxwtoHgntzxMq8t35RI,1328
|
235
|
-
vellum/types/named_test_case_json_variable_value.py,sha256=kuHcXbBcvvR3wMNpHk3yu_p4UZbP_zcS0ySVZSrkV8I,1216
|
236
|
-
vellum/types/named_test_case_json_variable_value_request.py,sha256=6LemAgzKF7J1KFJS9e2qUp0c6p-3iitmjH6sKudx-Y0,1223
|
237
|
-
vellum/types/named_test_case_number_variable_value.py,sha256=H6WNqG12KNG9lItTiY16tbB-pKmEe7HpDsMzeyQ5F5s,1239
|
238
|
-
vellum/types/named_test_case_number_variable_value_request.py,sha256=5nWQh2LJnJ7qcWdSKbKMYGGlgXBIbXy7YnmF0-N3AXY,1246
|
239
|
-
vellum/types/named_test_case_search_results_variable_value.py,sha256=-4TQejtPfONidlSR56-UlCj8AX2JvYprAnrXoVEePj0,1314
|
240
|
-
vellum/types/named_test_case_search_results_variable_value_request.py,sha256=NaEItsKp7MNptcp0qrcY2YTb4NnXr1SGsgQCuZ3Nf6U,1343
|
241
|
-
vellum/types/named_test_case_string_variable_value.py,sha256=IBnEYxAgih3S89TukbHXXwlAfZDsjmmXSrYTxpkvwls,1237
|
242
|
-
vellum/types/named_test_case_string_variable_value_request.py,sha256=upJw9P2U4L8SUl1KoaewvZMwM7Lr9Gho1VTluohVCiQ,1244
|
243
|
-
vellum/types/named_test_case_variable_value.py,sha256=05vSDBcih1p2J076dICMOWX4roj3aIh650W53Wd8pc8,8866
|
244
|
-
vellum/types/named_test_case_variable_value_request.py,sha256=orxoUsPh2qTGYzU5sWNMwdGufdF_g9j4OT871vzoFPE,9095
|
245
|
-
vellum/types/node_input_compiled_array_value.py,sha256=mKFB7ek2lEGAHIcI9PHpItZsK02cRUhuk9cv-WoWL2w,1282
|
246
|
-
vellum/types/node_input_compiled_chat_history_value.py,sha256=8S5ul3z-0qAuiHP6CD9OzVqbq9xbjH3We90-SIu_Dhs,1253
|
247
|
-
vellum/types/node_input_compiled_error_value.py,sha256=edcAuOva66_QxJnM9Wk6PS1doiEAUQIxuWdBpJriG10,1234
|
248
|
-
vellum/types/node_input_compiled_function_call.py,sha256=R_DBWThlyiGAoZQyElUs6O-ge7xTaBL618XG-cIPNcA,1239
|
249
|
-
vellum/types/node_input_compiled_json_value.py,sha256=_tMkZBkRLG3dPPrFmxjwxK5Zgnyb3RPNP1GT_Iza-Fk,1170
|
250
|
-
vellum/types/node_input_compiled_number_value.py,sha256=o4Gz6sEQc5QTefZuUcJl18kt2RqjOIyCrbvzp3y_pCE,1191
|
251
|
-
vellum/types/node_input_compiled_search_results_value.py,sha256=01dVrhbG1Su0sBck1G8FZKkMnxYVvsFvYZKd5m33_ZM,1258
|
252
|
-
vellum/types/node_input_compiled_string_value.py,sha256=O6k6RrEaeey_NTWLf8hv1_efo0A7mP9uEBroz8FPfMU,1189
|
253
|
-
vellum/types/node_input_variable_compiled_value.py,sha256=-Q8L5r2ZSraT916xHDF_MUJeR60NJwzzJm7dqWx3Grw,9116
|
254
|
-
vellum/types/node_output_compiled_array_value.py,sha256=E-5LL2LBIPQhJYwZyF5TWZi-ScgpmJ6viQeBS_mVIeI,1477
|
255
|
-
vellum/types/node_output_compiled_chat_history_value.py,sha256=Q83srhgY1avwG83cvVSV5uDZAee1IzL7GoFePzQpodc,1461
|
256
|
-
vellum/types/node_output_compiled_error_value.py,sha256=6bKr3X0-oMUO-bJlHSV7nOG_O53PkrVy2FMqu4C-kWs,1435
|
257
|
-
vellum/types/node_output_compiled_function_call_value.py,sha256=kjxhpVxpp2wRpKy4CHOs51I_BLFD-jQOKJa-GPBAmL0,1453
|
258
|
-
vellum/types/node_output_compiled_json_value.py,sha256=k7Ts0gLsTRMbGdf8WHZe2TgFW5YPyfxR0hs2kl69E64,1370
|
259
|
-
vellum/types/node_output_compiled_number_value.py,sha256=z3JyvH-i03BmBlBqfTunTfYNJ4ExpwwkQkMBZusSI5Q,1393
|
260
|
-
vellum/types/node_output_compiled_search_results_value.py,sha256=RgszOXRNb1dv_ieudmXTuOtYSMhzJHJ465ob3prkFyA,1468
|
261
|
-
vellum/types/node_output_compiled_string_value.py,sha256=VOfaPvMrcutOc_EWLgZq6qgaJbJxdT7Q9HvJjK7HweM,1391
|
262
|
-
vellum/types/node_output_compiled_value.py,sha256=DWdKxzFzgpblJ9UOQPs0u3EiV67yegjFdnCPYiJSFI0,9482
|
263
|
-
vellum/types/normalized_log_probs.py,sha256=uoRDS7GqcABRgFGWhXS7wt1HaCDG1FVBO6qjMkjfh4Q,1263
|
264
|
-
vellum/types/normalized_token_log_probs.py,sha256=DnGhv3A8voTQAGpKG7E0vXWYbLitW03J3DiPf4If0tk,1271
|
265
|
-
vellum/types/number_variable_value.py,sha256=4JbXYHUkM1j__Hc_TSUmRi3slhrlT3xHZLrwap5LA04,1146
|
266
|
-
vellum/types/number_vellum_value.py,sha256=vTex_snG-avqfPLF-EzYY6aBvogAqqh8CdzTMZyWO8Q,1196
|
267
|
-
vellum/types/number_vellum_value_request.py,sha256=akGxvE-Q-xCyQDNYqRTdO8qB4_ejk7Sv8wZxu51WZns,1203
|
268
|
-
vellum/types/open_ai_vectorizer_config.py,sha256=Yvem9U9ERKVBDIg3sdvU9A1k3AC2l73E1xVii6hN49M,1300
|
269
|
-
vellum/types/open_ai_vectorizer_config_request.py,sha256=Ot03dp-6-9Vz2mXlVDreufitB7S3LwdbYIT6iK2BP94,1307
|
270
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_large.py,sha256=c76fzqmUp4yoaS0iDhRRejkTEX78oMH7fwhriyTYsJ4,1285
|
271
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py,sha256=4d49-KQo-Q6xKxzL42Fmdk9WvswX1chEMtH31nAg9RI,1314
|
272
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_small.py,sha256=KQB1peq6UW_Mh_8bJG_dh_yvR_YRVwYVd1brfpTJy1k,1285
|
273
|
-
vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py,sha256=vYL0Od7bEiCdoTgNatr0ilu1DHJiW_1hFVNdPWzaXHQ,1314
|
274
|
-
vellum/types/open_ai_vectorizer_text_embedding_ada_002.py,sha256=Emh6qBhrfIKthnnmiv5MrGMvEnK-S1hF7ZyxL3o5ho4,1285
|
275
|
-
vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py,sha256=X5159JwHZVtuoifSImStj-cVVpgsXeUu_NahL9SHLV8,1314
|
276
|
-
vellum/types/open_api_array_property.py,sha256=SY2l1tJ1USQxp25cxeGxUKjm1XvZFPQq5knzPVT6HK8,1849
|
277
|
-
vellum/types/open_api_array_property_request.py,sha256=GJ_JvSoSMFcosX57bnRZgxDXmlopHQGo6gxR-941OT0,1899
|
278
|
-
vellum/types/open_api_boolean_property.py,sha256=Z5eP7po3_Y_AFOhYyVF_nbionh5rU_m8QHdBUYfYoI8,1314
|
279
|
-
vellum/types/open_api_boolean_property_request.py,sha256=RdUHvHGjyVPqlorJwcckr8qrzzu0W2DyrS9DqIz_nbU,1321
|
280
|
-
vellum/types/open_api_const_property.py,sha256=SFVp5YtJjEm6W7TD8bC0k3kLtyqRV5wqeU76wHAa05s,1283
|
281
|
-
vellum/types/open_api_const_property_request.py,sha256=7saue0PIBVFCcP-AeXoynazOPaeuB9FkuQGkXTVLZQ4,1290
|
282
|
-
vellum/types/open_api_integer_property.py,sha256=efNgsXqr8BmNBONTmcmGSwWc9cmdlcebbLkx6RHaPKI,1499
|
283
|
-
vellum/types/open_api_integer_property_request.py,sha256=wVNoySSg77RtdpvEeWZE9Bj6762VCguC1nfHSXihxdA,1506
|
284
|
-
vellum/types/open_api_number_property.py,sha256=WMTQRT_M1QWA9TPiBwyA0WvPaEnPONlSD7UTEd0fsLg,1543
|
285
|
-
vellum/types/open_api_number_property_request.py,sha256=nd6JChsuY1b6YJtv9XoGUY1_FImGDxU2-HZbqjXKjSc,1550
|
286
|
-
vellum/types/open_api_object_property.py,sha256=YXciDNQpeyPg-zRVYXZI1DS6jJo4jIxogIStgMJUjfA,1948
|
287
|
-
vellum/types/open_api_object_property_request.py,sha256=KXvT4xYC7gcmj9qSPdzmtrDPt2czJkkHgsIXjFbHLHc,2005
|
288
|
-
vellum/types/open_api_one_of_property.py,sha256=jSLLY-nXRkY3AcDy5pbpnfB0IekdtFdeR9laXIsEJd4,1565
|
289
|
-
vellum/types/open_api_one_of_property_request.py,sha256=H-r2PYcgLNrXKgv5aunsd35bTmISqg3Y_lDyHZaWgBQ,1601
|
290
|
-
vellum/types/open_api_property.py,sha256=9ZGTfCautNzT1jOMe03PRxkywvZpbuq9Q3Q4poNf6PM,11500
|
291
|
-
vellum/types/open_api_property_request.py,sha256=bMRmFensolc9A8_diaHUAztMlhNEZgQ836Bp8ikBDMk,11689
|
292
|
-
vellum/types/open_api_ref_property.py,sha256=e2b3a2zPTA1MRrm6fVYSerZlwtagoECqnOqCarixsCs,1303
|
293
|
-
vellum/types/open_api_ref_property_request.py,sha256=v2nzMLxyxdnjLxEAfBaNUALnd-oCkegzNt7kJdM-R8I,1310
|
294
|
-
vellum/types/open_api_string_property.py,sha256=GGbug7AmyoUO6qcw3DrXorw1bwAT5EjI7mh59r1b07M,1480
|
295
|
-
vellum/types/open_api_string_property_request.py,sha256=fQ7jckHjjZak3pYHhNKD8ezIlXfm7IYoNrsddEr3yiE,1487
|
296
|
-
vellum/types/paginated_document_index_read_list.py,sha256=5VvTenBN6VtwoT0f0NrKSarhJT1hBl_lOBVExWMtGgQ,1354
|
297
|
-
vellum/types/paginated_ml_model_read_list.py,sha256=zgNxt2XdS8-NOqJWLuhJB0-VKU_oCxgFRxaDcQCSx9I,1330
|
298
|
-
vellum/types/paginated_slim_deployment_read_list.py,sha256=Fdc65RHA1vsIKES80K2VZryxa6V663WVequZqjwno_4,1358
|
299
|
-
vellum/types/paginated_slim_document_list.py,sha256=6kbDZjVK77h49PieRmS2RTbAqvESNj_RdipLN3kLcrY,1333
|
300
|
-
vellum/types/paginated_slim_workflow_deployment_list.py,sha256=fGpy5aUl7iiPu53ZlscV0IWhgbqtiiAC5oOuWbsN-Pc,1374
|
301
|
-
vellum/types/paginated_test_suite_run_execution_list.py,sha256=DWO4YURfLubRnQhBvA4OfjbGHdelWkEt2SCu5W2Fpi8,1323
|
302
|
-
vellum/types/paginated_test_suite_test_case_list.py,sha256=HsDd7P1mGnXYYRbfFqCYmXt7O6yNoqdseIrIexl9G3c,1307
|
303
|
-
vellum/types/pdf_search_result_meta_source.py,sha256=6sv6MXNNXyrrqgm_kP_XdJjx2plBvyRaO5sUvG3ahGw,1640
|
304
|
-
vellum/types/pdf_search_result_meta_source_request.py,sha256=jZMOUYfJ3r7qQ1aiVQHiTVXGDjmgH7OhyyKIj265kPk,1647
|
305
|
-
vellum/types/processing_failure_reason_enum.py,sha256=R_KIW7TcQejhc-vLhtNf9SdkYADgoZCn4ch4_RRIvsI,195
|
306
|
-
vellum/types/processing_state_enum.py,sha256=lIEunnCpgYQExm2bGyTb12KyjQ3O7XOx636aWXb_Iwo,190
|
307
|
-
vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=TaxIYipZzrAxfpsRthQ1zzx2TAnBFGloCiADuDxiSyA,2296
|
308
|
-
vellum/types/prompt_deployment_input_request.py,sha256=ppT5gkENGDV5wThPYhK2qZefag-neMsFQnM2DCLpAxE,3443
|
309
|
-
vellum/types/prompt_execution_meta.py,sha256=5s0BmUqtLdd1EuhMn8OaRPxGL008hg6CaLzfcRYKha4,1633
|
310
|
-
vellum/types/prompt_node_execution_meta.py,sha256=KxTRh8w3rNYQ49x1cmK1kPYgzKJy0JBByUlVlVPLt8o,1336
|
311
|
-
vellum/types/prompt_node_result.py,sha256=0sYOvO89sONMyviYsgyYGV3DpNzCJY09AxZ2kEMQoEI,1260
|
312
|
-
vellum/types/prompt_node_result_data.py,sha256=YF-Uw19-EF5-t0GFWvJVtm3pOXxnk0ce_iFuyxj2DFg,1429
|
313
|
-
vellum/types/prompt_output.py,sha256=hz98N_mk7d97wVCFI6ZZ6hzlZw3_oCJWr0FgMgpr_0s,4306
|
314
|
-
vellum/types/raw_prompt_execution_overrides_request.py,sha256=z8MCfk-ha3OCD6-UBn6V_odtqf8o93N2hCIARAxGqOU,1473
|
315
|
-
vellum/types/reducto_chunker_config.py,sha256=A43lywSylqs0Z5KtrwVcHiKRrR2AFGMWB_mEPxcrxtY,1211
|
316
|
-
vellum/types/reducto_chunker_config_request.py,sha256=IRSFJdZXA0lMR1GXbgOpGW37NQBeTw44wTtYJuGOxIU,1218
|
317
|
-
vellum/types/reducto_chunking.py,sha256=r63GX388K4_MbI9lpM86-3GF4Fr3nCkeLDQzp2Lod5c,1261
|
318
|
-
vellum/types/reducto_chunking_request.py,sha256=ASAVQOunUXNqOzmShojGmO_cxMd3CDEFHAed-yvcWGE,1290
|
319
|
-
vellum/types/rejected_execute_prompt_event.py,sha256=rKcDHNQBU0h-DEKPkzcoZMPw9-OzRUES8ATmFB2rG6g,1422
|
320
|
-
vellum/types/rejected_execute_prompt_response.py,sha256=QyL9ohCYWEzwC26tx460gPyiZ9yDA_lvdyqAdv24A_U,1680
|
321
|
-
vellum/types/rejected_execute_workflow_workflow_result_event.py,sha256=9S7hfXMNun6lmeZXKZfQrqNYPzTBM2oErYPAeXU5DXY,1366
|
322
|
-
vellum/types/rejected_prompt_execution_meta.py,sha256=Lq3NLTCIThTE7G3_YTM7xjJqj1mID9Xje8k1lKfTYTc,1401
|
323
|
-
vellum/types/rejected_workflow_node_result_event.py,sha256=n0yp5qdEyTEsnSVRAWPFU7lH_RtY9YzEVE6mFyt87Gs,1556
|
324
|
-
vellum/types/release_tag_source.py,sha256=YavosOXZ976yfXTNWRTZwh2HhRiYmSDk0bQCkl-jCoQ,158
|
325
|
-
vellum/types/replace_test_suite_test_case_request.py,sha256=70JYolE2hwB52LU5gpkEgF3bKC-epaeDeuJrgPzJDmE,2209
|
326
|
-
vellum/types/sandbox_scenario.py,sha256=1vp9eQhMMPpiHfSWoAtTUpDmx0jy4VMWW9ZzHlaj7Yk,1407
|
327
|
-
vellum/types/scenario_input.py,sha256=fMFI-FPKq6WBA1I_h_XrheeVN27JoqU_YB5vCGlD-ho,3379
|
328
|
-
vellum/types/scenario_input_chat_history_variable_value.py,sha256=l63tBZzYwgtcBVB_-Iph-ylRRQMV7FkD7fZVbadLk2c,1334
|
329
|
-
vellum/types/scenario_input_json_variable_value.py,sha256=SXZ7stmJ2DmXcYdmiwTkvKahP87EiCcau3QoRTn-q9I,1243
|
330
|
-
vellum/types/scenario_input_string_variable_value.py,sha256=QEeWZyJWvEeEParxhVs4n5sJ6fztkz4uA1CVqnIrVEw,1264
|
331
|
-
vellum/types/search_filters_request.py,sha256=3k90Kq2KWu8p9a-CYtkcybS7ODNosNLgBIk-ZL0uQkM,1481
|
332
|
-
vellum/types/search_node_result.py,sha256=Yz9S17nCtOTQDkhWM_hPUOHG8ZttG1TQukzSVjnWGH4,1260
|
333
|
-
vellum/types/search_node_result_data.py,sha256=uCJOhed8lYgPgv4MVZfLIlVQ7hv4BBJjl8owBT3d_Zo,1406
|
334
|
-
vellum/types/search_request_options_request.py,sha256=WD-RMHshvS1tep0GFOdXOdJH_y4VraJqgYLhqPX39AA,1885
|
335
|
-
vellum/types/search_response.py,sha256=BoSM3qYf9wm_3Pq81_DWJ8jXSlaUrFDNAmDMMj4V7XY,1310
|
336
|
-
vellum/types/search_result.py,sha256=7YX7_-8ZACT1mVdNn-kIJLnzdcEXjjSPSVPeYJ1xHBw,1763
|
337
|
-
vellum/types/search_result_document.py,sha256=ixCD8dzMp05BtmmT3hljtCKmt12Yj7thlJ0VGIDv4eA,1729
|
338
|
-
vellum/types/search_result_document_request.py,sha256=FBqcQFyHSp43Ycmph6asj8G9IKnKec8kHLkAKB5wm8Y,1736
|
339
|
-
vellum/types/search_result_merging_request.py,sha256=DY9YW6zD08B6dg6SeJc4K_kAxzTxX0bctwK7lw1YTBQ,1235
|
340
|
-
vellum/types/search_result_meta.py,sha256=OSaB8ES92omFRXJgWBk_VoRD96n1YexUhLbsAG8ZQfs,1223
|
341
|
-
vellum/types/search_result_meta_request.py,sha256=gjkfu9Er75fqXWIPdEEVLYVxT0QXXjQGWyRXgtAz0qQ,1252
|
342
|
-
vellum/types/search_result_meta_source.py,sha256=8Bbo02YKc4LOTjBPz2WfrcwEBEbw1mJ2J_8x9Bi7f7Y,1345
|
343
|
-
vellum/types/search_result_meta_source_request.py,sha256=kZqCX8zkjdhXAn-29pMlANmf9ysCSspBbspuALOMmw0,1366
|
344
|
-
vellum/types/search_result_request.py,sha256=CPWp_8aZ6WXluK1kNpdAJ8ZT5bh7ssj7PJwpH-iidKQ,1814
|
345
|
-
vellum/types/search_weights_request.py,sha256=5cyRrwXaJbCyx6cdmBXZ4z8uDoFbdOuvVRPcI9aGPus,1391
|
346
|
-
vellum/types/sentence_chunker_config.py,sha256=6-YG5lnkPdkWvQljGwhHuVU067K9oLHACA1e9jz4YmI,1266
|
347
|
-
vellum/types/sentence_chunker_config_request.py,sha256=rznJGyGH6Gn0Iw2nUQPUC7oJAbjOgYmP4PhSaHhwZZM,1273
|
348
|
-
vellum/types/sentence_chunking.py,sha256=MUkk2MTRIYet66TleUqMnzcvHqnIEgWAkA22z0rWN_Y,1266
|
349
|
-
vellum/types/sentence_chunking_request.py,sha256=qcbSsmTFohlktnE2Bqe_4oBgNHujahOUxQAbno5frTE,1295
|
350
|
-
vellum/types/slim_deployment_read.py,sha256=FhmM1VOlnwf7-JlzIqX3s-RJNu1OilN4J0Gn_UZOeYc,2155
|
351
|
-
vellum/types/slim_document.py,sha256=7pIKeqcxaAhvSAp7QRXqU4IP-fR4ZvMj0oNDyj37nrM,3238
|
352
|
-
vellum/types/slim_workflow_deployment.py,sha256=TwBe7Q0Y47nG2FxVPqh0Spj3BoGW6ZNgUvyMT6SmbE4,2516
|
353
|
-
vellum/types/streaming_execute_prompt_event.py,sha256=9HQOdTYZ0Da5Jon0x4ozYt-rjYnHUgGZPJE2NudvD0w,1651
|
354
|
-
vellum/types/streaming_prompt_execution_meta.py,sha256=XTdWb_pn0Eh92m96ZOwG8GRD_oMlbIyWWOMwi0Whynk,1293
|
355
|
-
vellum/types/streaming_workflow_node_result_event.py,sha256=WdiqqKhexi88BWMfVn4GfpqorXBcoFvwH2plR7PUFqM,1646
|
356
|
-
vellum/types/string_chat_message_content.py,sha256=AGfvICKSn5FDHqb0KRCI6ZmZDRa-LRBs1QC6_A9gAU8,1193
|
357
|
-
vellum/types/string_chat_message_content_request.py,sha256=LRO_K0F4v2B9ryxkBIbZA5sqAcxNKZdS1NUAKG-9dWI,1200
|
358
|
-
vellum/types/string_input_request.py,sha256=KeWyfVaPcORI2AtH9Y8g8dJ4LidyUGYaIIFzIQ8YCBc,1289
|
359
|
-
vellum/types/string_variable_value.py,sha256=7uCkO0rBoYw9wFjYSrQywVJrlDoHKafjS-5BnFhNid4,1144
|
360
|
-
vellum/types/string_vellum_value.py,sha256=tRS6WAS0Y5C3s5B_Le6rgjtiOHQDhmKgG25VDdZ4sio,1194
|
361
|
-
vellum/types/string_vellum_value_request.py,sha256=jSTp6K5XhaHJFkqcSYUBFIZVrGRI25WMuqLdIhQv4W8,1201
|
362
|
-
vellum/types/submit_completion_actual_request.py,sha256=qaoi8zM9JmBOJ8UCSKBK6gL4AUxjp3Xfz8CBPHJHz38,2273
|
363
|
-
vellum/types/submit_workflow_execution_actual_request.py,sha256=p8JqNSVcOfcgDU-nqEiWPSXnaVJ7sw5ZNJSVH3uHFPg,4330
|
364
|
-
vellum/types/subworkflow_node_result.py,sha256=J_u62d1IFuI5ypHVhtytpjuA8Ks6Hpi__XvzTvgQQNo,1309
|
365
|
-
vellum/types/subworkflow_node_result_data.py,sha256=f7517tNdE885UPhwYc0QAxVaIU8GDUAlnEfnTG4h8A4,1157
|
366
|
-
vellum/types/templating_node_array_result.py,sha256=vbvAZQEbnH5dPyD6Afz7s13vAyM5kkyS8N-fy7h8Rms,1256
|
367
|
-
vellum/types/templating_node_chat_history_result.py,sha256=84McdVfWcNNk2a5y5HTcs_FBgFYGOa0RMjCgmtZjQ-s,1227
|
368
|
-
vellum/types/templating_node_error_result.py,sha256=W9lDg_7EhHXo6OavJbzE8axbjkalrYnBaVL6ugvAXC4,1208
|
369
|
-
vellum/types/templating_node_function_call_result.py,sha256=ADvw-JZxW4ygoTz7m-uCswclzc6LpzImnZLNA-aNskI,1218
|
370
|
-
vellum/types/templating_node_json_result.py,sha256=x9Vv1-kHGQSeCjGmQExpJM5Y6h0JSnRmIG30WH3S9Kk,1144
|
371
|
-
vellum/types/templating_node_number_result.py,sha256=Sz4SCCjCQ7b9lmIaqXq0C8V0OfSJJiQd3ooUjj7lPEI,1165
|
372
|
-
vellum/types/templating_node_result.py,sha256=oOOZ10eVBLw3RyeyV4_qo8A9f2SAilyW2NoVxXT9EvA,1280
|
373
|
-
vellum/types/templating_node_result_data.py,sha256=tEWu21xZsZPRf2YzsZN6h_v8JQCSbgIz2RKgkz9wYtg,1219
|
374
|
-
vellum/types/templating_node_result_output.py,sha256=Y7rfeN8uF1ZGoZlWTIeWcM77J-nwc4YWYEYB9F8ygqA,8856
|
375
|
-
vellum/types/templating_node_search_results_result.py,sha256=KgUZfQf97JqKSSRh3Sruq7b6DSd2muHHHXBNL-koWys,1232
|
376
|
-
vellum/types/templating_node_string_result.py,sha256=IA_RApUnHlMWAkSMXkoCC0WuSi9C5rFNnzga3Uo1Qbs,1163
|
377
|
-
vellum/types/terminal_node_array_result.py,sha256=_oHkErHTxvHDQpoi_DpwjLE3gVjKe80tN8L1N0tESZ0,1405
|
378
|
-
vellum/types/terminal_node_chat_history_result.py,sha256=wtfWU5JF6sQWlhYd8oO21QM2jGejh8r-njULVSJU80c,1376
|
379
|
-
vellum/types/terminal_node_error_result.py,sha256=v07SplKi99ajkmPCt6JmytBtQGZAA3vLk2Cm3pQnHPo,1357
|
380
|
-
vellum/types/terminal_node_function_call_result.py,sha256=2L3zMvUfRpJDsYM9XVjJtcu1bLNEMDsv92V8MCv8jWM,1367
|
381
|
-
vellum/types/terminal_node_json_result.py,sha256=RR7WI22-ITbUccNyrzZa9hE_ii-Qkoy1OaFYgjvTELQ,1293
|
382
|
-
vellum/types/terminal_node_number_result.py,sha256=PER5PNBfvubbKvzBYE1wfbW2-MtpP6Mzq0hlriBIf8Y,1314
|
383
|
-
vellum/types/terminal_node_result.py,sha256=f1x6GKgxK4reXz0-kGGsJ2KgY1ZUdfx4HruDeC3QduU,1270
|
384
|
-
vellum/types/terminal_node_result_data.py,sha256=VwIUuI29nMTHNi5mtRpk1PreWbtKKajDIdPYv6Mapxc,1211
|
385
|
-
vellum/types/terminal_node_result_output.py,sha256=Pf7ZN5j6Y9SPRZ3Ewqv4rcDb8HAEu3Tia1OiO_Gltkw,9126
|
386
|
-
vellum/types/terminal_node_search_results_result.py,sha256=Q_UAGRnWlSV1pcRAfs9qjOpR3UKO9btnJF6ixIxAr_g,1381
|
387
|
-
vellum/types/terminal_node_string_result.py,sha256=zXCBlMl3Bkp7aCgLCXy-PwJXGP5IuLqxulEOTz3TfqQ,1312
|
388
|
-
vellum/types/test_case_array_variable_value.py,sha256=us-9YHA15Voe2RtLKYt3CXTOAUqkqbXP0YkA2RQRRuY,1341
|
389
|
-
vellum/types/test_case_chat_history_variable_value.py,sha256=1t4YzdJhRQIMHovyk6NeEmVG0BnX6vTQi5cHQsVFSX8,1324
|
390
|
-
vellum/types/test_case_error_variable_value.py,sha256=ezEskvJMeQ5G-YUDt6Lh8Ajw8OyAgi5kCMi6jmzsPBg,1299
|
391
|
-
vellum/types/test_case_function_call_variable_value.py,sha256=tmm0tPcn3afTCdFLAKjPyj5tAaiMA15RyDgJL_WYzCE,1316
|
392
|
-
vellum/types/test_case_json_variable_value.py,sha256=es7NHLIJQ2KB3IIzFSn6C6fo_tRvuBWkLq-eqfKjSNY,1233
|
393
|
-
vellum/types/test_case_number_variable_value.py,sha256=6ORsRVcxtkmnac9-8Y84RuqjFv44jT33Z9KuXeQ4fXY,1259
|
394
|
-
vellum/types/test_case_search_results_variable_value.py,sha256=wDocAtsVUGFZYqXPeBEVJqPEU_AtGa7plwjfq9QtA-U,1331
|
395
|
-
vellum/types/test_case_string_variable_value.py,sha256=VfN9OtReKb7onSEkJ3rge56wR8owaTBYd5QsfaHI9t8,1254
|
396
|
-
vellum/types/test_case_variable_value.py,sha256=Y0W0DjrW5W15iU4tab9PoQ8nmS1Tq9sSJ0stlabdv_8,8949
|
397
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config.py,sha256=aGNW17LhJMMobEkkzH79PchsdR0veouRYtUHpCT4kNA,1636
|
398
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py,sha256=bFun9WkLXOE435xopdo088dx7cdceJNpt_TSz8vgwBY,1491
|
399
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py,sha256=FeNzBFP_5nK4tBALJ0jK4uf2O07CJ1fbTHLCqObkMGk,1498
|
400
|
-
vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py,sha256=8tKgrxDuUuccdQzEJsIgLfbB_0dUC6eetcLmnjfomxs,1674
|
401
|
-
vellum/types/test_suite_run_exec_config.py,sha256=7PPSxTm6bd75Pz5Lf3ATv4Kqz1gma6D5Ht8ECGCcUfI,3975
|
402
|
-
vellum/types/test_suite_run_exec_config_request.py,sha256=A4JqbpM4yeKptR3LMHy8z_yyL9vEENp3a7qZti9B5fM,4108
|
403
|
-
vellum/types/test_suite_run_execution.py,sha256=KrZdOglPFCDfkck9ge00lAxVjgOwb4pNz_J9T2qfdP0,1421
|
404
|
-
vellum/types/test_suite_run_execution_array_output.py,sha256=AWZ3fEDgI3BvxJ2FPL9ubOOdkYhUCAkPlSw6Xs00UT0,1394
|
405
|
-
vellum/types/test_suite_run_execution_chat_history_output.py,sha256=lJj6NMGRZzLWO_JVZf5T5uaNjTnwRw2mtDdlFalbDFU,1378
|
406
|
-
vellum/types/test_suite_run_execution_error_output.py,sha256=OVHtg9cGSJiBgwFvC9si8UmgcNOHMEWWuCeCyxWji9M,1352
|
407
|
-
vellum/types/test_suite_run_execution_function_call_output.py,sha256=tiOI_8ZDpdUbcGzOHGVIqZ9nEQT2ykH9mO035erAF2I,1370
|
408
|
-
vellum/types/test_suite_run_execution_json_output.py,sha256=T6b8oKtpJ9Ll97sAOKPwB5_pSabDWuL3DGlzcy7kGnM,1287
|
409
|
-
vellum/types/test_suite_run_execution_metric_definition.py,sha256=vfsxQgOa7sC1i3pJ0ZhiUT_DO4XJTaYKqLHDK0sDFGI,1236
|
410
|
-
vellum/types/test_suite_run_execution_metric_result.py,sha256=CmMKM_P6Pjug8P48HOY7cOMiz71zmlBXaqI2C9mNSAs,1481
|
411
|
-
vellum/types/test_suite_run_execution_number_output.py,sha256=HcsqLaHPAlmDVwuD6P9JOC6f2MBErNMJzzsn-WuHbyo,1310
|
412
|
-
vellum/types/test_suite_run_execution_output.py,sha256=5fH1_tNSgtu_3mm6FBDUtjTbvZ68O_J-71Gvd0HGp8Q,9107
|
413
|
-
vellum/types/test_suite_run_execution_search_results_output.py,sha256=wy_ivRTPPf__vU7kLuYENEGE5nHvyKSd1hs1PPQ36Kg,1385
|
414
|
-
vellum/types/test_suite_run_execution_string_output.py,sha256=01gqOsiWv8hFoqzSjZHl9PqTQDYhuo7Z3-wFr5azde4,1308
|
415
|
-
vellum/types/test_suite_run_external_exec_config.py,sha256=KL0NPKhaAZbluV-tMKc-1iSFXxXSKMAgyR2PcM5x_9s,1594
|
416
|
-
vellum/types/test_suite_run_external_exec_config_data.py,sha256=cc1tr4Maq2dMqZyabxjkpgb2JjjAIVD-HlMe8L68yXs,1378
|
417
|
-
vellum/types/test_suite_run_external_exec_config_data_request.py,sha256=swelDtxZcdkkxMQiMz8Joy_CLl6-sUyUvPvGVNFhmaQ,1407
|
418
|
-
vellum/types/test_suite_run_external_exec_config_request.py,sha256=s4A4O73R0_d6-YdS2o6Od9_uGJg3gU3kqK4YgCmybyo,1623
|
419
|
-
vellum/types/test_suite_run_metric_error_output.py,sha256=uGb_J1mPqUTlkJVb2D-zbwEkdKL7utGomAh6l1rz8OQ,1268
|
420
|
-
vellum/types/test_suite_run_metric_number_output.py,sha256=8P5_LF6KUVykfD0Eb7QGY_aGVUBjgCGVmHgXg7BBOIA,1250
|
421
|
-
vellum/types/test_suite_run_metric_output.py,sha256=rwlrDJk2qmOPreCLC7YjbSlH91uw468D6_CTokhaPL4,3387
|
422
|
-
vellum/types/test_suite_run_metric_string_output.py,sha256=08gdRfUvmtZeM4wB65bBs632j-zpAY1avSRoSGUTmZI,1248
|
423
|
-
vellum/types/test_suite_run_read.py,sha256=eKBivYyWC375jeREBEIzlY_NxKVKiqe6QuxSNUgdNEc,1763
|
424
|
-
vellum/types/test_suite_run_state.py,sha256=E4f_AfzXBnxhObLLZ12dBzdoYlRm-gaTqkzrZQ_KfCo,197
|
425
|
-
vellum/types/test_suite_run_test_suite.py,sha256=3Dlbm9hAYf188OPcMIw3_7BH5OFyE8v2YBP4nYJKv_c,1159
|
426
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config.py,sha256=KkqAszdhfPJ0Se32NZQLgs_sl1stSyJGLAuMmK-D0Qo,1630
|
427
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py,sha256=Ou0pYiMaKDt6wgjZHLOeRar9igc7pdYeMwmhWffNfhg,1504
|
428
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py,sha256=DLea_zdGRtgLemsszfBm4gddirN0HAZCJ5_DjH3O4q4,1511
|
429
|
-
vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py,sha256=Wh2otnLGvOKwmvbnLgAxCOl159L1tHpcNk6bqa9Xcyc,1668
|
430
|
-
vellum/types/test_suite_test_case.py,sha256=34U1tF0UHsER4BxcqwepS6xQ-iPRIExxNEt3d4W4Fmw,1394
|
431
|
-
vellum/types/test_suite_test_case_bulk_operation_request.py,sha256=vZiVMjWuI6InrAM4VaN0U-QOxoE-aW6FvgRzWVWiGFU,4895
|
432
|
-
vellum/types/test_suite_test_case_bulk_result.py,sha256=iR7QT_XHP0R1JJI2042lyyNWcYBjOUcDB98shEcGsEs,4791
|
433
|
-
vellum/types/test_suite_test_case_create_bulk_operation_request.py,sha256=NceXYCIIhSH13l0SLOXkV8Yaa-5Qbk535H6vNGlchpc,1520
|
434
|
-
vellum/types/test_suite_test_case_created_bulk_result.py,sha256=JUQ2YjwJqOVQS8zIg4--fm9FOk2ZwewtbWYRNnt5YYA,1357
|
435
|
-
vellum/types/test_suite_test_case_created_bulk_result_data.py,sha256=hXixIGLoJV9uy3W9i8-aW6WrtdDkT7WsoKh5xMgOTRM,1207
|
436
|
-
vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py,sha256=QgScNR_TaVHMxo0HH4lU4raXkZ4rsPIx-KYFbqkpaGI,1145
|
437
|
-
vellum/types/test_suite_test_case_delete_bulk_operation_request.py,sha256=tjZpWcRQZT7evsQSZy1reycJUBkIZg61smgqp5z5L7c,1658
|
438
|
-
vellum/types/test_suite_test_case_deleted_bulk_result.py,sha256=8GGAQbGO1alX1HAO3BXMjyp1XkXi0Iu7AZJpMGTYFMs,1524
|
439
|
-
vellum/types/test_suite_test_case_deleted_bulk_result_data.py,sha256=rz5PEpaBYHcjNuWBDGwJg2hLlKem5mQ70YpIzalEmIg,1206
|
440
|
-
vellum/types/test_suite_test_case_rejected_bulk_result.py,sha256=SovZL3kPGAASuDfmIx75P1QOewCZHQHLkYDvjJdCg9s,1539
|
441
|
-
vellum/types/test_suite_test_case_replace_bulk_operation_request.py,sha256=zKSxFQTKPmlebbJAZIVoDczJxwCt6QO3xNy8zXcRx7o,1525
|
442
|
-
vellum/types/test_suite_test_case_replaced_bulk_result.py,sha256=AilPcfbIhX7lpNw6-mSoC7BJqHUNcFayJ4MsZwdLin0,1529
|
443
|
-
vellum/types/test_suite_test_case_replaced_bulk_result_data.py,sha256=1783uJYyylX3adkmUxJO5GLdXv7OIbk9IuZ_lTOdgSg,1208
|
444
|
-
vellum/types/test_suite_test_case_upsert_bulk_operation_request.py,sha256=V5XYGsH526V21JCycvKLuCFTCbnVAhTtCPVeMoWIFac,1521
|
445
|
-
vellum/types/tik_token_tokenizer_config.py,sha256=a4bjDJdtqKjpUNdeMZBpIfgptRoSuV_KIXsSmzm0rxs,1200
|
446
|
-
vellum/types/tik_token_tokenizer_config_request.py,sha256=7Oi1tZiK-7KJHQTgyf831DtCcpLWWgjsaSp4SQ8tkDk,1207
|
447
|
-
vellum/types/token_overlapping_window_chunker_config.py,sha256=hiBUf7a0Xsh68PY1kOUZUKMD7q-YKCxNBGTryoSK50Y,1288
|
448
|
-
vellum/types/token_overlapping_window_chunker_config_request.py,sha256=iVkFu-DYoa4xtl7bSu3yfVfIufClGmTQ9SbQVgAvjzM,1295
|
449
|
-
vellum/types/token_overlapping_window_chunking.py,sha256=dLvm4f_dVdc5bxGUCnOAlbSYLHU3mWyOvL8CzgxzKI4,1340
|
450
|
-
vellum/types/token_overlapping_window_chunking_request.py,sha256=ugbd1NS-umM2UZURk2ULxDnLvqg4cOLTwNf36b5RRZs,1369
|
451
|
-
vellum/types/upload_document_response.py,sha256=MqPb6kOsrbYlqBL-VuWQRS5SHokK3UnEkl1ka_vYT_E,1209
|
452
|
-
vellum/types/upsert_test_suite_test_case_request.py,sha256=5-mLYYoPHeF_qQB0qTaxep-gBW5rGCQLcFzfwP0iy94,2384
|
453
|
-
vellum/types/vellum_error.py,sha256=ck3xY4u6PQUwUepLR6Yidpok3rxsGlgGmj9DQNtvsUE,1200
|
454
|
-
vellum/types/vellum_error_code_enum.py,sha256=87F6QjCk6b6x-fcIsf0qGpKTZsn6zn984TL_LOFjVZU,233
|
455
|
-
vellum/types/vellum_error_request.py,sha256=y4tBpTQZpZjEi1jDKQiNGSjqsiFBMhuDE8qOg2Fx-HE,1207
|
456
|
-
vellum/types/vellum_image.py,sha256=-F5pm487T9qjiO-WYkK_T41c7i5aT9XRx_64xLxzPbY,1177
|
457
|
-
vellum/types/vellum_image_request.py,sha256=hD1e45vBncJ925PrNFF10TIHdufYiT__4nWV7OUQyw8,1184
|
458
|
-
vellum/types/vellum_variable.py,sha256=H5FQ2KNf-PzhBtjCUdyihEcW0BarZp3fwrB5iPpk4Hw,1207
|
459
|
-
vellum/types/vellum_variable_type.py,sha256=uHeBCGi7U_SksgKOxtvI4KxYffD4BD2TlddTPo_LUSM,281
|
460
|
-
vellum/types/visibility_enum.py,sha256=TMU4o6FI5dT5XGgPrMsSCkCoBZ0jUkuGxV9_BWFMGIU,182
|
461
|
-
vellum/types/workflow_deployment_read.py,sha256=Ko7IMS8ShTYsLHTs9_mho2XcPWMDLMIBoDvw6UIpMuw,2693
|
462
|
-
vellum/types/workflow_event_error.py,sha256=TECd0h5D88p0_OdqyGuRWbcH6O-k9FsSeGk1V4K8SPQ,1244
|
463
|
-
vellum/types/workflow_execution_actual_chat_history_request.py,sha256=QSmdYzxBzxG-pIxemF7HYtzRNubZqmNue2afgV4EUiw,2486
|
464
|
-
vellum/types/workflow_execution_actual_json_request.py,sha256=BC4viNZPWK1WB_Catt0b6gS9Uwr_9sWPOZz464qtpdE,2423
|
465
|
-
vellum/types/workflow_execution_actual_string_request.py,sha256=gXliiocV2X4WwQGsh2qXgldmKqOmNWWu07lsEuQzUIU,2400
|
466
|
-
vellum/types/workflow_execution_event_error_code.py,sha256=Vf-MTOx0KclZp35aajWDHSdtwGgg0LWvM5yVQfnXYc4,425
|
467
|
-
vellum/types/workflow_execution_event_type.py,sha256=ESKqV3ItoAlqBooruf-i0AnmEh_GvCySZ0Co3r9Bvt0,170
|
468
|
-
vellum/types/workflow_execution_node_result_event.py,sha256=A2neJH_VSYr_kss5UuNZirvc-0QYtt3Kh_fYk37XyqI,1402
|
469
|
-
vellum/types/workflow_execution_workflow_result_event.py,sha256=JwwUJb9z6bxc2hvv5cfKxiqYQscVQkOTufZ34vTeh04,1397
|
470
|
-
vellum/types/workflow_expand_meta_request.py,sha256=bIh6QoRh29p8S7OgcM4nmfndTpwkV_qyGRHKFWdBjL4,1331
|
471
|
-
vellum/types/workflow_node_result_data.py,sha256=EgtbVGPFz5AqZa_81ghWqFlQ7hNW2xCbj4xbJyU7OU0,11968
|
472
|
-
vellum/types/workflow_node_result_event.py,sha256=pBnUAjj27WjuE3rvdgGjvPTJMUwh9x5lSZqAKdhz4ns,5629
|
473
|
-
vellum/types/workflow_node_result_event_state.py,sha256=cC3CdfmXR8bPzSG4W6vDnndA9HAnfF3v4UzmyeVwxog,209
|
474
|
-
vellum/types/workflow_output.py,sha256=cKcX23huNAHV3oTgY8D2cI6Vx_UzeO9xRA9lbHzusRk,9813
|
475
|
-
vellum/types/workflow_output_array.py,sha256=dwLPQC43-j-gl8w_LZR6-leMF4ehsf302csVBQnMJ2U,1411
|
476
|
-
vellum/types/workflow_output_chat_history.py,sha256=LBSqzDONuJ8IwT0-bRm1gyCV6pJkFbAjsqygwFGPjU8,1394
|
477
|
-
vellum/types/workflow_output_error.py,sha256=2oJKwpeKiAjLy5icKwWMd05rTNVrMyWpfgxvCz2IH5c,1369
|
478
|
-
vellum/types/workflow_output_function_call.py,sha256=KRiLx9hPBxwIIfgy22PSeLmOg4hfh5nI3m5V3J5gyyU,1386
|
479
|
-
vellum/types/workflow_output_image.py,sha256=G_6T6KItQqynpciKcW7szhYLsVJr91XZVJtdI4R5_-k,1369
|
480
|
-
vellum/types/workflow_output_json.py,sha256=7_ecbi8fD8bA6XA9AGhP4MhakQf_BHv6xypiEgnDXUw,1303
|
481
|
-
vellum/types/workflow_output_number.py,sha256=18f662nfp2WjWWTTQJvSHoAN-E45NK-5x90_zpRW2Aw,1326
|
482
|
-
vellum/types/workflow_output_search_results.py,sha256=0NGU02P-dK0HeZdwbFMGWigavZow-W1ezkx-qJxbJ8o,1401
|
483
|
-
vellum/types/workflow_output_string.py,sha256=OqUYAZrEGpMt-iVhRXFOabkWpo30hNHC_cEc0lzUNks,1324
|
484
|
-
vellum/types/workflow_release_tag_read.py,sha256=nuvmVDYRjE89nF4sJvEqWwvhkJOYBIBeF5C-QrJFmjo,1721
|
485
|
-
vellum/types/workflow_release_tag_workflow_deployment_history_item.py,sha256=KqrfuIbKfQtLxEaijbw7WFJLpOITKpKIrMmxlKSuo-Q,1366
|
486
|
-
vellum/types/workflow_request_chat_history_input_request.py,sha256=9cTwdqdUtL8l_VJEQ8tNUzZITr99IBed_pShSEwSsdM,1400
|
487
|
-
vellum/types/workflow_request_input_request.py,sha256=5t-udSj60sE0ionjtjZUk5EOoWkfDeUaeqT4cooyRN8,4432
|
488
|
-
vellum/types/workflow_request_json_input_request.py,sha256=j6-7O2A1p2ceag_VwPsI0F2BvobHfAUJuiBXovjKepo,1311
|
489
|
-
vellum/types/workflow_request_number_input_request.py,sha256=qq33OO-lPWnt8HeHdx30keW2M5KZV8dlIK9ifUbd1p0,1310
|
490
|
-
vellum/types/workflow_request_string_input_request.py,sha256=dKOm3iqm9ft3_lYJvzIX6MtRKddCJ0SPoXCkRWnrUek,1308
|
491
|
-
vellum/types/workflow_result_event.py,sha256=tluCkdKdPUSdr8aXhnM9NTOnb24OO4vHLc-P92sMQjQ,1738
|
492
|
-
vellum/types/workflow_result_event_output_data.py,sha256=vq6sPeqhA5cRVcrTif-IjmD7dK3sfaWt3hz_xYJznpk,10054
|
493
|
-
vellum/types/workflow_result_event_output_data_array.py,sha256=9WEz87PJRP05tmaLYgiW-9CK8Xj3FKKDqpo0TtCS-pY,1686
|
494
|
-
vellum/types/workflow_result_event_output_data_chat_history.py,sha256=BVm9NihR_Zc_THiGddNVLo3y5KHc6Z87yukN-CsMb5Q,1663
|
495
|
-
vellum/types/workflow_result_event_output_data_error.py,sha256=_EKjrCiovyCHX4L3SaBPdMi9wALPrMfaULE6LjugfBo,1638
|
496
|
-
vellum/types/workflow_result_event_output_data_function_call.py,sha256=JpUV5o_ukxBdkGkb-e-qB6RMYTkR7c3R9ATrodd_IRg,1655
|
497
|
-
vellum/types/workflow_result_event_output_data_json.py,sha256=Bt1vnkNdUaTo1qNudAO1aDWMsA0zL4qoFK2IWrAQ0KI,1572
|
498
|
-
vellum/types/workflow_result_event_output_data_number.py,sha256=lQk90q7YZxcj8IOGimp2w3Hqc9cnCnJpOl-itHAaRCE,1595
|
499
|
-
vellum/types/workflow_result_event_output_data_search_results.py,sha256=_C4ueKK8AX0ZsK1N2JJ0YhD_Ho-Ze9wRoWc-Kgz4J_w,1670
|
500
|
-
vellum/types/workflow_result_event_output_data_string.py,sha256=AAWHZT3X9HOIRA3UuIqw0VpfSGwGemsJM71WDNbWYTc,1745
|
501
|
-
vellum/types/workflow_stream_event.py,sha256=5K-Mtn9fvJDq8m5nhURDbChL01PXIiuIZDkfAC1d6fU,2610
|
502
|
-
vellum/version.py,sha256=neLt8HBHHUtDF9M5fsyUzHT-pKooEPvceaLDqqIGb0s,77
|
503
|
-
vellum_ai-0.7.10.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
504
|
-
vellum_ai-0.7.10.dist-info/METADATA,sha256=YOJMr6C9gKrN8iGQkmbUkHVcRH1IX8W4E5nyHGeMLZc,4399
|
505
|
-
vellum_ai-0.7.10.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
506
|
-
vellum_ai-0.7.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|