vellum-ai 0.7.11__py3-none-any.whl → 0.8.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vellum/__init__.py +7 -474
- vellum/client.py +751 -246
- vellum/core/__init__.py +19 -3
- vellum/core/client_wrapper.py +6 -7
- vellum/core/file.py +7 -2
- vellum/core/http_client.py +4 -2
- vellum/core/jsonable_encoder.py +30 -31
- vellum/core/pydantic_utilities.py +190 -12
- vellum/core/query_encoder.py +38 -13
- vellum/core/serialization.py +170 -0
- vellum/errors/bad_request_error.py +2 -3
- vellum/errors/forbidden_error.py +2 -3
- vellum/errors/internal_server_error.py +2 -3
- vellum/errors/not_found_error.py +2 -3
- vellum/lib/test_suites/resources.py +4 -4
- vellum/resources/deployments/client.py +194 -46
- vellum/resources/document_indexes/client.py +174 -76
- vellum/resources/documents/client.py +162 -44
- vellum/resources/folder_entities/client.py +12 -8
- vellum/resources/ml_models/client.py +99 -33
- vellum/resources/sandboxes/client.py +70 -20
- vellum/resources/test_suite_runs/client.py +80 -34
- vellum/resources/test_suites/client.py +95 -37
- vellum/resources/workflow_deployments/client.py +89 -27
- vellum/resources/workflow_sandboxes/client.py +22 -10
- vellum/types/__init__.py +48 -595
- vellum/types/api_node_result.py +12 -21
- vellum/types/api_node_result_data.py +12 -24
- vellum/types/array_chat_message_content.py +12 -21
- vellum/types/array_chat_message_content_item.py +4 -79
- vellum/types/array_chat_message_content_item_request.py +4 -81
- vellum/types/array_chat_message_content_request.py +12 -21
- vellum/types/array_variable_value_item.py +12 -154
- vellum/types/array_vellum_value_item.py +7 -154
- vellum/types/array_vellum_value_item_request.py +12 -154
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +13 -22
- vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +13 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +15 -22
- vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +15 -22
- vellum/types/chat_history_input_request.py +13 -22
- vellum/types/chat_message.py +13 -23
- vellum/types/chat_message_content.py +5 -103
- vellum/types/chat_message_content_request.py +8 -106
- vellum/types/chat_message_request.py +13 -23
- vellum/types/code_execution_node_array_result.py +12 -21
- vellum/types/code_execution_node_chat_history_result.py +12 -21
- vellum/types/code_execution_node_error_result.py +12 -21
- vellum/types/code_execution_node_function_call_result.py +12 -21
- vellum/types/code_execution_node_json_result.py +13 -22
- vellum/types/code_execution_node_number_result.py +12 -21
- vellum/types/code_execution_node_result.py +12 -21
- vellum/types/code_execution_node_result_data.py +12 -22
- vellum/types/code_execution_node_result_output.py +16 -212
- vellum/types/code_execution_node_search_results_result.py +12 -21
- vellum/types/code_execution_node_string_result.py +12 -21
- vellum/types/compile_prompt_deployment_expand_meta_request.py +14 -24
- vellum/types/compile_prompt_meta.py +11 -21
- vellum/types/components_schemas_pdf_search_result_meta_source.py +5 -0
- vellum/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
- vellum/types/conditional_node_result.py +12 -21
- vellum/types/conditional_node_result_data.py +11 -21
- vellum/types/create_test_suite_test_case_request.py +15 -25
- vellum/types/deployment_provider_payload_response.py +12 -22
- vellum/types/deployment_provider_payload_response_payload.py +1 -1
- vellum/types/deployment_read.py +18 -27
- vellum/types/deployment_release_tag_deployment_history_item.py +11 -20
- vellum/types/deployment_release_tag_read.py +16 -26
- vellum/types/document_document_to_document_index.py +14 -24
- vellum/types/document_index_chunking.py +4 -84
- vellum/types/document_index_chunking_request.py +4 -82
- vellum/types/document_index_indexing_config.py +12 -22
- vellum/types/document_index_indexing_config_request.py +12 -22
- vellum/types/document_index_read.py +16 -25
- vellum/types/document_read.py +19 -28
- vellum/types/enriched_normalized_completion.py +17 -27
- vellum/types/error_variable_value.py +12 -21
- vellum/types/error_vellum_value.py +12 -21
- vellum/types/error_vellum_value_request.py +12 -21
- vellum/types/execute_prompt_event.py +5 -118
- vellum/types/execute_prompt_response.py +3 -63
- vellum/types/execute_workflow_response.py +11 -21
- vellum/types/execute_workflow_workflow_result_event.py +3 -60
- vellum/types/execution_array_vellum_value.py +13 -22
- vellum/types/execution_chat_history_vellum_value.py +13 -22
- vellum/types/execution_error_vellum_value.py +13 -22
- vellum/types/execution_function_call_vellum_value.py +13 -22
- vellum/types/execution_json_vellum_value.py +14 -23
- vellum/types/execution_number_vellum_value.py +13 -22
- vellum/types/execution_search_results_vellum_value.py +13 -22
- vellum/types/execution_string_vellum_value.py +13 -22
- vellum/types/execution_vellum_value.py +16 -220
- vellum/types/external_test_case_execution.py +12 -22
- vellum/types/external_test_case_execution_request.py +12 -22
- vellum/types/fulfilled_execute_prompt_event.py +13 -22
- vellum/types/fulfilled_execute_prompt_response.py +14 -23
- vellum/types/fulfilled_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/fulfilled_prompt_execution_meta.py +11 -21
- vellum/types/fulfilled_workflow_node_result_event.py +14 -22
- vellum/types/function_call.py +12 -22
- vellum/types/function_call_chat_message_content.py +12 -21
- vellum/types/function_call_chat_message_content_request.py +12 -21
- vellum/types/function_call_chat_message_content_value.py +12 -22
- vellum/types/function_call_chat_message_content_value_request.py +12 -22
- vellum/types/function_call_request.py +12 -22
- vellum/types/function_call_variable_value.py +12 -21
- vellum/types/function_call_vellum_value.py +12 -21
- vellum/types/function_call_vellum_value_request.py +12 -21
- vellum/types/generate_options_request.py +12 -22
- vellum/types/generate_request.py +14 -24
- vellum/types/generate_result.py +13 -23
- vellum/types/generate_result_data.py +12 -22
- vellum/types/generate_result_error.py +12 -22
- vellum/types/generate_stream_response.py +12 -22
- vellum/types/generate_stream_result.py +12 -22
- vellum/types/generate_stream_result_data.py +12 -22
- vellum/types/hkunlp_instructor_xl_vectorizer.py +12 -21
- vellum/types/hkunlp_instructor_xl_vectorizer_request.py +12 -21
- vellum/types/hugging_face_tokenizer_config.py +12 -21
- vellum/types/hugging_face_tokenizer_config_request.py +12 -21
- vellum/types/image_chat_message_content.py +12 -21
- vellum/types/image_chat_message_content_request.py +12 -21
- vellum/types/image_variable_value.py +12 -21
- vellum/types/image_vellum_value.py +12 -21
- vellum/types/image_vellum_value_request.py +12 -21
- vellum/types/indexing_config_vectorizer.py +18 -181
- vellum/types/indexing_config_vectorizer_request.py +18 -181
- vellum/types/initiated_execute_prompt_event.py +12 -21
- vellum/types/initiated_prompt_execution_meta.py +11 -21
- vellum/types/initiated_workflow_node_result_event.py +14 -22
- vellum/types/instructor_vectorizer_config.py +11 -21
- vellum/types/instructor_vectorizer_config_request.py +11 -21
- vellum/types/json_input_request.py +14 -23
- vellum/types/json_variable_value.py +13 -22
- vellum/types/json_vellum_value.py +13 -22
- vellum/types/json_vellum_value_request.py +13 -22
- vellum/types/map_node_result.py +12 -21
- vellum/types/map_node_result_data.py +11 -21
- vellum/types/merge_node_result.py +12 -21
- vellum/types/merge_node_result_data.py +12 -22
- vellum/types/metadata_filter_config_request.py +12 -22
- vellum/types/metadata_filter_rule_request.py +15 -25
- vellum/types/metric_node_result.py +12 -20
- vellum/types/ml_model_developer_enum_value_label.py +12 -22
- vellum/types/ml_model_display_config_labelled.py +12 -22
- vellum/types/ml_model_display_config_request.py +12 -22
- vellum/types/ml_model_display_tag_enum_value_label.py +12 -22
- vellum/types/ml_model_exec_config.py +14 -24
- vellum/types/ml_model_exec_config_request.py +14 -24
- vellum/types/ml_model_family_enum_value_label.py +12 -22
- vellum/types/ml_model_parameter_config.py +13 -23
- vellum/types/ml_model_parameter_config_request.py +13 -23
- vellum/types/ml_model_read.py +23 -33
- vellum/types/ml_model_request_authorization_config.py +12 -22
- vellum/types/ml_model_request_authorization_config_request.py +12 -22
- vellum/types/ml_model_request_config.py +11 -21
- vellum/types/ml_model_request_config_request.py +11 -21
- vellum/types/ml_model_response_config.py +11 -21
- vellum/types/ml_model_response_config_request.py +11 -21
- vellum/types/ml_model_tokenizer_config.py +3 -55
- vellum/types/ml_model_tokenizer_config_request.py +3 -57
- vellum/types/ml_model_usage.py +11 -21
- vellum/types/named_scenario_input_chat_history_variable_value_request.py +12 -21
- vellum/types/named_scenario_input_json_variable_value_request.py +13 -22
- vellum/types/named_scenario_input_request.py +6 -81
- vellum/types/named_scenario_input_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_array_variable_value.py +12 -21
- vellum/types/named_test_case_array_variable_value_request.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value.py +12 -21
- vellum/types/named_test_case_chat_history_variable_value_request.py +12 -21
- vellum/types/named_test_case_error_variable_value.py +12 -21
- vellum/types/named_test_case_error_variable_value_request.py +12 -21
- vellum/types/named_test_case_function_call_variable_value.py +12 -21
- vellum/types/named_test_case_function_call_variable_value_request.py +12 -21
- vellum/types/named_test_case_json_variable_value.py +13 -22
- vellum/types/named_test_case_json_variable_value_request.py +13 -22
- vellum/types/named_test_case_number_variable_value.py +12 -21
- vellum/types/named_test_case_number_variable_value_request.py +12 -21
- vellum/types/named_test_case_search_results_variable_value.py +12 -21
- vellum/types/named_test_case_search_results_variable_value_request.py +12 -21
- vellum/types/named_test_case_string_variable_value.py +12 -21
- vellum/types/named_test_case_string_variable_value_request.py +12 -21
- vellum/types/named_test_case_variable_value.py +16 -212
- vellum/types/named_test_case_variable_value_request.py +16 -212
- vellum/types/node_input_compiled_array_value.py +12 -21
- vellum/types/node_input_compiled_chat_history_value.py +12 -21
- vellum/types/node_input_compiled_error_value.py +12 -21
- vellum/types/node_input_compiled_function_call.py +12 -21
- vellum/types/node_input_compiled_json_value.py +13 -22
- vellum/types/node_input_compiled_number_value.py +12 -21
- vellum/types/node_input_compiled_search_results_value.py +12 -21
- vellum/types/node_input_compiled_string_value.py +12 -21
- vellum/types/node_input_variable_compiled_value.py +16 -220
- vellum/types/node_output_compiled_array_value.py +12 -21
- vellum/types/node_output_compiled_chat_history_value.py +12 -21
- vellum/types/node_output_compiled_error_value.py +12 -21
- vellum/types/node_output_compiled_function_call_value.py +12 -21
- vellum/types/node_output_compiled_json_value.py +13 -22
- vellum/types/node_output_compiled_number_value.py +12 -21
- vellum/types/node_output_compiled_search_results_value.py +12 -21
- vellum/types/node_output_compiled_string_value.py +12 -21
- vellum/types/node_output_compiled_value.py +16 -221
- vellum/types/normalized_log_probs.py +11 -21
- vellum/types/normalized_token_log_probs.py +11 -21
- vellum/types/number_variable_value.py +12 -21
- vellum/types/number_vellum_value.py +12 -21
- vellum/types/number_vellum_value_request.py +12 -21
- vellum/types/open_ai_vectorizer_config.py +11 -21
- vellum/types/open_ai_vectorizer_config_request.py +11 -21
- vellum/types/open_ai_vectorizer_text_embedding_3_large.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +13 -22
- vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +13 -22
- vellum/types/open_api_array_property.py +18 -27
- vellum/types/open_api_array_property_request.py +18 -27
- vellum/types/open_api_boolean_property.py +12 -21
- vellum/types/open_api_boolean_property_request.py +12 -21
- vellum/types/open_api_const_property.py +12 -21
- vellum/types/open_api_const_property_request.py +12 -21
- vellum/types/open_api_integer_property.py +12 -21
- vellum/types/open_api_integer_property_request.py +12 -21
- vellum/types/open_api_number_property.py +12 -21
- vellum/types/open_api_number_property_request.py +12 -21
- vellum/types/open_api_object_property.py +19 -28
- vellum/types/open_api_object_property_request.py +19 -28
- vellum/types/open_api_one_of_property.py +15 -26
- vellum/types/open_api_one_of_property_request.py +15 -26
- vellum/types/open_api_property.py +20 -270
- vellum/types/open_api_property_request.py +20 -270
- vellum/types/open_api_ref_property.py +12 -21
- vellum/types/open_api_ref_property_request.py +12 -21
- vellum/types/open_api_string_property.py +12 -21
- vellum/types/open_api_string_property_request.py +12 -21
- vellum/types/paginated_document_index_read_list.py +11 -21
- vellum/types/paginated_ml_model_read_list.py +11 -21
- vellum/types/paginated_slim_deployment_read_list.py +11 -21
- vellum/types/paginated_slim_document_list.py +11 -21
- vellum/types/paginated_slim_workflow_deployment_list.py +11 -21
- vellum/types/paginated_test_suite_run_execution_list.py +11 -21
- vellum/types/paginated_test_suite_test_case_list.py +11 -21
- vellum/types/pdf_search_result_meta_source.py +14 -23
- vellum/types/pdf_search_result_meta_source_request.py +14 -23
- vellum/types/prompt_deployment_expand_meta_request_request.py +17 -27
- vellum/types/prompt_deployment_input_request.py +4 -83
- vellum/types/prompt_execution_meta.py +11 -21
- vellum/types/prompt_node_execution_meta.py +11 -21
- vellum/types/prompt_node_result.py +12 -21
- vellum/types/prompt_node_result_data.py +11 -21
- vellum/types/prompt_output.py +5 -102
- vellum/types/raw_prompt_execution_overrides_request.py +14 -24
- vellum/types/reducto_chunker_config.py +11 -21
- vellum/types/reducto_chunker_config_request.py +11 -21
- vellum/types/reducto_chunking.py +12 -21
- vellum/types/reducto_chunking_request.py +12 -21
- vellum/types/rejected_execute_prompt_event.py +13 -22
- vellum/types/rejected_execute_prompt_response.py +14 -23
- vellum/types/rejected_execute_workflow_workflow_result_event.py +13 -21
- vellum/types/rejected_prompt_execution_meta.py +11 -21
- vellum/types/rejected_workflow_node_result_event.py +14 -22
- vellum/types/replace_test_suite_test_case_request.py +16 -26
- vellum/types/sandbox_scenario.py +13 -23
- vellum/types/scenario_input.py +6 -81
- vellum/types/scenario_input_chat_history_variable_value.py +12 -21
- vellum/types/scenario_input_json_variable_value.py +13 -22
- vellum/types/scenario_input_string_variable_value.py +12 -21
- vellum/types/search_filters_request.py +13 -23
- vellum/types/search_node_result.py +12 -21
- vellum/types/search_node_result_data.py +12 -22
- vellum/types/search_request_options_request.py +17 -27
- vellum/types/search_response.py +12 -22
- vellum/types/search_result.py +15 -25
- vellum/types/search_result_document.py +15 -25
- vellum/types/search_result_document_request.py +15 -25
- vellum/types/search_result_merging_request.py +12 -22
- vellum/types/search_result_meta.py +13 -23
- vellum/types/search_result_meta_request.py +13 -23
- vellum/types/search_result_request.py +15 -25
- vellum/types/search_weights_request.py +13 -23
- vellum/types/sentence_chunker_config.py +11 -21
- vellum/types/sentence_chunker_config_request.py +11 -21
- vellum/types/sentence_chunking.py +12 -21
- vellum/types/sentence_chunking_request.py +12 -21
- vellum/types/slim_deployment_read.py +16 -25
- vellum/types/slim_document.py +24 -33
- vellum/types/slim_workflow_deployment.py +19 -28
- vellum/types/streaming_execute_prompt_event.py +13 -22
- vellum/types/streaming_prompt_execution_meta.py +11 -21
- vellum/types/streaming_workflow_node_result_event.py +14 -22
- vellum/types/string_chat_message_content.py +12 -21
- vellum/types/string_chat_message_content_request.py +12 -21
- vellum/types/string_input_request.py +13 -22
- vellum/types/string_variable_value.py +12 -21
- vellum/types/string_vellum_value.py +12 -21
- vellum/types/string_vellum_value_request.py +12 -21
- vellum/types/submit_completion_actual_request.py +18 -27
- vellum/types/submit_workflow_execution_actual_request.py +4 -95
- vellum/types/subworkflow_node_result.py +12 -21
- vellum/types/subworkflow_node_result_data.py +11 -21
- vellum/types/templating_node_array_result.py +12 -21
- vellum/types/templating_node_chat_history_result.py +12 -21
- vellum/types/templating_node_error_result.py +12 -21
- vellum/types/templating_node_function_call_result.py +12 -21
- vellum/types/templating_node_json_result.py +13 -22
- vellum/types/templating_node_number_result.py +12 -21
- vellum/types/templating_node_result.py +12 -21
- vellum/types/templating_node_result_data.py +12 -22
- vellum/types/templating_node_result_output.py +16 -212
- vellum/types/templating_node_search_results_result.py +12 -21
- vellum/types/templating_node_string_result.py +12 -21
- vellum/types/terminal_node_array_result.py +13 -22
- vellum/types/terminal_node_chat_history_result.py +13 -22
- vellum/types/terminal_node_error_result.py +13 -22
- vellum/types/terminal_node_function_call_result.py +13 -22
- vellum/types/terminal_node_json_result.py +14 -23
- vellum/types/terminal_node_number_result.py +13 -22
- vellum/types/terminal_node_result.py +12 -21
- vellum/types/terminal_node_result_data.py +12 -22
- vellum/types/terminal_node_result_output.py +16 -220
- vellum/types/terminal_node_search_results_result.py +13 -22
- vellum/types/terminal_node_string_result.py +13 -22
- vellum/types/test_case_array_variable_value.py +12 -21
- vellum/types/test_case_chat_history_variable_value.py +12 -21
- vellum/types/test_case_error_variable_value.py +12 -21
- vellum/types/test_case_function_call_variable_value.py +12 -21
- vellum/types/test_case_json_variable_value.py +13 -22
- vellum/types/test_case_number_variable_value.py +12 -21
- vellum/types/test_case_search_results_variable_value.py +12 -21
- vellum/types/test_case_string_variable_value.py +12 -21
- vellum/types/test_case_variable_value.py +16 -220
- vellum/types/test_suite_run_deployment_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_run_exec_config.py +4 -85
- vellum/types/test_suite_run_exec_config_request.py +6 -89
- vellum/types/test_suite_run_execution.py +12 -22
- vellum/types/test_suite_run_execution_array_output.py +12 -21
- vellum/types/test_suite_run_execution_chat_history_output.py +12 -21
- vellum/types/test_suite_run_execution_error_output.py +12 -21
- vellum/types/test_suite_run_execution_function_call_output.py +12 -21
- vellum/types/test_suite_run_execution_json_output.py +13 -22
- vellum/types/test_suite_run_execution_metric_definition.py +11 -21
- vellum/types/test_suite_run_execution_metric_result.py +12 -22
- vellum/types/test_suite_run_execution_number_output.py +12 -21
- vellum/types/test_suite_run_execution_output.py +16 -220
- vellum/types/test_suite_run_execution_search_results_output.py +12 -21
- vellum/types/test_suite_run_execution_string_output.py +12 -21
- vellum/types/test_suite_run_external_exec_config.py +14 -22
- vellum/types/test_suite_run_external_exec_config_data.py +12 -22
- vellum/types/test_suite_run_external_exec_config_data_request.py +12 -22
- vellum/types/test_suite_run_external_exec_config_request.py +14 -22
- vellum/types/test_suite_run_metric_error_output.py +13 -22
- vellum/types/test_suite_run_metric_number_output.py +12 -21
- vellum/types/test_suite_run_metric_output.py +4 -81
- vellum/types/test_suite_run_metric_string_output.py +12 -21
- vellum/types/test_suite_run_read.py +15 -24
- vellum/types/test_suite_run_test_suite.py +11 -21
- vellum/types/test_suite_run_workflow_release_tag_exec_config.py +13 -22
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +13 -23
- vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +13 -22
- vellum/types/test_suite_test_case.py +11 -21
- vellum/types/test_suite_test_case_bulk_operation_request.py +8 -111
- vellum/types/test_suite_test_case_bulk_result.py +8 -110
- vellum/types/test_suite_test_case_create_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_created_bulk_result.py +12 -21
- vellum/types/test_suite_test_case_created_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +11 -21
- vellum/types/test_suite_test_case_delete_bulk_operation_request.py +14 -23
- vellum/types/test_suite_test_case_deleted_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_deleted_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_rejected_bulk_result.py +14 -23
- vellum/types/test_suite_test_case_replace_bulk_operation_request.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result.py +13 -22
- vellum/types/test_suite_test_case_replaced_bulk_result_data.py +11 -21
- vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +13 -22
- vellum/types/tik_token_tokenizer_config.py +12 -21
- vellum/types/tik_token_tokenizer_config_request.py +12 -21
- vellum/types/token_overlapping_window_chunker_config.py +11 -21
- vellum/types/token_overlapping_window_chunker_config_request.py +11 -21
- vellum/types/token_overlapping_window_chunking.py +12 -21
- vellum/types/token_overlapping_window_chunking_request.py +12 -21
- vellum/types/upload_document_response.py +12 -22
- vellum/types/upsert_test_suite_test_case_request.py +16 -26
- vellum/types/vellum_error.py +12 -22
- vellum/types/vellum_error_request.py +12 -22
- vellum/types/vellum_image.py +12 -22
- vellum/types/vellum_image_request.py +12 -22
- vellum/types/vellum_variable.py +12 -22
- vellum/types/workflow_deployment_read.py +20 -29
- vellum/types/workflow_event_error.py +12 -22
- vellum/types/workflow_execution_actual_chat_history_request.py +18 -27
- vellum/types/workflow_execution_actual_json_request.py +18 -27
- vellum/types/workflow_execution_actual_string_request.py +18 -27
- vellum/types/workflow_execution_node_result_event.py +12 -21
- vellum/types/workflow_execution_workflow_result_event.py +12 -21
- vellum/types/workflow_expand_meta_request.py +12 -22
- vellum/types/workflow_node_result_data.py +22 -280
- vellum/types/workflow_node_result_event.py +8 -133
- vellum/types/workflow_output.py +18 -247
- vellum/types/workflow_output_array.py +13 -22
- vellum/types/workflow_output_chat_history.py +13 -22
- vellum/types/workflow_output_error.py +13 -22
- vellum/types/workflow_output_function_call.py +13 -22
- vellum/types/workflow_output_image.py +13 -22
- vellum/types/workflow_output_json.py +14 -23
- vellum/types/workflow_output_number.py +13 -22
- vellum/types/workflow_output_search_results.py +13 -22
- vellum/types/workflow_output_string.py +13 -22
- vellum/types/workflow_release_tag_read.py +15 -25
- vellum/types/workflow_release_tag_workflow_deployment_history_item.py +13 -22
- vellum/types/workflow_request_chat_history_input_request.py +13 -22
- vellum/types/workflow_request_input_request.py +8 -108
- vellum/types/workflow_request_json_input_request.py +14 -23
- vellum/types/workflow_request_number_input_request.py +13 -22
- vellum/types/workflow_request_string_input_request.py +13 -22
- vellum/types/workflow_result_event.py +14 -23
- vellum/types/workflow_result_event_output_data.py +16 -245
- vellum/types/workflow_result_event_output_data_array.py +14 -23
- vellum/types/workflow_result_event_output_data_chat_history.py +14 -23
- vellum/types/workflow_result_event_output_data_error.py +14 -23
- vellum/types/workflow_result_event_output_data_function_call.py +14 -23
- vellum/types/workflow_result_event_output_data_json.py +14 -23
- vellum/types/workflow_result_event_output_data_number.py +13 -22
- vellum/types/workflow_result_event_output_data_search_results.py +14 -23
- vellum/types/workflow_result_event_output_data_string.py +14 -23
- vellum/types/workflow_stream_event.py +3 -62
- vellum/version.py +0 -1
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/METADATA +5 -4
- vellum_ai-0.8.4.dist-info/RECORD +507 -0
- vellum/types/search_result_meta_source.py +0 -36
- vellum/types/search_result_meta_source_request.py +0 -36
- vellum_ai-0.7.11.dist-info/RECORD +0 -506
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/LICENSE +0 -0
- {vellum_ai-0.7.11.dist-info → vellum_ai-0.8.4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,507 @@
|
|
1
|
+
vellum/__init__.py,sha256=uUCRgUb2RUXgf3Ne77-PUoxLFEvCnUAfJe4sD109n_s,30964
|
2
|
+
vellum/client.py,sha256=csB7aUyNO38YpYhFDCbW1Bcgeicw177_2P4TH9Wm5kU,99529
|
3
|
+
vellum/core/__init__.py,sha256=FzSvKbXjuM18Hdk3iGK-jsGY_DfouyRS659thZV5c1Y,1394
|
4
|
+
vellum/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
5
|
+
vellum/core/client_wrapper.py,sha256=LVRMfe2T5jrttw7HDChRran_dDq52b3h3xd65uSsh5E,1897
|
6
|
+
vellum/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
7
|
+
vellum/core/file.py,sha256=vliNmlB7PbDfi4EKiVPNq5QaGXJ4zlDBGupv7Qciy7g,1520
|
8
|
+
vellum/core/http_client.py,sha256=rZSidd9LazCjduvdBhZ7GDs4iGfn-OAfRGsDXB1z8f4,18882
|
9
|
+
vellum/core/jsonable_encoder.py,sha256=qaF1gtgH-kQZb4kJskETwcCsOPUof-NnYVdszHkb-dM,3656
|
10
|
+
vellum/core/pydantic_utilities.py,sha256=F91xFonOmTu3AdWJtQduQoS8Gn_K7y8ln9IT8LU6WPM,7549
|
11
|
+
vellum/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
|
12
|
+
vellum/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
13
|
+
vellum/core/request_options.py,sha256=5cCGt5AEGgtP5xifDl4oVQUmSjlIA8FmRItAlJawM18,1417
|
14
|
+
vellum/core/serialization.py,sha256=X1W2KRWxKwOL7k4EatJMas1e2CCLfUOI77qrj8AvLGc,5862
|
15
|
+
vellum/environment.py,sha256=bcAFjoE9XXd7tiysYS90Os669IJmUMZS2JZ_ZQn0Dpg,498
|
16
|
+
vellum/errors/__init__.py,sha256=HZB8vVqzDNx0M2uFJ05S5RcGTH95iVDl4v3rQ4xRqSw,343
|
17
|
+
vellum/errors/bad_request_error.py,sha256=_EbO8mWqN9kFZPvIap8qa1lL_EWkRcsZe1HKV9GDWJY,264
|
18
|
+
vellum/errors/forbidden_error.py,sha256=QO1kKlhClAPES6zsEK7g9pglWnxn3KWaOCAawWOg6Aw,263
|
19
|
+
vellum/errors/internal_server_error.py,sha256=8USCagXyJJ1MOm9snpcXIUt6eNXvrd_aq7Gfcu1vlOI,268
|
20
|
+
vellum/errors/not_found_error.py,sha256=tBVCeBC8n3C811WHRj_n-hs3h8MqwR5gp0vLiobk7W8,262
|
21
|
+
vellum/lib/__init__.py,sha256=KTSY0V59WEOr5uNyAei1dDfaAatyXw_Aca5kNjo5mY0,79
|
22
|
+
vellum/lib/test_suites/__init__.py,sha256=hNsLoHSykqXDJP-MwFvu2lExImxo9KEyEJjt_fdAzpE,77
|
23
|
+
vellum/lib/test_suites/constants.py,sha256=Vteml4_csZsMgo_q3-71E3JRCAoN6308TXLu5nfLhmU,116
|
24
|
+
vellum/lib/test_suites/exceptions.py,sha256=6Xacoyv43fJvVf6Dt6Io5a-f9vF12Tx51jzsQRNSqhY,56
|
25
|
+
vellum/lib/test_suites/resources.py,sha256=86LEUe_JsPnjfEjJHcy1i3Hw2PduC6dHy8zJ8JzT1uw,12526
|
26
|
+
vellum/lib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
|
+
vellum/lib/utils/env.py,sha256=ySl859lYBfls8hmlaU_RFdquHa_A_7SzaC6KEdFqh1Y,298
|
28
|
+
vellum/lib/utils/exceptions.py,sha256=dXMAkzqbHV_AP5FjjbegPlfUE0zQDlpA3qOsoOJUxfg,49
|
29
|
+
vellum/lib/utils/paginator.py,sha256=yDvgehocYBDclLt5SewZH4hCIyq0yLHdBzkyPCoYPjs,698
|
30
|
+
vellum/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
31
|
+
vellum/resources/__init__.py,sha256=gGlC8QFaSQpzaELN9SBNBrH0kuhj-142Yh4aY2dntrE,812
|
32
|
+
vellum/resources/deployments/__init__.py,sha256=AE0TcFwLrLBljM0ZDX-pPw4Kqt-1f5JDpIok2HS80QI,157
|
33
|
+
vellum/resources/deployments/client.py,sha256=A_x9lFFFNiiwggPcrMfP88vv5F0FuLo39Ek36WEfJpE,28516
|
34
|
+
vellum/resources/deployments/types/__init__.py,sha256=IhwnmoXJ0r_QEhh1b2tBcaAm_x3fWMVuIhYmAapp_ZA,183
|
35
|
+
vellum/resources/deployments/types/deployments_list_request_status.py,sha256=CxlQD16KZXme7x31YYCe_3aAgEueutDTeJo5A4Au-aU,174
|
36
|
+
vellum/resources/document_indexes/__init__.py,sha256=YpOl_9IV7xOlH4OmusQxtAJB11kxQfCSMDyT1_UD0oM,165
|
37
|
+
vellum/resources/document_indexes/client.py,sha256=8ZbmGdhprMunPw7eN-AYPT0Mg4xEV4R4WXShvLh5MY4,37132
|
38
|
+
vellum/resources/document_indexes/types/__init__.py,sha256=IoFqKHN_VBdEhC7VL8_6Jbatrn0e0zuYEJAJUahcUR0,196
|
39
|
+
vellum/resources/document_indexes/types/document_indexes_list_request_status.py,sha256=sfUEB0cvOSmlE2iITqnMVyHv05Zy2fWP4QjCIYqMg0M,178
|
40
|
+
vellum/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
41
|
+
vellum/resources/documents/client.py,sha256=bd4lTPPyev-qrfVClppf6RWxe6JPkuSZDf-MoBg7Tqo,27570
|
42
|
+
vellum/resources/folder_entities/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
43
|
+
vellum/resources/folder_entities/client.py,sha256=yxkHRAx8frCk-WvgcRD-WzMhA2kxvY_j42S436-j4EQ,4440
|
44
|
+
vellum/resources/ml_models/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
45
|
+
vellum/resources/ml_models/client.py,sha256=nChTAvK25pveTL5bocsV2FmFPkw95E4IH3hAYYeZQKQ,30500
|
46
|
+
vellum/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
47
|
+
vellum/resources/sandboxes/client.py,sha256=RDFDge2gkI6Kpo3VhlRISKS8wHDp7MYh83XVN-Eybys,16762
|
48
|
+
vellum/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
49
|
+
vellum/resources/test_suite_runs/client.py,sha256=laE40piDiurzmO1mwStY0ebsxQpTuETgiCAewtSrNk8,14192
|
50
|
+
vellum/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
51
|
+
vellum/resources/test_suites/client.py,sha256=NxlaHkupz_i3JqxgqV5LmNl_LVkyFSFSebTPH1hd6SU,23105
|
52
|
+
vellum/resources/workflow_deployments/__init__.py,sha256=-5BCA0kSmW6WUh4gqLuQtHv4zFdt9lccuDwMU5YvEu4,173
|
53
|
+
vellum/resources/workflow_deployments/client.py,sha256=ezSg3EDA5UszvrT15jx7-RoSO8pXRwAIDlqMCJXkNOY,17393
|
54
|
+
vellum/resources/workflow_deployments/types/__init__.py,sha256=rmS_4dtbgLHGNQJ_pOloygrjl4sNbKZjTEKBxbMyz6E,208
|
55
|
+
vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=FXVkVmGM6DZ2RpTGnZXWJYiVlLQ-K5fDtX3WMaBPaWk,182
|
56
|
+
vellum/resources/workflow_sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
57
|
+
vellum/resources/workflow_sandboxes/client.py,sha256=3wVQxkjrJ5bIS8fB5FpKXCP2dX38299ghWrJ8YmXxwQ,7435
|
58
|
+
vellum/terraform/__init__.py,sha256=CxzT0rkV9cXwAtxZ3gv46DCRt9vBl_Sx1SOj5MJtl0Y,498
|
59
|
+
vellum/terraform/_jsii/__init__.py,sha256=AV9B1-EC-DQ2MSTWojcpbHjahvoZxNaYeZ6aCi5SXEQ,473
|
60
|
+
vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz,sha256=igWevhMxZD8GCX4KWzOG3vfQFDj5ic91sNmj2uFVwow,32056
|
61
|
+
vellum/terraform/constraints.json,sha256=Pu3woy48d9csejER37XDbOVFvXUb9m9UrX4jFRUcilQ,43
|
62
|
+
vellum/terraform/data_vellum_document_index/__init__.py,sha256=azU5hORjTHHLjzxs9eIX_Rp9lQ8yjLFxKACdP7VfidU,21484
|
63
|
+
vellum/terraform/data_vellum_ml_model/__init__.py,sha256=o-QnNhRvjp0qmVnKQVqr_2libGZwkRDBSkS8m_61JdM,21228
|
64
|
+
vellum/terraform/document_index/__init__.py,sha256=Inu_vUE6BBpYMgstvjNs3MTFJxEouOHl4hFw81YqtdA,25018
|
65
|
+
vellum/terraform/ml_model/__init__.py,sha256=I8h1Ru-Rb-Hi_HusK6G7nJQZEKQGsAAHMmw4ZApcZwM,40294
|
66
|
+
vellum/terraform/provider/__init__.py,sha256=-06xKmAmknpohVzw5TD-t1bnUHta8OrQYqvMd04XM-U,12684
|
67
|
+
vellum/terraform/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
68
|
+
vellum/terraform/versions.json,sha256=45c7jjRD5i4w9DJQHs5ZqLLVXRnQwP9Rirq3mWY-xEo,56
|
69
|
+
vellum/types/__init__.py,sha256=IsWEYJAopixU65y5esirv_35HdtRrPb1h0Nwy_ExZEI,47347
|
70
|
+
vellum/types/add_openai_api_key_enum.py,sha256=GB7sLK_Ou7-Xn73sKJHUo6Gx3TjyhU7uJvWZAg4UeaI,92
|
71
|
+
vellum/types/api_node_result.py,sha256=3zAbNGNYY6EgJDzqmcIvLqq8wU-WoMEwGT1W1fjto6U,729
|
72
|
+
vellum/types/api_node_result_data.py,sha256=skjoVCR7LRr4mwdqOUGcgutqY4qWB6t6_xkzVJDXZHQ,803
|
73
|
+
vellum/types/array_chat_message_content.py,sha256=353TDzStNXA2dQETvnJrazCr33nlFx7hgvvPV526ECg,780
|
74
|
+
vellum/types/array_chat_message_content_item.py,sha256=XyWDIqVeWoqLzUIvZO_qj_-iwCr6SBcvQJoVxKAjmDs,421
|
75
|
+
vellum/types/array_chat_message_content_item_request.py,sha256=AUFfh6CQfrD4MdwpS3KhGpalaYpEj_hAlF_lePDDdbU,494
|
76
|
+
vellum/types/array_chat_message_content_request.py,sha256=vpPV0KmM_uui7vFHY6f6kE1yj7iOwqOjxEuGhh1ZxFM,809
|
77
|
+
vellum/types/array_variable_value_item.py,sha256=jGbYNBaDv1sx8SV10B10WduX7j6Ks93HWe_QtqjiPVM,608
|
78
|
+
vellum/types/array_vellum_value_item.py,sha256=7DeKNmQxTO7_5neb0KrgjOvrlK_tdgYd5a23cx7EmCw,549
|
79
|
+
vellum/types/array_vellum_value_item_request.py,sha256=tctk-yS18J0NCr9CsX70XzoTMruWH_jacLY6XqBa8vM,709
|
80
|
+
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py,sha256=YaPY5r4YGfMrcnmIKZgZhjNrVOINZfSo_c7xtNA9MY0,827
|
81
|
+
vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py,sha256=HuuCD5Z_mUoMkkGoCnvQ4vkI8xt3zjO4x5mD6dheQ1I,834
|
82
|
+
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py,sha256=2svbTOM633pvslH9fw4F4M4LcWby_5r8-ukihTFuDuY,911
|
83
|
+
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py,sha256=QDv4d6ml773U6EpiAkNRJCHi3jgiRPOoCLXXMhGyJ7o,918
|
84
|
+
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py,sha256=n1ijP1zw-lQnxbj_ZfederNYD4LW-FGDklUOlYewxwg,911
|
85
|
+
vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py,sha256=Y79jx-9QkbTzb7jSx8xF6YtbAB914u9E9uXOapk8TQc,918
|
86
|
+
vellum/types/chat_history_input_request.py,sha256=0dmWfRWN9lOGEorQ3P1jKPAQtcXVexxiU9UEoJKP_pU,882
|
87
|
+
vellum/types/chat_message.py,sha256=EOA8v5Ebx2KS9BtwBBGbuvSK-pn4xWYZiioHuuPWvzw,916
|
88
|
+
vellum/types/chat_message_content.py,sha256=2Fd2Ek-lO3rdfAXFc1eJlwisMVQwbESAcRHFedkeF3A,501
|
89
|
+
vellum/types/chat_message_content_request.py,sha256=609nXvgmv65ZohV2B4Kh3cr30Tez69BdDidBYhiREP4,609
|
90
|
+
vellum/types/chat_message_request.py,sha256=r2EW1pfnvNYx2fo6mBqU5HQrUzp67WXuE5G-XK281E4,945
|
91
|
+
vellum/types/chat_message_role.py,sha256=-i0Jrcbwf72MkMoaFTGyxRduvlN7f5Y9ULhCXR5KNdA,182
|
92
|
+
vellum/types/code_execution_node_array_result.py,sha256=IpqOekJZVY1F1ecCuDmda6BldzG8VzPtXNd2Kx02wJw,746
|
93
|
+
vellum/types/code_execution_node_chat_history_result.py,sha256=Kwb_jn_xmVz214bIGPmmpplKDczMAJCMAr6RxOJA-1Q,731
|
94
|
+
vellum/types/code_execution_node_error_result.py,sha256=QlJEhZS-BKpCJc8bwG4MrsvUsTjDbY8iohYZh7--yBI,698
|
95
|
+
vellum/types/code_execution_node_function_call_result.py,sha256=_3FYGMQhSvucFHC4gu9dHBXDKz8WpkTeDQ03aoASsn4,724
|
96
|
+
vellum/types/code_execution_node_json_result.py,sha256=7FFqCR8B1fIjaRZ7Ix5fUhtAJfct_GDg7YWYAw7RUd4,656
|
97
|
+
vellum/types/code_execution_node_number_result.py,sha256=PEhYlKvzPuJAoFwsZ2MTgFIswxhyjxc3AskDg9NBVWk,657
|
98
|
+
vellum/types/code_execution_node_result.py,sha256=o4E0Jv62eQmoqtxrG9XZ9oyXy4ShITQFCWudE62b2Us,802
|
99
|
+
vellum/types/code_execution_node_result_data.py,sha256=3vamC2NFVVTU4cOE3ZZ1Fekx1VsWLvRBf8pClhpe5wQ,722
|
100
|
+
vellum/types/code_execution_node_result_output.py,sha256=ZddnayoP01i5alC12OaoNdSgLoXr_Y4Nl343xGJvJeU,1069
|
101
|
+
vellum/types/code_execution_node_search_results_result.py,sha256=yPh94v7pgFL-4x1JPSnXXGihUi42i-OfOaNVHLN4jE8,740
|
102
|
+
vellum/types/code_execution_node_string_result.py,sha256=uH6KO57muMko4u_xISchhvP0E-VzJfhKD_rijXgisZ8,655
|
103
|
+
vellum/types/compile_prompt_deployment_expand_meta_request.py,sha256=z0iMR9nLGz5h2MbqamIwUxB8EiXGvqdf0tlYAQsBFbA,1136
|
104
|
+
vellum/types/compile_prompt_meta.py,sha256=lQOFdrhMpzMOf_hasn4vb1AKnX2VuASr-1evaugJ4ro,848
|
105
|
+
vellum/types/components_schemas_pdf_search_result_meta_source.py,sha256=WEB3B__R6zLakrJMMn_1z9FIylBcxencQ6JHVPs7HSg,206
|
106
|
+
vellum/types/components_schemas_pdf_search_result_meta_source_request.py,sha256=FbgAsvMARYuSub2QQwFEkkbVeYwKkNmVi98nk7CxC-Q,235
|
107
|
+
vellum/types/conditional_node_result.py,sha256=vx8xo9F1KoJqOnYPtSevfOcBxKYAk8J8JGWFr1c4UO8,784
|
108
|
+
vellum/types/conditional_node_result_data.py,sha256=yk4E7KHSzmKlweI9ce9eN_iW08V70KGmG1Z0K5455T0,604
|
109
|
+
vellum/types/create_test_suite_test_case_request.py,sha256=i0pabAuoCCu2iFapni9_xtIHWR-mi2qUqOPPbvcdKNs,1444
|
110
|
+
vellum/types/deployment_provider_payload_response.py,sha256=b0lkt0rK88ARQaMWn9MAHeWtMBsZKofDMlOAUsQvv7g,818
|
111
|
+
vellum/types/deployment_provider_payload_response_payload.py,sha256=xHLQnWFN0AZRZdrOiKawwpoKK7BTmnZfp0P7FCc2ZqE,188
|
112
|
+
vellum/types/deployment_read.py,sha256=ygpEbwM1bB_ej5YtjOeG7hAYJJ79ISNN_C283YiVFFM,1947
|
113
|
+
vellum/types/deployment_release_tag_deployment_history_item.py,sha256=df4qKHT1f-z0jnRS4UmP8MQe6u3PwYej_d8KDF7EL88,631
|
114
|
+
vellum/types/deployment_release_tag_read.py,sha256=YlwssIgBd5lKVqelH-gejQXQ7l31vrsRNMJKDGDyTEA,1129
|
115
|
+
vellum/types/document_document_to_document_index.py,sha256=LbXTZyYxA4hxewquf7ZLZgBD9uWGoIs1J64x4fY7bNg,1229
|
116
|
+
vellum/types/document_index_chunking.py,sha256=TU0Y7z0Xacm3dhzEDuDIG3ZKJCu3vNURRh3PqEd17mY,356
|
117
|
+
vellum/types/document_index_chunking_request.py,sha256=g9BKCsHKg5kzjG7YYeMNQ_5R8TXLeSgumJlMXoSfBcs,435
|
118
|
+
vellum/types/document_index_indexing_config.py,sha256=xL1pCzUOkw5sSie1OrBpasE3bVnv0UyZBn7uZztbhbs,781
|
119
|
+
vellum/types/document_index_indexing_config_request.py,sha256=Wt-ys1o_acHNyLU0c1laG2PVT7rgCfwO54f5nudAxk4,832
|
120
|
+
vellum/types/document_index_read.py,sha256=9btlJ9-H7DwTFfBljT2PuxtyTQjhiWTStvGqVJMwirE,1469
|
121
|
+
vellum/types/document_read.py,sha256=heZt7k29GVehbKTofcLjRVe1R_UjbCK5Hcbgga3OODY,1930
|
122
|
+
vellum/types/document_status.py,sha256=GD_TSoFmZUBJnPl-chAmaQFzQ2_TYO3PSqi3-9QfEHE,122
|
123
|
+
vellum/types/enriched_normalized_completion.py,sha256=_NDkKVJj70uKDtIOsQB7E-dL0mOMPwjwgCzhif0RuJI,1796
|
124
|
+
vellum/types/entity_status.py,sha256=bY0jEpISwXqFnbWd3PSb3yXEr-ounPXlAO_fyvHV7l8,158
|
125
|
+
vellum/types/environment_enum.py,sha256=Wcewxp1cpGAMDIAZbTp4Y0GGfvy2Bq_Qu_67f_wBDGA,179
|
126
|
+
vellum/types/error_variable_value.py,sha256=ULT_D9h8dKeHTnXEDv6UHxNlpmwQ3iDHTGU6Zg8a6H0,676
|
127
|
+
vellum/types/error_vellum_value.py,sha256=Y7yO8Y1eOlbRyOqbOh6MyPRNHYKH48gIhlZIRcw1UaA,726
|
128
|
+
vellum/types/error_vellum_value_request.py,sha256=o0aSn34dRcpnAwAfwW_sgwP7CkODGd5448w2Olg-spg,755
|
129
|
+
vellum/types/execute_prompt_event.py,sha256=wq_TZBDJcmXQhSj25jR9nMTnN-mP8Ku5Vq3rLqmwE5Q,521
|
130
|
+
vellum/types/execute_prompt_response.py,sha256=n6ODveXcO8uWG-kr_B9wXziHH8JUaVTUcUAZKifClEo,334
|
131
|
+
vellum/types/execute_workflow_response.py,sha256=eaRB-8SD5YSxfnz61uFZjw8ZkHd2Serg1kYZD3VqP9k,791
|
132
|
+
vellum/types/execute_workflow_workflow_result_event.py,sha256=yLO-r6-lXGA86tonDGlWwuCI9VZEITTvEB9_yoV5308,435
|
133
|
+
vellum/types/execution_array_vellum_value.py,sha256=8IHoFAjIwiD_24zDVjFnCuvrAUFi8KixFE7unm_8KHI,918
|
134
|
+
vellum/types/execution_chat_history_vellum_value.py,sha256=FBDP88wZKY9hz5h6cc8Z84fIgHritVZOybnE_tx5i3A,887
|
135
|
+
vellum/types/execution_error_vellum_value.py,sha256=_1KRV9vG5x0wACKubh6O-uj9weKh3in8xvVVTATkN5w,850
|
136
|
+
vellum/types/execution_function_call_vellum_value.py,sha256=3GmqmQOxYuVFqO3m58M3Bfp-zN9ENnbTzPRFryldIY8,883
|
137
|
+
vellum/types/execution_json_vellum_value.py,sha256=oGY3CsJBKeOuEexmITfRYcidAn-F1t8o9WjUkOlWYBw,813
|
138
|
+
vellum/types/execution_number_vellum_value.py,sha256=b2TpqyafRHCdl6EhgctNgUSLU-JBdouU6OgM8Jk_O78,809
|
139
|
+
vellum/types/execution_search_results_vellum_value.py,sha256=HkxoXaUF6pMbfXd5wLk5VKmcXed2IRfEzkxsoGpwmg0,898
|
140
|
+
vellum/types/execution_string_vellum_value.py,sha256=4w0ottwB5F2NL3uEXBBggP7XkcdE_D2lGmEobkXWY7o,807
|
141
|
+
vellum/types/execution_vellum_value.py,sha256=PpbrbJdSioqaqT2gZ6mx2Ht0Oy8XGyxBDcLFfPqUBIA,980
|
142
|
+
vellum/types/external_test_case_execution.py,sha256=CeLDwQFfozJ4xcJ22Fu9nb7omyE5xdgLXE4unDTxHO8,828
|
143
|
+
vellum/types/external_test_case_execution_request.py,sha256=y6jQO9BMBtPGmohL-JqlMPhKtOOW0cJRYhdIwnY5Rxw,857
|
144
|
+
vellum/types/finish_reason_enum.py,sha256=KoNjzvXMHDCT0AUhhwGoZ1_7bi4h3fZEFvvHyGyoTP8,169
|
145
|
+
vellum/types/fulfilled_enum.py,sha256=MenrGneRMBvsq-n8tkMXAx0wppGWLJgkqdKnfklGP9U,124
|
146
|
+
vellum/types/fulfilled_execute_prompt_event.py,sha256=E-iBwlMWvwQyRfzqPlgtX8KurE3IYsTRd5vWjXtbOmk,994
|
147
|
+
vellum/types/fulfilled_execute_prompt_response.py,sha256=nKhDk2ZloCuE0uijX5XOE63_cq8PBo4UWs4hK4e3jUE,1227
|
148
|
+
vellum/types/fulfilled_execute_workflow_workflow_result_event.py,sha256=xBamz0bNZOoYQznQI8jWaiNNw6Qh4Pq3d0ziV6vGqMw,870
|
149
|
+
vellum/types/fulfilled_prompt_execution_meta.py,sha256=sMWAMqJCh8n_NBtRSM4muiAqKne_W-NCxJVzKy9Q1Ec,934
|
150
|
+
vellum/types/fulfilled_workflow_node_result_event.py,sha256=9hu-I8H8rVPC9R6D_16tN9A2tfKKEU3Rl0SKXppiEwc,1154
|
151
|
+
vellum/types/function_call.py,sha256=nXPEC3nJh8QzjCvyomfm80fyO-Aar60KBOaGfQtZ5D0,804
|
152
|
+
vellum/types/function_call_chat_message_content.py,sha256=qXbrMQeXn_CLjfDzQvv9llmae2wvpoTlUSQWdfMvf-k,831
|
153
|
+
vellum/types/function_call_chat_message_content_request.py,sha256=HVGxHs6jc4EBgW7rdJXlF8KRlugY5YHa0ujDrEQqPCo,860
|
154
|
+
vellum/types/function_call_chat_message_content_value.py,sha256=DHRZYAMc4Y5MerUS_6CIxQBtORftKn-gBx8Skgivm_A,736
|
155
|
+
vellum/types/function_call_chat_message_content_value_request.py,sha256=67EZ3qSR9zO5akOgloswRE0Pv8BcjtWhdTRJIwuQU04,743
|
156
|
+
vellum/types/function_call_request.py,sha256=eJBIN-wLkkkDUIwAy1nMeWHu3MZ5aJpOXyWtBa39RFA,811
|
157
|
+
vellum/types/function_call_variable_value.py,sha256=VQKCiEtJsmIK3i7CtFV_2ZpxeX70rqpUViXIvAci8L0,702
|
158
|
+
vellum/types/function_call_vellum_value.py,sha256=lLJb-S_-S_UXm6una1BMyCbqLpMhbbMcaVIYNO45h5o,759
|
159
|
+
vellum/types/function_call_vellum_value_request.py,sha256=oUteuCfWcj7UJbSE_Vywmmva9kyTaeL9iv5WJHabDVs,788
|
160
|
+
vellum/types/generate_options_request.py,sha256=TUDqsH0tiPWDZH4T-p5gsvKvwVHEVZ_k6oI3qsjlsk4,782
|
161
|
+
vellum/types/generate_request.py,sha256=gL6ywAJe6YCJ5oKbtYwL2H_TMdC_6PJZAI7-P3UOF3I,1286
|
162
|
+
vellum/types/generate_response.py,sha256=DQNreImNi2knMgzvt4q-VPitdhS6cxj_xCoUYtAaOIs,1342
|
163
|
+
vellum/types/generate_result.py,sha256=gh3cLPIFv2Jx4ZLx4ZY7s1iOzAjoA0Saj7cXMdp4v-A,1094
|
164
|
+
vellum/types/generate_result_data.py,sha256=iYqsDb1Bz38mxocZK1_caBYSpGfRklEDukQd1k3bSOI,790
|
165
|
+
vellum/types/generate_result_error.py,sha256=GRk7lWoWxbPi-ikLRNZ9BnhXutTUdHfBAmlkIAABz7U,652
|
166
|
+
vellum/types/generate_stream_response.py,sha256=IPwhHPN9KYQXV9Ow8uXnDIAL0QUf4R6J9wZOQht4Gy8,640
|
167
|
+
vellum/types/generate_stream_result.py,sha256=d661Ptq-XDyoKGYYUgs7htUkuRocQ9GDaV9ePbAxdoc,807
|
168
|
+
vellum/types/generate_stream_result_data.py,sha256=-wzHLPkJrCNL_7vQuX-nZKi3wKxJ8v1j8DRzLmagVNU,697
|
169
|
+
vellum/types/hkunlp_instructor_xl_vectorizer.py,sha256=0wDZyilAQD3SQYIOBxfzBRxtt7wR4vVRIdcdb8cbnaA,803
|
170
|
+
vellum/types/hkunlp_instructor_xl_vectorizer_request.py,sha256=Mtg_hl-IIfa134LWBonkxOQ1dhjXkGkz7maDZ57o_d4,832
|
171
|
+
vellum/types/hosted_by_enum.py,sha256=s97YDpHVMTvT_Lv62z5sZxuNFaJdMF0QZcZ613pgs58,502
|
172
|
+
vellum/types/hugging_face_tokenizer_config.py,sha256=s1RTsbyXM9GOj3wcqx6gIXzHikWYwAMHRP7UlSpVEg0,737
|
173
|
+
vellum/types/hugging_face_tokenizer_config_request.py,sha256=xnCMccYlaujWrKIxE6tN4K1bX-y9HsMumXdbLFSJ4lo,744
|
174
|
+
vellum/types/image_chat_message_content.py,sha256=1jHmNuLY2kuuSgJCqNmc4wUMw5aot6GLU6_hQ_99r2g,725
|
175
|
+
vellum/types/image_chat_message_content_request.py,sha256=b0K1NnY-NneG_V3JAnyr4H2jrPGOC1OQ-OcCmS1GCvE,754
|
176
|
+
vellum/types/image_variable_value.py,sha256=njfgKYFU5lTCeosINThWziVE_jpuBjcgntZ3xAALT58,750
|
177
|
+
vellum/types/image_vellum_value.py,sha256=69XnqE9m-bd3dOdMD73WtfDm_kDrVg-y3fi35akuqsk,748
|
178
|
+
vellum/types/image_vellum_value_request.py,sha256=-Q66T8M6fAf9K_v0LeRwZjB_6pkBUSyMUQc6plRRK5E,777
|
179
|
+
vellum/types/indexing_config_vectorizer.py,sha256=K0I_7iGsn1c-GJvmd0szjoGyT9HxXSkJg2QciiYb0Rs,1196
|
180
|
+
vellum/types/indexing_config_vectorizer_request.py,sha256=RRefqRCoEsO814SIUF2ZlPpCLvuct6frgbqcSElNIeE,1357
|
181
|
+
vellum/types/indexing_state_enum.py,sha256=KWYMz5DwJnVhu3ZlSDdqiC5MtiTIdrxE4EvwFYiel1U,213
|
182
|
+
vellum/types/initiated_execute_prompt_event.py,sha256=tHt80ZIuKk6B85IQqSF3MQqiSSiBsSP2Aw3XuD5xk6E,893
|
183
|
+
vellum/types/initiated_prompt_execution_meta.py,sha256=pnRjcPnVRp650k0W7kfwg9f24S4vAJfQoGGdBs_aKlc,887
|
184
|
+
vellum/types/initiated_workflow_node_result_event.py,sha256=8fQ1m0TxaFa0p0uZqIPdVuUDnGfKva0tv4N27qp5ShM,1158
|
185
|
+
vellum/types/instructor_vectorizer_config.py,sha256=7udlosXv4CUWTW_Q9m0mz3VRi1FKSbBhDIOhtxRd0-U,731
|
186
|
+
vellum/types/instructor_vectorizer_config_request.py,sha256=6LGFFQKntMfX7bdetUqEMVdr3KJHEps0oDp2bNmqWbM,738
|
187
|
+
vellum/types/iteration_state_enum.py,sha256=yjwnPhqKQQbWgQUqP2qws4kVMhRY8sFTGK_diuSrsR0,168
|
188
|
+
vellum/types/json_input_request.py,sha256=37JriRoVx8QPmCpEaDzaIhaHOQMFS8HlWuoSSvuf_o4,810
|
189
|
+
vellum/types/json_variable_value.py,sha256=X7eBEWxuozfvIdqD5sIZ5L-L77Ou6IIsZaQVNXh5G2k,634
|
190
|
+
vellum/types/json_vellum_value.py,sha256=8irlw6NkRRVafysfTc1Q5BFFhRrWJYzdwrDYTdJK4JY,689
|
191
|
+
vellum/types/json_vellum_value_request.py,sha256=IUlkdwFGgBeLl9sCmAJhoaxomWiEMpWgRcLa_WnlK8g,696
|
192
|
+
vellum/types/logical_operator.py,sha256=MuuMZ1-gOCDvy1WDQkMFfiBNHsRCqKgJei-b3727sKc,487
|
193
|
+
vellum/types/logprobs_enum.py,sha256=D_458cZX2CAb6dX_ovrQ6HARlJkYcZRadKwsi1Cr-JM,151
|
194
|
+
vellum/types/map_node_result.py,sha256=e2YqEP-aKig2TbbZIlfn5LCeVEVhEJJBR7o7xTBKXaY,752
|
195
|
+
vellum/types/map_node_result_data.py,sha256=3xJXC1JrS9lo3-3_u1S79sYwLxMknNntDyspN24vQzY,699
|
196
|
+
vellum/types/merge_node_result.py,sha256=h8iEDQgiEjVASom_lAyIi9iErh9rU0_Am7awyzIarnc,742
|
197
|
+
vellum/types/merge_node_result_data.py,sha256=BM3bmwFhTDiY5HchT-5uRl0o6qmJ5KH-NHRb9huGRoA,640
|
198
|
+
vellum/types/metadata_filter_config_request.py,sha256=k8wbfv-Tl3QJrtfzn_W2kAdUJ3-BkPj7ET7fQMTEbTM,1061
|
199
|
+
vellum/types/metadata_filter_rule_combinator.py,sha256=3Vpp1Mnv3As7efkxWTeV8qd4gdJ6OLoLhz_UeVBHAX8,165
|
200
|
+
vellum/types/metadata_filter_rule_request.py,sha256=Pcs0TsU7CRnsEUoH0DWb-c9DTP2UW67lJKXlsTLXV48,1135
|
201
|
+
vellum/types/metric_node_result.py,sha256=YdKq1DZiBD1RBtjyMejImylv3BqrwY8B_UF4Ij-6_64,660
|
202
|
+
vellum/types/ml_model_developer.py,sha256=W7-VLqym4IJ_ZokaHjItz3RTo8SSmjJ3c1CLxMrRUnc,509
|
203
|
+
vellum/types/ml_model_developer_enum_value_label.py,sha256=S5Q6XZd3bmRHdKymFTjBVKvA6cuMqTwGBVnHY71hMms,651
|
204
|
+
vellum/types/ml_model_display_config_labelled.py,sha256=C8RGyeJXNNkFQGy7ENsF7jHkaR7Zss8Cit0-n-7YC_4,889
|
205
|
+
vellum/types/ml_model_display_config_request.py,sha256=tG9kIkziV3HcixUfrFX-AgmOR53H6FaEtR1qn3pgq1o,843
|
206
|
+
vellum/types/ml_model_display_tag.py,sha256=mvxWDmFB7nxMiO9f9XEueWoXL3YmkPfqvroDVzVXNyE,229
|
207
|
+
vellum/types/ml_model_display_tag_enum_value_label.py,sha256=Os2vGESHkexegsybJVILScpHfnGmFlW_jNosalyX00U,656
|
208
|
+
vellum/types/ml_model_exec_config.py,sha256=3Lb-r5foYURfoOzpkwiFOCsytlAvZbwsi2OiAaS0LfA,1276
|
209
|
+
vellum/types/ml_model_exec_config_request.py,sha256=sCw8ZjSEsi3q7NCCY-01P_G44z9NSFcTALi_JOJMAzk,1349
|
210
|
+
vellum/types/ml_model_family.py,sha256=96a6cigZeoGoM4VLvwvSmIKnEVBAI8RsW7xaS3EZZDI,513
|
211
|
+
vellum/types/ml_model_family_enum_value_label.py,sha256=NvFixcv1L2fS0VwFjyapt_aR6PwLMzr--vuZ1g9SabE,639
|
212
|
+
vellum/types/ml_model_feature.py,sha256=s3DTCKk5m8MBdVV4-gHGe3Oj4B38fS6I1LLj8pps4Lo,441
|
213
|
+
vellum/types/ml_model_parameter_config.py,sha256=rLHJ7T672wuVYIqjMeMudC1VgCzLAFDGpJTzvdKirxY,1431
|
214
|
+
vellum/types/ml_model_parameter_config_request.py,sha256=GnBHtBfbwz1xMy7pz-jQvMibC1RR5r4MlzOd4nOBnSw,1576
|
215
|
+
vellum/types/ml_model_read.py,sha256=yHW5rxY1yWG3ewN2ugrhTuotZ6xEOh7flBwp5oQ0h3E,2610
|
216
|
+
vellum/types/ml_model_request_authorization_config.py,sha256=o_RKjoeU-b0wzkKf4vavK9l796p1KYqsIhw_4HnKtis,717
|
217
|
+
vellum/types/ml_model_request_authorization_config_request.py,sha256=uPAEd_Y-NTcEuSqXCHdr1-x3FkISG74LJ111g30LRmQ,724
|
218
|
+
vellum/types/ml_model_request_authorization_config_type_enum.py,sha256=lJxgsXzglf1vIJ5KQzdLhbf5HJxhasx35pjm_SHvxGQ,192
|
219
|
+
vellum/types/ml_model_request_config.py,sha256=Lf8Fkda22NysSP8Pzh3cJaL1Wcx4LnVP3P91WtYU41g,834
|
220
|
+
vellum/types/ml_model_request_config_request.py,sha256=STsjjS_FfN7zid-WPVAX57EKRdu-b_wiIpjy0JRwXJo,863
|
221
|
+
vellum/types/ml_model_response_config.py,sha256=WgXvHVKOs43-FWdyzpgXSP3TyoHemQI8s2hjKvJVqok,748
|
222
|
+
vellum/types/ml_model_response_config_request.py,sha256=L9MbvTWu7Qa4qmbhdf7SqYlqALONLfyRoLXsYc9xb1E,755
|
223
|
+
vellum/types/ml_model_tokenizer_config.py,sha256=cU3ZMhpQ8UAbt7RsrS5S2Ym_ueUD6e1SfltQqp4z6RM,305
|
224
|
+
vellum/types/ml_model_tokenizer_config_request.py,sha256=29N1vSTFQs9o576mumgXT413ru8wNhl9KYxyrBXbvZc,356
|
225
|
+
vellum/types/ml_model_usage.py,sha256=_HJyton8OeFiGMh_o-ni6Urzog4mlgQSER-DrM3Bafg,792
|
226
|
+
vellum/types/named_scenario_input_chat_history_variable_value_request.py,sha256=aVZmAxu-47c34NyhSkfi9tQqIPy29cdJ7Pb4MIgKeNw,862
|
227
|
+
vellum/types/named_scenario_input_json_variable_value_request.py,sha256=UgnKv70zFviv1kl4nM7aM7IFA-7xyDOtglW4Y3GBZ28,757
|
228
|
+
vellum/types/named_scenario_input_request.py,sha256=Pi8l377OHvKBwvPu9slZ1omf_NJ9S1mCQ5Wr-Ux5KVg,611
|
229
|
+
vellum/types/named_scenario_input_string_variable_value_request.py,sha256=4P5YjzR0Cwsnf4ir2MFX0Bs0Q3eMe_7uWVhxL1ajlVg,758
|
230
|
+
vellum/types/named_test_case_array_variable_value.py,sha256=1ffzV6mvpYrrYDaYE2BUZxobqcV7UXtb0cgABw9GMEk,810
|
231
|
+
vellum/types/named_test_case_array_variable_value_request.py,sha256=qJTUsbU-dzDbTSrrOWUWJn8vT1ONBV7CvRbrupxpK8Q,839
|
232
|
+
vellum/types/named_test_case_chat_history_variable_value.py,sha256=tRN-8jKDeth_VIeWIYzSAcZIT-PeKKAUBjsUB3JbUjo,808
|
233
|
+
vellum/types/named_test_case_chat_history_variable_value_request.py,sha256=e4yLVJJnWyba3Yl_IJ4jJMfDdK1zxj19OuwirVBloSw,837
|
234
|
+
vellum/types/named_test_case_error_variable_value.py,sha256=lEw5i9J4JK0LwSqtnefgxZ9Y9KUdy_omKUZe_goRmNo,768
|
235
|
+
vellum/types/named_test_case_error_variable_value_request.py,sha256=XilprgId1FVJpLQGZerWPo21rPx1TGf_YHONqmahHVk,797
|
236
|
+
vellum/types/named_test_case_function_call_variable_value.py,sha256=hSTsOyoSPpdoWpblh-7i-Gdu5VGrefl6d0QQvkdkmnA,802
|
237
|
+
vellum/types/named_test_case_function_call_variable_value_request.py,sha256=MNGxavL6FTToJTqo8CLBM_RnXAq_mAtQmHi9dY9364U,831
|
238
|
+
vellum/types/named_test_case_json_variable_value.py,sha256=bLLVCMhHQaauK4AFw7wvz5xb9hWgVqMJRt2Wwk85MGs,725
|
239
|
+
vellum/types/named_test_case_json_variable_value_request.py,sha256=aFZXS5i5ykwomD4qcTc5hypEppR60ftJFI78dJUbzxU,732
|
240
|
+
vellum/types/named_test_case_number_variable_value.py,sha256=FFN5WVs1TGe2aQI0U6qvWwWqVp83heSiyXi7GwtIaL8,728
|
241
|
+
vellum/types/named_test_case_number_variable_value_request.py,sha256=dHg-0I57CthxERqcxFW5QPugFMXqq9egVgCu_MaKrY4,735
|
242
|
+
vellum/types/named_test_case_search_results_variable_value.py,sha256=N4I2Pu1Qh8S92SE8AmZrKDkdJS_bbhGoSOQi69uqOqQ,819
|
243
|
+
vellum/types/named_test_case_search_results_variable_value_request.py,sha256=dT2MAD4l7Kks6BwUhyKdbjdiaXRTCfQntOiK4X6txvQ,848
|
244
|
+
vellum/types/named_test_case_string_variable_value.py,sha256=2xuTh35MarcDMMCy6pxpIoBRQddgKoD67eTgk6SdpFo,726
|
245
|
+
vellum/types/named_test_case_string_variable_value_request.py,sha256=Bv7LEBEyDHtBPPWdzgvCA8DHG6n1jF4NVlEe6zYPJUs,733
|
246
|
+
vellum/types/named_test_case_variable_value.py,sha256=R_O3nh15km-yGxg2ZybT9wmSxElROBO84Wg_29sCC8o,1146
|
247
|
+
vellum/types/named_test_case_variable_value_request.py,sha256=P3qWYQynb1rR9ohB628krxu-EUY2fkf290g5BeGowFU,1329
|
248
|
+
vellum/types/node_input_compiled_array_value.py,sha256=uxh7MohGvmMYg34fkJNKspE3r9H4oj5oK78jD4PQbZo,769
|
249
|
+
vellum/types/node_input_compiled_chat_history_value.py,sha256=9mCnXxmWCRSxvP_YZH1RvHRnKGGfSX-kJWRZcINr5p4,754
|
250
|
+
vellum/types/node_input_compiled_error_value.py,sha256=49N9jmGU-QReYNmtf0qXILnRLYa6kXwoix_ZdJPzs2I,721
|
251
|
+
vellum/types/node_input_compiled_function_call.py,sha256=ElYr28oVcvhp5c35Cz9hWXFJPqtoqzlR8-Pb-pPBask,742
|
252
|
+
vellum/types/node_input_compiled_json_value.py,sha256=ketb8FNY9DQjAxgJd4SPDE6ErHJYY0NEkW0-STapBkw,679
|
253
|
+
vellum/types/node_input_compiled_number_value.py,sha256=Olc4UpYsm-v7ZhlTVXsp7JVQE0ytLsBSd9HolCYWmZ4,680
|
254
|
+
vellum/types/node_input_compiled_search_results_value.py,sha256=A2SnHYZAt2_VsQDXL4B2CF3KYgDJeUAQ5L0RbI8flH0,763
|
255
|
+
vellum/types/node_input_compiled_string_value.py,sha256=V4HKhHW6B2iUvYqYbuwcOHTxiui3nfOe0DKOiTXshJQ,678
|
256
|
+
vellum/types/node_input_variable_compiled_value.py,sha256=Hxv8D1AM1_Gjz2s6hlyskqpWNKvazxIKFAT9tE_GeWQ,1030
|
257
|
+
vellum/types/node_output_compiled_array_value.py,sha256=uxCjjHNBLH6jhdr1ZkCLHo7Xn5ZV3D4jgtRElWbLQA0,964
|
258
|
+
vellum/types/node_output_compiled_chat_history_value.py,sha256=rAAnJ2PcXGxKusMpq2NEhJdBSRrPB9da5uN19x92Wu4,962
|
259
|
+
vellum/types/node_output_compiled_error_value.py,sha256=dkgT_h463S8AF3QHVZdvy9HGF3A2LhxuNnAQouAYQlE,922
|
260
|
+
vellum/types/node_output_compiled_function_call_value.py,sha256=Fygp5S2479B71vDmmBTjmJpp1ZfMEm3Qow2uINjNyZE,956
|
261
|
+
vellum/types/node_output_compiled_json_value.py,sha256=KUOPgaL0_nlzjjtc7fFXNPKJ0CmRGAUG4FzzZt9ev00,879
|
262
|
+
vellum/types/node_output_compiled_number_value.py,sha256=iBwBcPQuE0PZ50Q30iSUGNnDkf6yIMZ_au9lQDDhlzA,882
|
263
|
+
vellum/types/node_output_compiled_search_results_value.py,sha256=oHKSncqdhE3q3SDjHqhRRSePvF24XRiwecZoTMdM_Uo,973
|
264
|
+
vellum/types/node_output_compiled_string_value.py,sha256=pR_ku51KL_gwplMCiy6oT4sARnKP_0gZsTcLbVtOk_Y,880
|
265
|
+
vellum/types/node_output_compiled_value.py,sha256=ADqSZuj1Gk0OdV9xrAfV--cW-6VrbBSZ7YZ_qFa0REs,1063
|
266
|
+
vellum/types/normalized_log_probs.py,sha256=XNfwhKgK9vPlJQh9dcup2Rl5mTlmV154rrIRsf3dYx8,706
|
267
|
+
vellum/types/normalized_token_log_probs.py,sha256=C0VHuRQbbcCFzQ9fJNbNjXAc2aUMUT5MxIt929-KMEA,714
|
268
|
+
vellum/types/number_variable_value.py,sha256=L2WKopg_1l8Uq1WZVhpcK1wztzRCxauE-ALameuEqRs,635
|
269
|
+
vellum/types/number_vellum_value.py,sha256=LWQuMygk1Ai5Gjk_2bcp2idsEtzliotMolIyk_hgtnI,685
|
270
|
+
vellum/types/number_vellum_value_request.py,sha256=vdp8WZpc_YvITT7g3bzIVIxDUYQgfNIzPTIyk2Sem-I,692
|
271
|
+
vellum/types/open_ai_vectorizer_config.py,sha256=E3t3E5bSJgwTGM7M9-Cnt5fr0BZKT1i_2v8RjW5cHkw,743
|
272
|
+
vellum/types/open_ai_vectorizer_config_request.py,sha256=Q929KI2m2GvQkCTcBvnx8OB7-6FTLFuJtrgS0IEkKTA,750
|
273
|
+
vellum/types/open_ai_vectorizer_text_embedding_3_large.py,sha256=Rr6MUqDWyI3ninbLse9eWX95bgYvrm6U2RA6-AgXi5Y,812
|
274
|
+
vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py,sha256=b-s5u1lLV2JLWFauxIrciMUP1jnswDT6RP-F3VR7cr0,841
|
275
|
+
vellum/types/open_ai_vectorizer_text_embedding_3_small.py,sha256=T_-P7qGjTHJiJfMieHv1GplDBTsvcCJI8cZMOF1WP6o,812
|
276
|
+
vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py,sha256=-lwNeWj7ExP-JLncUp1Uyd20FxweVIDu-aEnenPB98A,841
|
277
|
+
vellum/types/open_ai_vectorizer_text_embedding_ada_002.py,sha256=c4vNlR6lRvUjq-67M06sroDMNMG_qC4JUBqwmKEJQ2I,812
|
278
|
+
vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py,sha256=FdpkkNBGgRwfqFjBwpfH4t2zKIM0pIYminX2iZQUzvY,841
|
279
|
+
vellum/types/open_api_array_property.py,sha256=grgAbFSmzd4oPW431XChyJyIrgyf_098A_0f93GLSSo,1415
|
280
|
+
vellum/types/open_api_array_property_request.py,sha256=hCkg4uwyj1ITfqY7ipNncceuMmoHnzSnEOvL0PufzUw,1465
|
281
|
+
vellum/types/open_api_boolean_property.py,sha256=maFp_2wfBFAExNaVW7KJt_bYG-tY9CQdDWZzEpw4Z74,805
|
282
|
+
vellum/types/open_api_boolean_property_request.py,sha256=T6CCgxZ3q_SnaiZTAUyqMQ9KAgrl4nkVQkThYd9PRBw,812
|
283
|
+
vellum/types/open_api_const_property.py,sha256=co7wdDmB7A90bfEwzS6Eocbi_w_QEjeXDYg1DrBb2Zk,770
|
284
|
+
vellum/types/open_api_const_property_request.py,sha256=HStsChxMfcU-ZCbipsgUsrA6TKv19zJKVm6WdE2vLbA,777
|
285
|
+
vellum/types/open_api_integer_property.py,sha256=vA8Va8VMJQFIul-qfoWG3y_qz1bNA8Lo61WrKNxiKGc,990
|
286
|
+
vellum/types/open_api_integer_property_request.py,sha256=Pn9wVHM2TrxpA5emQ1-9Fk5HYEkqSSmzyyW43JKwQ_g,997
|
287
|
+
vellum/types/open_api_number_property.py,sha256=I3hXVVvL3f3K0zrCXwaEPPb1yAfQsgUYAKhngcXJbj4,1032
|
288
|
+
vellum/types/open_api_number_property_request.py,sha256=dp0yObB8f9enrIFExSenxzMBT0L1-pnAbm7nt89Cocc,1039
|
289
|
+
vellum/types/open_api_object_property.py,sha256=G-gUc-d_ir2EeYzsmqI9e91EquNqfA8ZeVCzAhvo9fI,1518
|
290
|
+
vellum/types/open_api_object_property_request.py,sha256=pM7771KejUe_ZZp2Ko_hPoJZjwUjpAHm2CqeFjGfsVQ,1575
|
291
|
+
vellum/types/open_api_one_of_property.py,sha256=6klNRMbKICFvLNuZnY05evzEfbbBKCYz7Wcn7Ys54BY,1029
|
292
|
+
vellum/types/open_api_one_of_property_request.py,sha256=qiH7KOv843DgGANz5P0F6za8PA9MZllmjpw3tLPRp5g,1065
|
293
|
+
vellum/types/open_api_property.py,sha256=Anez79qCN_2eK_GORgI62A7RJadzcQKVW1NvFGDckWI,978
|
294
|
+
vellum/types/open_api_property_request.py,sha256=Mg3PlfvLzt5WDqRUQ5F3tZq2_Z0hSlIPL0KQB65lG_g,1183
|
295
|
+
vellum/types/open_api_ref_property.py,sha256=5c_LFU1CqxaUM2ka5auGkgXa8jdr1EO7-HlFkJIoB2U,786
|
296
|
+
vellum/types/open_api_ref_property_request.py,sha256=2Xs2zAhruHoSc0d7U4oJLGPD-LsQsCmD0j4iGA19fpY,793
|
297
|
+
vellum/types/open_api_string_property.py,sha256=7nIrKDfVTE0mzNarvAw-rXjlvixW1-HTfJPBD7sP7KA,969
|
298
|
+
vellum/types/open_api_string_property_request.py,sha256=TCUudu_-DF4ONccZMgF6synAD9ESACLLMm-Nvb008qM,976
|
299
|
+
vellum/types/paginated_document_index_read_list.py,sha256=bO7pm3KCZi5LDO17YXgr_lUF9SRdAfMu6wOutX91ANw,797
|
300
|
+
vellum/types/paginated_ml_model_read_list.py,sha256=wvNfvYCJEfGRod5DsiGJF6kyw3cEMMwi5esHVAG7OoY,773
|
301
|
+
vellum/types/paginated_slim_deployment_read_list.py,sha256=rK0QPvB1fqQbwkE9VfjpgMEdouzMO50l7jQGmc1y4sU,801
|
302
|
+
vellum/types/paginated_slim_document_list.py,sha256=8f7L0ZqD9hBU4XTGTdltl0ORuyy2gryPU5UxlmPabq4,776
|
303
|
+
vellum/types/paginated_slim_workflow_deployment_list.py,sha256=tE-Xj_xQdxFXB9agB7mfsUE27_xBwyUKzDgupA_r8Og,817
|
304
|
+
vellum/types/paginated_test_suite_run_execution_list.py,sha256=LBNOCYU1Arnwszyat2v4cUu3Y4hs-Kpo5TYtT73C_HE,766
|
305
|
+
vellum/types/paginated_test_suite_test_case_list.py,sha256=SANqBECiz9yu6_JxOcNdkKY0gqNE2rWgIH5VG4Q81f4,750
|
306
|
+
vellum/types/pdf_search_result_meta_source.py,sha256=EMVhqdN1bwE6Ujdx4VhlmKQtJvitN-57kY8oZPxh9dI,1126
|
307
|
+
vellum/types/pdf_search_result_meta_source_request.py,sha256=nUhaD2Kw1paGC6O_ICVNu3R0e1SVgTshRTkGNgmcjXo,1133
|
308
|
+
vellum/types/processing_failure_reason_enum.py,sha256=R_KIW7TcQejhc-vLhtNf9SdkYADgoZCn4ch4_RRIvsI,195
|
309
|
+
vellum/types/processing_state_enum.py,sha256=lIEunnCpgYQExm2bGyTb12KyjQ3O7XOx636aWXb_Iwo,190
|
310
|
+
vellum/types/prompt_deployment_expand_meta_request_request.py,sha256=EeFbAM-e8xCe6cy7QfEHaVB-sU7zTDq9Wqs65TS03OM,1721
|
311
|
+
vellum/types/prompt_deployment_input_request.py,sha256=KrT4-Ew2VvTWXEkYQz2oyHn5EDOgrMW7FzRFaPH3ARg,353
|
312
|
+
vellum/types/prompt_execution_meta.py,sha256=OEkOFFXTJNwWtH_ecF32GqIqDMyDeuBos_ThRlXe9lg,1076
|
313
|
+
vellum/types/prompt_node_execution_meta.py,sha256=k8zPFTsXl0iuHi-CNXEQcWP5Adbr8xDv1G1EWZ4KJNM,779
|
314
|
+
vellum/types/prompt_node_result.py,sha256=3jewO-nPodoXTq_5RxgwhKfDZrvoPjRZ_vUXLeqiuHY,749
|
315
|
+
vellum/types/prompt_node_result_data.py,sha256=fNOxBfK3ablDBxkUWVVstJMYaGdHGgu27WxP87E6UQ4,872
|
316
|
+
vellum/types/prompt_output.py,sha256=NpDGJNIYIivzQJnBeoJLpJlCk7gqBESLwv5Qtn_20qQ,398
|
317
|
+
vellum/types/raw_prompt_execution_overrides_request.py,sha256=x4Chkm_NxXySOEyA6s6J_mhhiM91KCcQbu6pQETB8RI,927
|
318
|
+
vellum/types/reducto_chunker_config.py,sha256=by_Dj0hZPkLQAf7l1KAudRB8X2XnlfHiRTsyiR-DTRY,654
|
319
|
+
vellum/types/reducto_chunker_config_request.py,sha256=RnulU2a_PUtvRE2qhARQhsCkWI--K_MYkobzLNRGEz4,661
|
320
|
+
vellum/types/reducto_chunking.py,sha256=WEMknzwME-Sc53A4xRtXCmKu6ZLP3ZYBOtSXVyrlfOE,776
|
321
|
+
vellum/types/reducto_chunking_request.py,sha256=pgu_E20DPJwdIynS_2_RukrN5dV4OOI3GAn6cNhrf4o,805
|
322
|
+
vellum/types/rejected_execute_prompt_event.py,sha256=Jt8lXmZrZ7FiSWAqZMguUDeZC_XKw72unRBsZ4224EY,916
|
323
|
+
vellum/types/rejected_execute_prompt_response.py,sha256=YyY9KGTbJ53DmwiXHqYkuxxDIx3w560bB3R0fzqzwQk,1185
|
324
|
+
vellum/types/rejected_execute_workflow_workflow_result_event.py,sha256=6k6GRr2TnVSM0DxS3H3hczwV7962UDG92yLh6j8OjcM,882
|
325
|
+
vellum/types/rejected_prompt_execution_meta.py,sha256=4Oidh3XBBHzgjOys2kuETxqWc_MOqS50UpB0o8YNZd8,844
|
326
|
+
vellum/types/rejected_workflow_node_result_event.py,sha256=glO5cYk9CmRmsyj1K7a4y468ZbAiKT-mwfn27xQ8VKY,1072
|
327
|
+
vellum/types/release_tag_source.py,sha256=YavosOXZ976yfXTNWRTZwh2HhRiYmSDk0bQCkl-jCoQ,158
|
328
|
+
vellum/types/replace_test_suite_test_case_request.py,sha256=7FAxOGexwaztx2UDKnU8F3MiUtC1vL8cZ5ZAhjles40,1637
|
329
|
+
vellum/types/sandbox_scenario.py,sha256=f4S0tDxmPYHIrD_BMjRL3XZGcGxlWy9apfI64hV7MBE,844
|
330
|
+
vellum/types/scenario_input.py,sha256=caC8p5ZnuXhv2ZiHvzTvKL3Ebtr4NXP9Q8UcJEVB8-U,476
|
331
|
+
vellum/types/scenario_input_chat_history_variable_value.py,sha256=ihgJktmZpz_12wx2yPtyrSrBjcBcSg9fby7h_eLoXgI,835
|
332
|
+
vellum/types/scenario_input_json_variable_value.py,sha256=aKbQK2Q8IPOZq9QyjhECLqR1y42eqtddmkvH-jzPEhk,752
|
333
|
+
vellum/types/scenario_input_string_variable_value.py,sha256=Y9UtkeqM-oBtPXGw_RXbgZNcmQiLvSUH8utTiv0a2qo,753
|
334
|
+
vellum/types/search_filters_request.py,sha256=ZOndZxC2aL16zIt8F0iwHwhhXdzMsA_EMnmlUZ2XGQY,918
|
335
|
+
vellum/types/search_node_result.py,sha256=eJaAWXzEZ-CzySXXlI51MEgdO35H7bK5NTPFJ6zLbJ0,749
|
336
|
+
vellum/types/search_node_result_data.py,sha256=IWal6uJbfP6JpKXxeiNsKCyqjrwkN2XUxH-Bz-n6uAg,846
|
337
|
+
vellum/types/search_request_options_request.py,sha256=2xcVoswjl2ry0xCnhreOYOOLN63l-50bpAXN_ZP5DHM,1316
|
338
|
+
vellum/types/search_response.py,sha256=b5301wpC3L7QUBLYAHya_JJy2BdmDvFWA0UluNJc1ig,750
|
339
|
+
vellum/types/search_result.py,sha256=kixaodfGe19x9UFF2Axe2xawmxhnTGWXq3zE6jrkGgE,1194
|
340
|
+
vellum/types/search_result_document.py,sha256=sbhpvfZ2wgvZx2auwOFRn92i5JZEiB2HJVPr9KGRSg0,1177
|
341
|
+
vellum/types/search_result_document_request.py,sha256=ipprf2iEO1mNWXZ1sEc6QfcIJXTzCnENCtiOc8TdQEo,1184
|
342
|
+
vellum/types/search_result_merging_request.py,sha256=YiAgNuwvrpjwJBVS5_F6-UHmOLONP4iabhbxafKUlxg,675
|
343
|
+
vellum/types/search_result_meta.py,sha256=A8xNQbxbkwgT_VbHLPXgMYPAmwuHC6BZG0o7Dy7W8_k,729
|
344
|
+
vellum/types/search_result_meta_request.py,sha256=e0Mg1XAdqGtBFJ9zj8YYLfctZLP2d2AQr3GGjtXQBfY,758
|
345
|
+
vellum/types/search_result_request.py,sha256=cfKvzUCes4TxH757bu1D8ieM3nuW6A4yu1J00tAjhDQ,1245
|
346
|
+
vellum/types/search_weights_request.py,sha256=7YdTanQ82sDztyOwZGh6Iu9HJaTiAX3QnfxDQZJUzyE,828
|
347
|
+
vellum/types/sentence_chunker_config.py,sha256=is3t8niS19gjRtqewSkLYpskJCbRloCZ78Kfe7zs3vE,709
|
348
|
+
vellum/types/sentence_chunker_config_request.py,sha256=EpGTP4z3YttiThYmdjwIBOI5YfsOlNP17dI9yiYqi3I,716
|
349
|
+
vellum/types/sentence_chunking.py,sha256=guqU3072X4h8Laf6LhTWQ5lpjBpTgoXRxKp5iXJby2U,783
|
350
|
+
vellum/types/sentence_chunking_request.py,sha256=77gv1fVc9IaTuGGx3O1HB0LF9sXM5pSTWksl8BEmvLU,812
|
351
|
+
vellum/types/slim_deployment_read.py,sha256=xS0Uqw7DjhHSEOMSY1aeRUgMwIT59sxynBh6JIJWXDI,1605
|
352
|
+
vellum/types/slim_document.py,sha256=-q4SEQzAoRwYR34xW1dRJd8Y9qgZNlujtS-cLfXXcOU,2693
|
353
|
+
vellum/types/slim_workflow_deployment.py,sha256=RAEjA0Ew1y1AC7-N2wNS1EFYZuUiOn0Q_DysOniA7e8,1960
|
354
|
+
vellum/types/streaming_execute_prompt_event.py,sha256=bjfY5ZU8ZI048a7x1VW8dDXMtSl-3Ej5koSpfKboJj0,1161
|
355
|
+
vellum/types/streaming_prompt_execution_meta.py,sha256=vFLNQAVbbuvQamO9NeKDDTLQDe2n7YVLqxbhOaf6Ytc,736
|
356
|
+
vellum/types/streaming_workflow_node_result_event.py,sha256=oxnUveyASNPsGVQQYtMLXRJSxJYoMlUOexsuWsc7Be0,1164
|
357
|
+
vellum/types/string_chat_message_content.py,sha256=6ZVl5cofQXFV2RlEJvVdWWYa9WVe172DPOZ-Uk82lDM,682
|
358
|
+
vellum/types/string_chat_message_content_request.py,sha256=qFB_JJvI4FgbW7bB60tyGChWDNINnHqa7hW13rlOvak,689
|
359
|
+
vellum/types/string_input_request.py,sha256=XC2gFAa93kB8yOv_OsTte1yLMfed4cpnQeNIyxjPYhU,775
|
360
|
+
vellum/types/string_variable_value.py,sha256=KNYKEGdChEIbGhyJHE6__5lKU1ybfjoNPxKvRlH36lc,633
|
361
|
+
vellum/types/string_vellum_value.py,sha256=qnMmHG0Mo6T27JtMSr3qFxqsmTfX8xlXE2gqENHWg88,683
|
362
|
+
vellum/types/string_vellum_value_request.py,sha256=qdlhoiJbiss2f-wMmtMsJ4B1otlZYDtyRTCPm8kJBYc,690
|
363
|
+
vellum/types/submit_completion_actual_request.py,sha256=hMWNAGUc54I44kDFKFSXdXTxdfWP18lqo-w5c12kwcU,1737
|
364
|
+
vellum/types/submit_workflow_execution_actual_request.py,sha256=xRCiA1QvQBD0lbZfBZUSZnm_XNOj17jyXXmppztQEB8,535
|
365
|
+
vellum/types/subworkflow_node_result.py,sha256=a2N7E6OSVxH1fQB24j96a6qucw1DgCz7w_hChENNV9A,808
|
366
|
+
vellum/types/subworkflow_node_result_data.py,sha256=np3Wnc5pmnehtMLfJZVz3bozYJN752vf9VERs9rIuqA,600
|
367
|
+
vellum/types/templating_node_array_result.py,sha256=p2kC6oD6tbrvOUk_I0pA7nsA1gTNtMqqbLy0yvpL7jM,743
|
368
|
+
vellum/types/templating_node_chat_history_result.py,sha256=RhEeDRtvWOPlLPsSuz3lAA3m8EqmdhB8sI_pwXuPgGg,728
|
369
|
+
vellum/types/templating_node_error_result.py,sha256=A9CkVXU0YUYko0epKmZlIHPwvFNfmLuM3iwduH0OhNU,695
|
370
|
+
vellum/types/templating_node_function_call_result.py,sha256=bJDLDS_N_dzf7w7wfUUaePg0N6_6amaJ8GrtDey8Kvw,721
|
371
|
+
vellum/types/templating_node_json_result.py,sha256=ShHCYLxdf4mO_XYH4GEmdNY2S1RaruGLJGYkP2Td398,653
|
372
|
+
vellum/types/templating_node_number_result.py,sha256=LLlRuHVbhNb4FHbsbClfYHJb083l20UTE-TVrmbhR1U,654
|
373
|
+
vellum/types/templating_node_result.py,sha256=jfaH5If5zDrO_nGLLr93XrAwq1eH6rKP2vm5lWSt_GE,777
|
374
|
+
vellum/types/templating_node_result_data.py,sha256=yXCSzRnFOGg93ZrgMA77H5-nLdaaA5asOAkuiQABDxM,662
|
375
|
+
vellum/types/templating_node_result_output.py,sha256=f94nwW79EAAjHKpL70Vc_N2DRq-FC4993g1X79V5Q7M,986
|
376
|
+
vellum/types/templating_node_search_results_result.py,sha256=LRChfWy1btVEuz8AX6x6x_s0o4uKKokc-R3O7kHGr5Q,737
|
377
|
+
vellum/types/templating_node_string_result.py,sha256=b3BOuBwqhYMJHvsfVwtYaFSeau7R4XkyJ6gG37J0x7M,652
|
378
|
+
vellum/types/terminal_node_array_result.py,sha256=JR9PEJC2Xv9vy4mlI947CHr_4z9XNFteyw5yLIo_-cc,889
|
379
|
+
vellum/types/terminal_node_chat_history_result.py,sha256=YGywmDryELuzeLYi6p59pQoCNoPekA6bhSF0sYFAsw0,874
|
380
|
+
vellum/types/terminal_node_error_result.py,sha256=qwhunjngnumpeNoqxnVEbvFoXAyX-CXQ_MusOwOeNv0,841
|
381
|
+
vellum/types/terminal_node_function_call_result.py,sha256=-9tPhggVBQ9wvCHehZl1-L9G7oxrfDdR9aU8TFxowTo,867
|
382
|
+
vellum/types/terminal_node_json_result.py,sha256=vCTnr-xZvBxRmByAiwA8Y0MviNSZ6xQrCM3qSRRisuQ,799
|
383
|
+
vellum/types/terminal_node_number_result.py,sha256=ob2sOXeIjMl0pVdHW9niDzDclhpuAMBYCKY-ow7jXdU,800
|
384
|
+
vellum/types/terminal_node_result.py,sha256=FN3zW6y3xjNDMD5WeqYY1b88OUKmaATGA0wPrLG1lZU,763
|
385
|
+
vellum/types/terminal_node_result_data.py,sha256=uY17-J95RTVfiZZgTjjymaeJyxIzi_JzGyKGG9b6hMk,654
|
386
|
+
vellum/types/terminal_node_result_output.py,sha256=2LdIf_ysHPIjKM1z4urMbAJTJdyPPnxa7L9Ty2Gx6ak,936
|
387
|
+
vellum/types/terminal_node_search_results_result.py,sha256=rX_ftp_C7hez_xjPRZm8yJuwMFoM6jsTDfPAseYmzFc,883
|
388
|
+
vellum/types/terminal_node_string_result.py,sha256=CW_nl-fI4YwhCm3YEO_cQW9mjG6rNZo5L-Ic4v1iAMo,798
|
389
|
+
vellum/types/test_case_array_variable_value.py,sha256=_Bowf6rqoXtfYgWI5tjnfCX396HK3e5NNt0YXTOKScw,828
|
390
|
+
vellum/types/test_case_chat_history_variable_value.py,sha256=YNaaLEmjmQLvflknYW_21y1KfyD-rLLBjIlHQURJhXg,825
|
391
|
+
vellum/types/test_case_error_variable_value.py,sha256=he2fkOcwsRfXfC2hKT3MhzDkXctIi3cNARqhMi13bYk,786
|
392
|
+
vellum/types/test_case_function_call_variable_value.py,sha256=p7Q7jgpZVKDlanszm31E5lTLfxQmegggyto9DHVQXzI,819
|
393
|
+
vellum/types/test_case_json_variable_value.py,sha256=9zsZ4akuC9UOwonJ_EfBArNIzBMMqoFKtfOWEU7Hb6w,742
|
394
|
+
vellum/types/test_case_number_variable_value.py,sha256=HOx2AbyE1vEyJEXRxtaA0HEIqMGOPwDQbmRBmG8V7qA,748
|
395
|
+
vellum/types/test_case_search_results_variable_value.py,sha256=v3dbTBYzwLiqJcfT2HQJFOVHG9LbfKFNmvbjiMCugNE,836
|
396
|
+
vellum/types/test_case_string_variable_value.py,sha256=jeVC226M2hL1rvayOJ0hrC-8ABTGgmJCN2RB2-KKdw4,743
|
397
|
+
vellum/types/test_case_variable_value.py,sha256=NThsFMSIyLi3bF4Z9aQjKMKh4828hfDXc6hamBBQvXk,1013
|
398
|
+
vellum/types/test_suite_run_deployment_release_tag_exec_config.py,sha256=g4U01glH0KRH-dEE2gWCN3EoUZwV6CGYLDhBzr3Eb_k,1154
|
399
|
+
vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py,sha256=0kgs_FP8-2YTmufor42V4J5Kbx_Grjo2LcgZgfBiYq0,928
|
400
|
+
vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py,sha256=cUr9LN4YLxkyMXI3wwemmKZtvxSi9K79kPJrmRyknKc,935
|
401
|
+
vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py,sha256=fyBRNbErOr1ixYs84JbvqM9yPEH1D-LDsfGVhIgsdZ4,1192
|
402
|
+
vellum/types/test_suite_run_exec_config.py,sha256=OuaNtd6ulP_Eq1ptz_YstJs5VtBOY3-p1XANEGnVwUA,530
|
403
|
+
vellum/types/test_suite_run_exec_config_request.py,sha256=GNwGzV6SZiZWThoy4lM5JpRyegoqy3ylHjB2Kj5WOXI,612
|
404
|
+
vellum/types/test_suite_run_execution.py,sha256=Kuiy5PUt0RSfyzVekvE9lKvwTbPT2mfW68VVxgxY3KU,864
|
405
|
+
vellum/types/test_suite_run_execution_array_output.py,sha256=WdT9K6fj4j1Y6nTyMKiIult9SWSUIXjmqbU1ssaTVgQ,881
|
406
|
+
vellum/types/test_suite_run_execution_chat_history_output.py,sha256=tzeWqczo04aXl-ALhfOHYEabrgOIqmG7E-nA5-l3dME,879
|
407
|
+
vellum/types/test_suite_run_execution_error_output.py,sha256=6UXaVzWivUTQ639W5Tb7EJIudV3Lj4tzkYp_eknAX90,839
|
408
|
+
vellum/types/test_suite_run_execution_function_call_output.py,sha256=jgAk0xgWnJudZh4VhDNb8HfgUAUHA6I8PK_2ExHW9hE,873
|
409
|
+
vellum/types/test_suite_run_execution_json_output.py,sha256=qO-EVGBzKU_zhGYo4hiOrIteymXEc5Hbsea5YC-cnXY,796
|
410
|
+
vellum/types/test_suite_run_execution_metric_definition.py,sha256=5Yd7aQK7vr5swpA8ciMwmMb12wismM5vgCOoGLlAFmU,679
|
411
|
+
vellum/types/test_suite_run_execution_metric_result.py,sha256=ANu2cAUOE8mEINWYdaUzYbJ7vXx7KYAhFniQ-emMGzo,924
|
412
|
+
vellum/types/test_suite_run_execution_number_output.py,sha256=qzD1sny1o6HDZXkGgvXOPclR4-L1VyAfLvQCnLnU_BM,799
|
413
|
+
vellum/types/test_suite_run_execution_output.py,sha256=jxZg_EOMwKjCDH0QyrecZyUW5OqCMMsWmk9PIwI8EUs,1171
|
414
|
+
vellum/types/test_suite_run_execution_search_results_output.py,sha256=30dcLuSRxFZWZgkU2iPNzKcTsT8tJrD1B91UDSaOp3M,890
|
415
|
+
vellum/types/test_suite_run_execution_string_output.py,sha256=0uSsRIOl6QrR1448JQx6pTxK2_AEgLl6sMkqkvNgzng,797
|
416
|
+
vellum/types/test_suite_run_external_exec_config.py,sha256=Ei9a5VkuTFXFroSG4TGyOedLY5_iWLzvGPajUIEhXDo,1085
|
417
|
+
vellum/types/test_suite_run_external_exec_config_data.py,sha256=tCbioorIkNJYmvaaX29TLug8JKH2Kh45swg2kl0Vl2M,818
|
418
|
+
vellum/types/test_suite_run_external_exec_config_data_request.py,sha256=KuNf7pnIVkcvJYFzyDs4TCBU5lWeIweAe9czD3jREzw,847
|
419
|
+
vellum/types/test_suite_run_external_exec_config_request.py,sha256=CwWiz7I1Yx4ETIRW_tr5ZwAnTGKyLlzuefqAExK4_LQ,1114
|
420
|
+
vellum/types/test_suite_run_metric_error_output.py,sha256=trW1KTH4SJafRfDFRyBS7TpzcT88tXkpWEoysij6IXQ,755
|
421
|
+
vellum/types/test_suite_run_metric_number_output.py,sha256=8pddeSds6Rrn0xGqyvgPsG1hr1tu6eOiQAp8kkM_aBk,739
|
422
|
+
vellum/types/test_suite_run_metric_output.py,sha256=ZrDEp3_1nao9KdBHR3eqgDkHWu1SvFP_JSmsU83RT1s,459
|
423
|
+
vellum/types/test_suite_run_metric_string_output.py,sha256=YXerGfpvJdBtKrzgutSqEfG-N6cZoeOL59qZ5k6DwQA,737
|
424
|
+
vellum/types/test_suite_run_read.py,sha256=oBA5_N6tUgc9wTM2I06d_1F7B5ZQcndPFumyZH4J1PM,1222
|
425
|
+
vellum/types/test_suite_run_state.py,sha256=E4f_AfzXBnxhObLLZ12dBzdoYlRm-gaTqkzrZQ_KfCo,197
|
426
|
+
vellum/types/test_suite_run_test_suite.py,sha256=Wcmbk1XglVFKiDcqxsW7-c7QtOrIqJBK-vWXKXvORXY,602
|
427
|
+
vellum/types/test_suite_run_workflow_release_tag_exec_config.py,sha256=0ANnBKsPqBNdEoZGEfwRzZKbXbzT24T2YNC7c-3Qy1M,1144
|
428
|
+
vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py,sha256=Omps96mVTbhyg8ZknhAdtAC4TU4J1OG_Y2yqwlovNbU,941
|
429
|
+
vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py,sha256=n3rbUAmoqjn-U-C6GJL-zVJJf0n_J-6rLIeH0tm3Ixg,948
|
430
|
+
vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py,sha256=tEknB5YPt5zLKTkXnsuWaPRkFPHpIDQImREmlONfMIo,1182
|
431
|
+
vellum/types/test_suite_test_case.py,sha256=nKt8PV2mZtUHNjqMus3WMXnbKXDWLE6vfH24C9Amyro,837
|
432
|
+
vellum/types/test_suite_test_case_bulk_operation_request.py,sha256=czPKFQBdm-Fil_sx8zxUgR9DJSJfAlL6uB6KcRzwwbU,767
|
433
|
+
vellum/types/test_suite_test_case_bulk_result.py,sha256=b_jDXDB0gWAGsWyf04UJhRwVCUe5kTu8S7gh78_yYF0,648
|
434
|
+
vellum/types/test_suite_test_case_create_bulk_operation_request.py,sha256=rmKbdywicfbx3I4gjSSPhwOJgEC6nWjzIDiH6q91RbE,1006
|
435
|
+
vellum/types/test_suite_test_case_created_bulk_result.py,sha256=VPAkf3aIrNZnp-fg7ngIZ0RiMLm5Z_9VzJ-2qzAZZOw,848
|
436
|
+
vellum/types/test_suite_test_case_created_bulk_result_data.py,sha256=eTszio4NinfSkpJn_mk6DAzn0u9_JeME8g7P_MVipfg,650
|
437
|
+
vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py,sha256=rMzoLHZgzDyNYXM9kS6UkWmKQkL1RPwRzPO1cqe1T00,588
|
438
|
+
vellum/types/test_suite_test_case_delete_bulk_operation_request.py,sha256=A95jxH3q22KYRATc_UYM5-Snn_95P6CuBrosgLbFh7I,1141
|
439
|
+
vellum/types/test_suite_test_case_deleted_bulk_result.py,sha256=edvZfAhNONFlxtLoIT4Nwp9Jb6s2B86fdfu76Gbs5Xw,1012
|
440
|
+
vellum/types/test_suite_test_case_deleted_bulk_result_data.py,sha256=H5La2h0P0hYMPM0Ez9nSpWhlR1ca9h1W-uz_dxYd2rE,649
|
441
|
+
vellum/types/test_suite_test_case_rejected_bulk_result.py,sha256=tKyUPzR8LozrctBmmyBHkXH-r2ujo5hoQxFbaCMGL9g,1043
|
442
|
+
vellum/types/test_suite_test_case_replace_bulk_operation_request.py,sha256=piNauk_DrQ50L2N5BwAn4s8HnyZLI_MW5C9gLPp4FR0,1013
|
443
|
+
vellum/types/test_suite_test_case_replaced_bulk_result.py,sha256=BIlXI7udygWrwtyRhCl8hmExHbkAl9lI8s3sm1G5iGc,1019
|
444
|
+
vellum/types/test_suite_test_case_replaced_bulk_result_data.py,sha256=ORmcUvwzvRLRaoFhxdXFIKzPxOI6PU1kESl0R6rsJuw,651
|
445
|
+
vellum/types/test_suite_test_case_upsert_bulk_operation_request.py,sha256=4CfxsFznG0xp_FHSExZsdnAaWpcByM0MCl2VKRckJX8,1007
|
446
|
+
vellum/types/tik_token_tokenizer_config.py,sha256=IuAp8DY8IgTvdVWZx5kQiW_IHORgFzoHGqYv4QHFYFE,693
|
447
|
+
vellum/types/tik_token_tokenizer_config_request.py,sha256=2EJcp85_6-E-0W6e5tWfl9y8MW5__rJWAj87YYNM55E,700
|
448
|
+
vellum/types/token_overlapping_window_chunker_config.py,sha256=_8vR9AiZQmb5OA3OojbjuTOGiGNTS9EY0vXrmej_TM0,731
|
449
|
+
vellum/types/token_overlapping_window_chunker_config_request.py,sha256=O58w5om6EsCgZeqM7n3KSzwo1PqINyHWln46EFW4Inc,738
|
450
|
+
vellum/types/token_overlapping_window_chunking.py,sha256=TghiPKWZg3Eg_UzGI9VmjQgVPZFABrnhfsz4iPLEem8,889
|
451
|
+
vellum/types/token_overlapping_window_chunking_request.py,sha256=IjCs9UDrwBT6tnffdInd3278Lg2L46jXgn0V-sEBwb0,918
|
452
|
+
vellum/types/upload_document_response.py,sha256=6_5Cm4yBPq5nD-rEql6GsmrAtSVVtNRczOL5YwsBVMI,649
|
453
|
+
vellum/types/upsert_test_suite_test_case_request.py,sha256=nBL0DR9SksQCLA9MhmwHNEOsmdY7bklXsrtge-ywANI,1812
|
454
|
+
vellum/types/vellum_error.py,sha256=jCKfuCkDTiyFb1-QyP2cg0wReja6wMuooKPAjNhBA0M,643
|
455
|
+
vellum/types/vellum_error_code_enum.py,sha256=87F6QjCk6b6x-fcIsf0qGpKTZsn6zn984TL_LOFjVZU,233
|
456
|
+
vellum/types/vellum_error_request.py,sha256=RacXJoIgR8MeXXWDMI76pkxLBhCRgHnbj-aIJytZtP4,650
|
457
|
+
vellum/types/vellum_image.py,sha256=wkFRgxOkxFPrmRdWTO58_41_vk0HYn5k4xsc-5ywxEs,637
|
458
|
+
vellum/types/vellum_image_request.py,sha256=_Gr4L7PSY8PNQINyTy04hPdwLc8_bR1RTUWZ73RQRYM,644
|
459
|
+
vellum/types/vellum_variable.py,sha256=yOKGSO-XD3YFpsy113Kvw7VCTdxgqlBXCIprU7MazNA,650
|
460
|
+
vellum/types/vellum_variable_type.py,sha256=uHeBCGi7U_SksgKOxtvI4KxYffD4BD2TlddTPo_LUSM,281
|
461
|
+
vellum/types/visibility_enum.py,sha256=TMU4o6FI5dT5XGgPrMsSCkCoBZ0jUkuGxV9_BWFMGIU,182
|
462
|
+
vellum/types/workflow_deployment_read.py,sha256=t66IztuadJoTJqBgGz7UbpELOW-weC-AA69eWQPhjTU,2134
|
463
|
+
vellum/types/workflow_event_error.py,sha256=HIewu_kh3KNPpWegAQArvAGHCp-cBIXqlUAAc_dBZhc,687
|
464
|
+
vellum/types/workflow_execution_actual_chat_history_request.py,sha256=L6U8tgM7SiU4qGJMZChFzj6HfHgO-YAlTXfbT7ZIaE4,1993
|
465
|
+
vellum/types/workflow_execution_actual_json_request.py,sha256=5QYaPCSOwFnjH_kTrB2bTznTMFExSZdBhTkmelf1h4Q,1931
|
466
|
+
vellum/types/workflow_execution_actual_string_request.py,sha256=1optEDv090iVev1l0Z9cgZ1NfNrHp2VRiNjmS7f7jtc,1895
|
467
|
+
vellum/types/workflow_execution_event_error_code.py,sha256=Vf-MTOx0KclZp35aajWDHSdtwGgg0LWvM5yVQfnXYc4,425
|
468
|
+
vellum/types/workflow_execution_event_type.py,sha256=ESKqV3ItoAlqBooruf-i0AnmEh_GvCySZ0Co3r9Bvt0,170
|
469
|
+
vellum/types/workflow_execution_node_result_event.py,sha256=eesFa5OB9ev86-Gqstd0RHqibY9G11iPjM6YhZhTFYI,887
|
470
|
+
vellum/types/workflow_execution_workflow_result_event.py,sha256=gqJRm-VxltBknnJ1LTnJffUD1qN29qiw2ZWzKhaIqkg,890
|
471
|
+
vellum/types/workflow_expand_meta_request.py,sha256=XOqufKO7gHAumATiJGgxzOYWvGx_iZsf3A49JKs4LJ8,771
|
472
|
+
vellum/types/workflow_node_result_data.py,sha256=fRzWA8CdNCNxk1FuARCJz1rg9LqAwKx-RZYcx5W32Hs,951
|
473
|
+
vellum/types/workflow_node_result_event.py,sha256=qnhruqkIcKRqP8uB-o-27shcruiT2pjgD7wdrPcp0NE,603
|
474
|
+
vellum/types/workflow_node_result_event_state.py,sha256=cC3CdfmXR8bPzSG4W6vDnndA9HAnfF3v4UzmyeVwxog,209
|
475
|
+
vellum/types/workflow_output.py,sha256=gtqJeAoVE56QS8N0muYpXxaTUR1O9iFm2YIN_FmOEjk,902
|
476
|
+
vellum/types/workflow_output_array.py,sha256=ZhhEWmS_jlbrWvyQX6z-31bD8lJ29DEHomA1zg15xRw,895
|
477
|
+
vellum/types/workflow_output_chat_history.py,sha256=oBoq6b9tJGyIzZAe7NWvoBKWeE5o7NgtlY6yiJtp3lM,892
|
478
|
+
vellum/types/workflow_output_error.py,sha256=bJWwndZxiO6vWP2bM0jlD1oarlpSAjbE3n9kzOWbpGs,853
|
479
|
+
vellum/types/workflow_output_function_call.py,sha256=HkfqsC86OMhlXr80CFDWuxKALNWb-JsQMOoDuzxourg,886
|
480
|
+
vellum/types/workflow_output_image.py,sha256=bKegpY66KLPAPySgVOyGERwCmIWarNdo8_nHhhkHhLQ,853
|
481
|
+
vellum/types/workflow_output_json.py,sha256=MiCF-mq121YKZmYeaVpb3Tgh4XYqWjNgo3uMfjr4x5w,809
|
482
|
+
vellum/types/workflow_output_number.py,sha256=p8APNBpl6c3e3dxCFvZtL0jyKOmu9s6LkY3vgXwhTMw,812
|
483
|
+
vellum/types/workflow_output_search_results.py,sha256=r3RRGVVrH2H9NAuxA7qmG8lponyeLHHhCx6AUiMYWzc,903
|
484
|
+
vellum/types/workflow_output_string.py,sha256=_jclzbQ-Wlf-7FEVTWXhs9h5FWfj4xGpiODZBOzT43w,810
|
485
|
+
vellum/types/workflow_release_tag_read.py,sha256=S7ekl01oVDetL8R7MdBTb4cDhHN0W0iHGNJ1-ZpY3Tc,1155
|
486
|
+
vellum/types/workflow_release_tag_workflow_deployment_history_item.py,sha256=pjWobdk9mZD3Px86rwFHfs_PYJBGXDKQUkxsgNEe6EA,825
|
487
|
+
vellum/types/workflow_request_chat_history_input_request.py,sha256=WCZvwDuNS8ylWOOoKD3t7fHLSYB0h-fVCqeDRzqPoPA,898
|
488
|
+
vellum/types/workflow_request_input_request.py,sha256=wgbKgKy-ftTzc6VMsgPkIiHaAujSiJjLizp2GfksX-A,632
|
489
|
+
vellum/types/workflow_request_json_input_request.py,sha256=o3zGNLQSEhV7D92ux4s5HG785gA2Qol7sQLM3Bpn0iE,817
|
490
|
+
vellum/types/workflow_request_number_input_request.py,sha256=lVZkxjHMSnGmrqx81gfUaT9-rk79B58dg0TXOMofLpo,796
|
491
|
+
vellum/types/workflow_request_string_input_request.py,sha256=iAGQ-_ma_uGo4Bgbhk_o4DRdyjtoGCPAwhXNlVnQdiI,794
|
492
|
+
vellum/types/workflow_result_event.py,sha256=sggVFpR7NASnDU1KOi1VWhrYXXKS4r2XbccIO3Oz5JU,1203
|
493
|
+
vellum/types/workflow_result_event_output_data.py,sha256=1LgqyZDf4BwfO3nXClcj_5R9DmAz_b-woHn9Exx7Wc8,1221
|
494
|
+
vellum/types/workflow_result_event_output_data_array.py,sha256=qD3krNhDNzoXoTEwisJVEq8_I_bxxYMs7vRErhodkUo,1170
|
495
|
+
vellum/types/workflow_result_event_output_data_chat_history.py,sha256=eMGvXvXOmQj_Ph7W4iiBqOgqTXsdV559EgWxzmhWckg,1161
|
496
|
+
vellum/types/workflow_result_event_output_data_error.py,sha256=xZyq0HNGlpZKribpHBOAouHzfnyQQJVy_Soe3R_p52U,1122
|
497
|
+
vellum/types/workflow_result_event_output_data_function_call.py,sha256=v4ucbs_fxSo5Fe7ilHaxlfSgjltipD6CylMdYkHBkb0,1155
|
498
|
+
vellum/types/workflow_result_event_output_data_json.py,sha256=8MrgcTSVUbyJTVQGZzPvBI2fvZRRyI3CpyKS3cOsuz4,1078
|
499
|
+
vellum/types/workflow_result_event_output_data_number.py,sha256=OZYYUF3ayq7gyaesRK3YRaTMVgxFdeFGtOpTPWX10yk,1081
|
500
|
+
vellum/types/workflow_result_event_output_data_search_results.py,sha256=U34IK7ZvBG70ZBO4SEqbaNzIrV9Zn1NXabNh3M9v_hg,1172
|
501
|
+
vellum/types/workflow_result_event_output_data_string.py,sha256=tM3kgh6tEhD0dFEb_7UU0-UspeN4pUdINCcCrD64W74,1228
|
502
|
+
vellum/types/workflow_stream_event.py,sha256=Wn3Yzuy9MqWAeo8tEaXDTKDEbJoA8DdYdMVq8EKuhu8,361
|
503
|
+
vellum/version.py,sha256=jq-1PlAYxN9AXuaZqbYk9ak27SgE2lw9Ia5gx1b1gVI,76
|
504
|
+
vellum_ai-0.8.4.dist-info/LICENSE,sha256=CcaljEIoOBaU-wItPH4PmM_mDCGpyuUY0Er1BGu5Ti8,1073
|
505
|
+
vellum_ai-0.8.4.dist-info/METADATA,sha256=MyWBZxg5ah4AVM7zxPYlMwtguMwW4DFwfI2rbLwO_oM,4394
|
506
|
+
vellum_ai-0.8.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
507
|
+
vellum_ai-0.8.4.dist-info/RECORD,,
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
2
|
-
|
3
|
-
from __future__ import annotations
|
4
|
-
|
5
|
-
import datetime as dt
|
6
|
-
import typing
|
7
|
-
|
8
|
-
from ..core.datetime_utils import serialize_datetime
|
9
|
-
from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
|
10
|
-
|
11
|
-
|
12
|
-
class SearchResultMetaSource_Pdf(pydantic_v1.BaseModel):
|
13
|
-
start_page_num: typing.Optional[int] = None
|
14
|
-
end_page_num: typing.Optional[int] = None
|
15
|
-
document_type: typing.Literal["PDF"] = "PDF"
|
16
|
-
|
17
|
-
def json(self, **kwargs: typing.Any) -> str:
|
18
|
-
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
19
|
-
return super().json(**kwargs_with_defaults)
|
20
|
-
|
21
|
-
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
22
|
-
kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
23
|
-
kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
|
24
|
-
|
25
|
-
return deep_union_pydantic_dicts(
|
26
|
-
super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
|
27
|
-
)
|
28
|
-
|
29
|
-
class Config:
|
30
|
-
frozen = True
|
31
|
-
smart_union = True
|
32
|
-
extra = pydantic_v1.Extra.allow
|
33
|
-
json_encoders = {dt.datetime: serialize_datetime}
|
34
|
-
|
35
|
-
|
36
|
-
SearchResultMetaSource = SearchResultMetaSource_Pdf
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
2
|
-
|
3
|
-
from __future__ import annotations
|
4
|
-
|
5
|
-
import datetime as dt
|
6
|
-
import typing
|
7
|
-
|
8
|
-
from ..core.datetime_utils import serialize_datetime
|
9
|
-
from ..core.pydantic_utilities import deep_union_pydantic_dicts, pydantic_v1
|
10
|
-
|
11
|
-
|
12
|
-
class SearchResultMetaSourceRequest_Pdf(pydantic_v1.BaseModel):
|
13
|
-
start_page_num: typing.Optional[int] = None
|
14
|
-
end_page_num: typing.Optional[int] = None
|
15
|
-
document_type: typing.Literal["PDF"] = "PDF"
|
16
|
-
|
17
|
-
def json(self, **kwargs: typing.Any) -> str:
|
18
|
-
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
19
|
-
return super().json(**kwargs_with_defaults)
|
20
|
-
|
21
|
-
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
22
|
-
kwargs_with_defaults_exclude_unset: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
23
|
-
kwargs_with_defaults_exclude_none: typing.Any = {"by_alias": True, "exclude_none": True, **kwargs}
|
24
|
-
|
25
|
-
return deep_union_pydantic_dicts(
|
26
|
-
super().dict(**kwargs_with_defaults_exclude_unset), super().dict(**kwargs_with_defaults_exclude_none)
|
27
|
-
)
|
28
|
-
|
29
|
-
class Config:
|
30
|
-
frozen = True
|
31
|
-
smart_union = True
|
32
|
-
extra = pydantic_v1.Extra.allow
|
33
|
-
json_encoders = {dt.datetime: serialize_datetime}
|
34
|
-
|
35
|
-
|
36
|
-
SearchResultMetaSourceRequest = SearchResultMetaSourceRequest_Pdf
|