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
vellum/types/__init__.py
CHANGED
@@ -4,46 +4,12 @@ from .add_openai_api_key_enum import AddOpenaiApiKeyEnum
|
|
4
4
|
from .api_node_result import ApiNodeResult
|
5
5
|
from .api_node_result_data import ApiNodeResultData
|
6
6
|
from .array_chat_message_content import ArrayChatMessageContent
|
7
|
-
from .array_chat_message_content_item import
|
8
|
-
|
9
|
-
ArrayChatMessageContentItem_FunctionCall,
|
10
|
-
ArrayChatMessageContentItem_Image,
|
11
|
-
ArrayChatMessageContentItem_String,
|
12
|
-
)
|
13
|
-
from .array_chat_message_content_item_request import (
|
14
|
-
ArrayChatMessageContentItemRequest,
|
15
|
-
ArrayChatMessageContentItemRequest_FunctionCall,
|
16
|
-
ArrayChatMessageContentItemRequest_Image,
|
17
|
-
ArrayChatMessageContentItemRequest_String,
|
18
|
-
)
|
7
|
+
from .array_chat_message_content_item import ArrayChatMessageContentItem
|
8
|
+
from .array_chat_message_content_item_request import ArrayChatMessageContentItemRequest
|
19
9
|
from .array_chat_message_content_request import ArrayChatMessageContentRequest
|
20
|
-
from .array_variable_value_item import
|
21
|
-
|
22
|
-
|
23
|
-
ArrayVariableValueItem_FunctionCall,
|
24
|
-
ArrayVariableValueItem_Image,
|
25
|
-
ArrayVariableValueItem_Json,
|
26
|
-
ArrayVariableValueItem_Number,
|
27
|
-
ArrayVariableValueItem_String,
|
28
|
-
)
|
29
|
-
from .array_vellum_value_item import (
|
30
|
-
ArrayVellumValueItem,
|
31
|
-
ArrayVellumValueItem_Error,
|
32
|
-
ArrayVellumValueItem_FunctionCall,
|
33
|
-
ArrayVellumValueItem_Image,
|
34
|
-
ArrayVellumValueItem_Json,
|
35
|
-
ArrayVellumValueItem_Number,
|
36
|
-
ArrayVellumValueItem_String,
|
37
|
-
)
|
38
|
-
from .array_vellum_value_item_request import (
|
39
|
-
ArrayVellumValueItemRequest,
|
40
|
-
ArrayVellumValueItemRequest_Error,
|
41
|
-
ArrayVellumValueItemRequest_FunctionCall,
|
42
|
-
ArrayVellumValueItemRequest_Image,
|
43
|
-
ArrayVellumValueItemRequest_Json,
|
44
|
-
ArrayVellumValueItemRequest_Number,
|
45
|
-
ArrayVellumValueItemRequest_String,
|
46
|
-
)
|
10
|
+
from .array_variable_value_item import ArrayVariableValueItem
|
11
|
+
from .array_vellum_value_item import ArrayVellumValueItem
|
12
|
+
from .array_vellum_value_item_request import ArrayVellumValueItemRequest
|
47
13
|
from .basic_vectorizer_intfloat_multilingual_e_5_large import BasicVectorizerIntfloatMultilingualE5Large
|
48
14
|
from .basic_vectorizer_intfloat_multilingual_e_5_large_request import BasicVectorizerIntfloatMultilingualE5LargeRequest
|
49
15
|
from .basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1 import (
|
@@ -60,20 +26,8 @@ from .basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request
|
|
60
26
|
)
|
61
27
|
from .chat_history_input_request import ChatHistoryInputRequest
|
62
28
|
from .chat_message import ChatMessage
|
63
|
-
from .chat_message_content import
|
64
|
-
|
65
|
-
ChatMessageContent_Array,
|
66
|
-
ChatMessageContent_FunctionCall,
|
67
|
-
ChatMessageContent_Image,
|
68
|
-
ChatMessageContent_String,
|
69
|
-
)
|
70
|
-
from .chat_message_content_request import (
|
71
|
-
ChatMessageContentRequest,
|
72
|
-
ChatMessageContentRequest_Array,
|
73
|
-
ChatMessageContentRequest_FunctionCall,
|
74
|
-
ChatMessageContentRequest_Image,
|
75
|
-
ChatMessageContentRequest_String,
|
76
|
-
)
|
29
|
+
from .chat_message_content import ChatMessageContent
|
30
|
+
from .chat_message_content_request import ChatMessageContentRequest
|
77
31
|
from .chat_message_request import ChatMessageRequest
|
78
32
|
from .chat_message_role import ChatMessageRole
|
79
33
|
from .code_execution_node_array_result import CodeExecutionNodeArrayResult
|
@@ -84,21 +38,13 @@ from .code_execution_node_json_result import CodeExecutionNodeJsonResult
|
|
84
38
|
from .code_execution_node_number_result import CodeExecutionNodeNumberResult
|
85
39
|
from .code_execution_node_result import CodeExecutionNodeResult
|
86
40
|
from .code_execution_node_result_data import CodeExecutionNodeResultData
|
87
|
-
from .code_execution_node_result_output import
|
88
|
-
CodeExecutionNodeResultOutput,
|
89
|
-
CodeExecutionNodeResultOutput_Array,
|
90
|
-
CodeExecutionNodeResultOutput_ChatHistory,
|
91
|
-
CodeExecutionNodeResultOutput_Error,
|
92
|
-
CodeExecutionNodeResultOutput_FunctionCall,
|
93
|
-
CodeExecutionNodeResultOutput_Json,
|
94
|
-
CodeExecutionNodeResultOutput_Number,
|
95
|
-
CodeExecutionNodeResultOutput_SearchResults,
|
96
|
-
CodeExecutionNodeResultOutput_String,
|
97
|
-
)
|
41
|
+
from .code_execution_node_result_output import CodeExecutionNodeResultOutput
|
98
42
|
from .code_execution_node_search_results_result import CodeExecutionNodeSearchResultsResult
|
99
43
|
from .code_execution_node_string_result import CodeExecutionNodeStringResult
|
100
44
|
from .compile_prompt_deployment_expand_meta_request import CompilePromptDeploymentExpandMetaRequest
|
101
45
|
from .compile_prompt_meta import CompilePromptMeta
|
46
|
+
from .components_schemas_pdf_search_result_meta_source import ComponentsSchemasPdfSearchResultMetaSource
|
47
|
+
from .components_schemas_pdf_search_result_meta_source_request import ComponentsSchemasPdfSearchResultMetaSourceRequest
|
102
48
|
from .conditional_node_result import ConditionalNodeResult
|
103
49
|
from .conditional_node_result_data import ConditionalNodeResultData
|
104
50
|
from .create_test_suite_test_case_request import CreateTestSuiteTestCaseRequest
|
@@ -108,18 +54,8 @@ from .deployment_read import DeploymentRead
|
|
108
54
|
from .deployment_release_tag_deployment_history_item import DeploymentReleaseTagDeploymentHistoryItem
|
109
55
|
from .deployment_release_tag_read import DeploymentReleaseTagRead
|
110
56
|
from .document_document_to_document_index import DocumentDocumentToDocumentIndex
|
111
|
-
from .document_index_chunking import
|
112
|
-
|
113
|
-
DocumentIndexChunking_ReductoChunker,
|
114
|
-
DocumentIndexChunking_SentenceChunker,
|
115
|
-
DocumentIndexChunking_TokenOverlappingWindowChunker,
|
116
|
-
)
|
117
|
-
from .document_index_chunking_request import (
|
118
|
-
DocumentIndexChunkingRequest,
|
119
|
-
DocumentIndexChunkingRequest_ReductoChunker,
|
120
|
-
DocumentIndexChunkingRequest_SentenceChunker,
|
121
|
-
DocumentIndexChunkingRequest_TokenOverlappingWindowChunker,
|
122
|
-
)
|
57
|
+
from .document_index_chunking import DocumentIndexChunking
|
58
|
+
from .document_index_chunking_request import DocumentIndexChunkingRequest
|
123
59
|
from .document_index_indexing_config import DocumentIndexIndexingConfig
|
124
60
|
from .document_index_indexing_config_request import DocumentIndexIndexingConfigRequest
|
125
61
|
from .document_index_read import DocumentIndexRead
|
@@ -131,24 +67,10 @@ from .environment_enum import EnvironmentEnum
|
|
131
67
|
from .error_variable_value import ErrorVariableValue
|
132
68
|
from .error_vellum_value import ErrorVellumValue
|
133
69
|
from .error_vellum_value_request import ErrorVellumValueRequest
|
134
|
-
from .execute_prompt_event import
|
135
|
-
|
136
|
-
ExecutePromptEvent_Fulfilled,
|
137
|
-
ExecutePromptEvent_Initiated,
|
138
|
-
ExecutePromptEvent_Rejected,
|
139
|
-
ExecutePromptEvent_Streaming,
|
140
|
-
)
|
141
|
-
from .execute_prompt_response import (
|
142
|
-
ExecutePromptResponse,
|
143
|
-
ExecutePromptResponse_Fulfilled,
|
144
|
-
ExecutePromptResponse_Rejected,
|
145
|
-
)
|
70
|
+
from .execute_prompt_event import ExecutePromptEvent
|
71
|
+
from .execute_prompt_response import ExecutePromptResponse
|
146
72
|
from .execute_workflow_response import ExecuteWorkflowResponse
|
147
|
-
from .execute_workflow_workflow_result_event import
|
148
|
-
ExecuteWorkflowWorkflowResultEvent,
|
149
|
-
ExecuteWorkflowWorkflowResultEvent_Fulfilled,
|
150
|
-
ExecuteWorkflowWorkflowResultEvent_Rejected,
|
151
|
-
)
|
73
|
+
from .execute_workflow_workflow_result_event import ExecuteWorkflowWorkflowResultEvent
|
152
74
|
from .execution_array_vellum_value import ExecutionArrayVellumValue
|
153
75
|
from .execution_chat_history_vellum_value import ExecutionChatHistoryVellumValue
|
154
76
|
from .execution_error_vellum_value import ExecutionErrorVellumValue
|
@@ -157,17 +79,7 @@ from .execution_json_vellum_value import ExecutionJsonVellumValue
|
|
157
79
|
from .execution_number_vellum_value import ExecutionNumberVellumValue
|
158
80
|
from .execution_search_results_vellum_value import ExecutionSearchResultsVellumValue
|
159
81
|
from .execution_string_vellum_value import ExecutionStringVellumValue
|
160
|
-
from .execution_vellum_value import
|
161
|
-
ExecutionVellumValue,
|
162
|
-
ExecutionVellumValue_Array,
|
163
|
-
ExecutionVellumValue_ChatHistory,
|
164
|
-
ExecutionVellumValue_Error,
|
165
|
-
ExecutionVellumValue_FunctionCall,
|
166
|
-
ExecutionVellumValue_Json,
|
167
|
-
ExecutionVellumValue_Number,
|
168
|
-
ExecutionVellumValue_SearchResults,
|
169
|
-
ExecutionVellumValue_String,
|
170
|
-
)
|
82
|
+
from .execution_vellum_value import ExecutionVellumValue
|
171
83
|
from .external_test_case_execution import ExternalTestCaseExecution
|
172
84
|
from .external_test_case_execution_request import ExternalTestCaseExecutionRequest
|
173
85
|
from .finish_reason_enum import FinishReasonEnum
|
@@ -205,26 +117,8 @@ from .image_chat_message_content_request import ImageChatMessageContentRequest
|
|
205
117
|
from .image_variable_value import ImageVariableValue
|
206
118
|
from .image_vellum_value import ImageVellumValue
|
207
119
|
from .image_vellum_value_request import ImageVellumValueRequest
|
208
|
-
from .indexing_config_vectorizer import
|
209
|
-
|
210
|
-
IndexingConfigVectorizer_HkunlpInstructorXl,
|
211
|
-
IndexingConfigVectorizer_IntfloatMultilingualE5Large,
|
212
|
-
IndexingConfigVectorizer_SentenceTransformersMultiQaMpnetBaseCosV1,
|
213
|
-
IndexingConfigVectorizer_SentenceTransformersMultiQaMpnetBaseDotV1,
|
214
|
-
IndexingConfigVectorizer_TextEmbedding3Large,
|
215
|
-
IndexingConfigVectorizer_TextEmbedding3Small,
|
216
|
-
IndexingConfigVectorizer_TextEmbeddingAda002,
|
217
|
-
)
|
218
|
-
from .indexing_config_vectorizer_request import (
|
219
|
-
IndexingConfigVectorizerRequest,
|
220
|
-
IndexingConfigVectorizerRequest_HkunlpInstructorXl,
|
221
|
-
IndexingConfigVectorizerRequest_IntfloatMultilingualE5Large,
|
222
|
-
IndexingConfigVectorizerRequest_SentenceTransformersMultiQaMpnetBaseCosV1,
|
223
|
-
IndexingConfigVectorizerRequest_SentenceTransformersMultiQaMpnetBaseDotV1,
|
224
|
-
IndexingConfigVectorizerRequest_TextEmbedding3Large,
|
225
|
-
IndexingConfigVectorizerRequest_TextEmbedding3Small,
|
226
|
-
IndexingConfigVectorizerRequest_TextEmbeddingAda002,
|
227
|
-
)
|
120
|
+
from .indexing_config_vectorizer import IndexingConfigVectorizer
|
121
|
+
from .indexing_config_vectorizer_request import IndexingConfigVectorizerRequest
|
228
122
|
from .indexing_state_enum import IndexingStateEnum
|
229
123
|
from .initiated_execute_prompt_event import InitiatedExecutePromptEvent
|
230
124
|
from .initiated_prompt_execution_meta import InitiatedPromptExecutionMeta
|
@@ -267,25 +161,12 @@ from .ml_model_request_config import MlModelRequestConfig
|
|
267
161
|
from .ml_model_request_config_request import MlModelRequestConfigRequest
|
268
162
|
from .ml_model_response_config import MlModelResponseConfig
|
269
163
|
from .ml_model_response_config_request import MlModelResponseConfigRequest
|
270
|
-
from .ml_model_tokenizer_config import
|
271
|
-
|
272
|
-
MlModelTokenizerConfig_HuggingFace,
|
273
|
-
MlModelTokenizerConfig_Tiktoken,
|
274
|
-
)
|
275
|
-
from .ml_model_tokenizer_config_request import (
|
276
|
-
MlModelTokenizerConfigRequest,
|
277
|
-
MlModelTokenizerConfigRequest_HuggingFace,
|
278
|
-
MlModelTokenizerConfigRequest_Tiktoken,
|
279
|
-
)
|
164
|
+
from .ml_model_tokenizer_config import MlModelTokenizerConfig
|
165
|
+
from .ml_model_tokenizer_config_request import MlModelTokenizerConfigRequest
|
280
166
|
from .ml_model_usage import MlModelUsage
|
281
167
|
from .named_scenario_input_chat_history_variable_value_request import NamedScenarioInputChatHistoryVariableValueRequest
|
282
168
|
from .named_scenario_input_json_variable_value_request import NamedScenarioInputJsonVariableValueRequest
|
283
|
-
from .named_scenario_input_request import
|
284
|
-
NamedScenarioInputRequest,
|
285
|
-
NamedScenarioInputRequest_ChatHistory,
|
286
|
-
NamedScenarioInputRequest_Json,
|
287
|
-
NamedScenarioInputRequest_String,
|
288
|
-
)
|
169
|
+
from .named_scenario_input_request import NamedScenarioInputRequest
|
289
170
|
from .named_scenario_input_string_variable_value_request import NamedScenarioInputStringVariableValueRequest
|
290
171
|
from .named_test_case_array_variable_value import NamedTestCaseArrayVariableValue
|
291
172
|
from .named_test_case_array_variable_value_request import NamedTestCaseArrayVariableValueRequest
|
@@ -303,28 +184,8 @@ from .named_test_case_search_results_variable_value import NamedTestCaseSearchRe
|
|
303
184
|
from .named_test_case_search_results_variable_value_request import NamedTestCaseSearchResultsVariableValueRequest
|
304
185
|
from .named_test_case_string_variable_value import NamedTestCaseStringVariableValue
|
305
186
|
from .named_test_case_string_variable_value_request import NamedTestCaseStringVariableValueRequest
|
306
|
-
from .named_test_case_variable_value import
|
307
|
-
|
308
|
-
NamedTestCaseVariableValue_Array,
|
309
|
-
NamedTestCaseVariableValue_ChatHistory,
|
310
|
-
NamedTestCaseVariableValue_Error,
|
311
|
-
NamedTestCaseVariableValue_FunctionCall,
|
312
|
-
NamedTestCaseVariableValue_Json,
|
313
|
-
NamedTestCaseVariableValue_Number,
|
314
|
-
NamedTestCaseVariableValue_SearchResults,
|
315
|
-
NamedTestCaseVariableValue_String,
|
316
|
-
)
|
317
|
-
from .named_test_case_variable_value_request import (
|
318
|
-
NamedTestCaseVariableValueRequest,
|
319
|
-
NamedTestCaseVariableValueRequest_Array,
|
320
|
-
NamedTestCaseVariableValueRequest_ChatHistory,
|
321
|
-
NamedTestCaseVariableValueRequest_Error,
|
322
|
-
NamedTestCaseVariableValueRequest_FunctionCall,
|
323
|
-
NamedTestCaseVariableValueRequest_Json,
|
324
|
-
NamedTestCaseVariableValueRequest_Number,
|
325
|
-
NamedTestCaseVariableValueRequest_SearchResults,
|
326
|
-
NamedTestCaseVariableValueRequest_String,
|
327
|
-
)
|
187
|
+
from .named_test_case_variable_value import NamedTestCaseVariableValue
|
188
|
+
from .named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
|
328
189
|
from .node_input_compiled_array_value import NodeInputCompiledArrayValue
|
329
190
|
from .node_input_compiled_chat_history_value import NodeInputCompiledChatHistoryValue
|
330
191
|
from .node_input_compiled_error_value import NodeInputCompiledErrorValue
|
@@ -333,17 +194,7 @@ from .node_input_compiled_json_value import NodeInputCompiledJsonValue
|
|
333
194
|
from .node_input_compiled_number_value import NodeInputCompiledNumberValue
|
334
195
|
from .node_input_compiled_search_results_value import NodeInputCompiledSearchResultsValue
|
335
196
|
from .node_input_compiled_string_value import NodeInputCompiledStringValue
|
336
|
-
from .node_input_variable_compiled_value import
|
337
|
-
NodeInputVariableCompiledValue,
|
338
|
-
NodeInputVariableCompiledValue_Array,
|
339
|
-
NodeInputVariableCompiledValue_ChatHistory,
|
340
|
-
NodeInputVariableCompiledValue_Error,
|
341
|
-
NodeInputVariableCompiledValue_FunctionCall,
|
342
|
-
NodeInputVariableCompiledValue_Json,
|
343
|
-
NodeInputVariableCompiledValue_Number,
|
344
|
-
NodeInputVariableCompiledValue_SearchResults,
|
345
|
-
NodeInputVariableCompiledValue_String,
|
346
|
-
)
|
197
|
+
from .node_input_variable_compiled_value import NodeInputVariableCompiledValue
|
347
198
|
from .node_output_compiled_array_value import NodeOutputCompiledArrayValue
|
348
199
|
from .node_output_compiled_chat_history_value import NodeOutputCompiledChatHistoryValue
|
349
200
|
from .node_output_compiled_error_value import NodeOutputCompiledErrorValue
|
@@ -352,17 +203,7 @@ from .node_output_compiled_json_value import NodeOutputCompiledJsonValue
|
|
352
203
|
from .node_output_compiled_number_value import NodeOutputCompiledNumberValue
|
353
204
|
from .node_output_compiled_search_results_value import NodeOutputCompiledSearchResultsValue
|
354
205
|
from .node_output_compiled_string_value import NodeOutputCompiledStringValue
|
355
|
-
from .node_output_compiled_value import
|
356
|
-
NodeOutputCompiledValue,
|
357
|
-
NodeOutputCompiledValue_Array,
|
358
|
-
NodeOutputCompiledValue_ChatHistory,
|
359
|
-
NodeOutputCompiledValue_Error,
|
360
|
-
NodeOutputCompiledValue_FunctionCall,
|
361
|
-
NodeOutputCompiledValue_Json,
|
362
|
-
NodeOutputCompiledValue_Number,
|
363
|
-
NodeOutputCompiledValue_SearchResults,
|
364
|
-
NodeOutputCompiledValue_String,
|
365
|
-
)
|
206
|
+
from .node_output_compiled_value import NodeOutputCompiledValue
|
366
207
|
from .normalized_log_probs import NormalizedLogProbs
|
367
208
|
from .normalized_token_log_probs import NormalizedTokenLogProbs
|
368
209
|
from .number_variable_value import NumberVariableValue
|
@@ -390,30 +231,8 @@ from .open_api_object_property import OpenApiObjectProperty
|
|
390
231
|
from .open_api_object_property_request import OpenApiObjectPropertyRequest
|
391
232
|
from .open_api_one_of_property import OpenApiOneOfProperty
|
392
233
|
from .open_api_one_of_property_request import OpenApiOneOfPropertyRequest
|
393
|
-
from .open_api_property import
|
394
|
-
|
395
|
-
OpenApiProperty_Array,
|
396
|
-
OpenApiProperty_Boolean,
|
397
|
-
OpenApiProperty_Const,
|
398
|
-
OpenApiProperty_Integer,
|
399
|
-
OpenApiProperty_Number,
|
400
|
-
OpenApiProperty_Object,
|
401
|
-
OpenApiProperty_OneOf,
|
402
|
-
OpenApiProperty_Ref,
|
403
|
-
OpenApiProperty_String,
|
404
|
-
)
|
405
|
-
from .open_api_property_request import (
|
406
|
-
OpenApiPropertyRequest,
|
407
|
-
OpenApiPropertyRequest_Array,
|
408
|
-
OpenApiPropertyRequest_Boolean,
|
409
|
-
OpenApiPropertyRequest_Const,
|
410
|
-
OpenApiPropertyRequest_Integer,
|
411
|
-
OpenApiPropertyRequest_Number,
|
412
|
-
OpenApiPropertyRequest_Object,
|
413
|
-
OpenApiPropertyRequest_OneOf,
|
414
|
-
OpenApiPropertyRequest_Ref,
|
415
|
-
OpenApiPropertyRequest_String,
|
416
|
-
)
|
234
|
+
from .open_api_property import OpenApiProperty
|
235
|
+
from .open_api_property_request import OpenApiPropertyRequest
|
417
236
|
from .open_api_ref_property import OpenApiRefProperty
|
418
237
|
from .open_api_ref_property_request import OpenApiRefPropertyRequest
|
419
238
|
from .open_api_string_property import OpenApiStringProperty
|
@@ -430,23 +249,12 @@ from .pdf_search_result_meta_source_request import PdfSearchResultMetaSourceRequ
|
|
430
249
|
from .processing_failure_reason_enum import ProcessingFailureReasonEnum
|
431
250
|
from .processing_state_enum import ProcessingStateEnum
|
432
251
|
from .prompt_deployment_expand_meta_request_request import PromptDeploymentExpandMetaRequestRequest
|
433
|
-
from .prompt_deployment_input_request import
|
434
|
-
PromptDeploymentInputRequest,
|
435
|
-
PromptDeploymentInputRequest_ChatHistory,
|
436
|
-
PromptDeploymentInputRequest_Json,
|
437
|
-
PromptDeploymentInputRequest_String,
|
438
|
-
)
|
252
|
+
from .prompt_deployment_input_request import PromptDeploymentInputRequest
|
439
253
|
from .prompt_execution_meta import PromptExecutionMeta
|
440
254
|
from .prompt_node_execution_meta import PromptNodeExecutionMeta
|
441
255
|
from .prompt_node_result import PromptNodeResult
|
442
256
|
from .prompt_node_result_data import PromptNodeResultData
|
443
|
-
from .prompt_output import
|
444
|
-
PromptOutput,
|
445
|
-
PromptOutput_Error,
|
446
|
-
PromptOutput_FunctionCall,
|
447
|
-
PromptOutput_Json,
|
448
|
-
PromptOutput_String,
|
449
|
-
)
|
257
|
+
from .prompt_output import PromptOutput
|
450
258
|
from .raw_prompt_execution_overrides_request import RawPromptExecutionOverridesRequest
|
451
259
|
from .reducto_chunker_config import ReductoChunkerConfig
|
452
260
|
from .reducto_chunker_config_request import ReductoChunkerConfigRequest
|
@@ -460,7 +268,7 @@ from .rejected_workflow_node_result_event import RejectedWorkflowNodeResultEvent
|
|
460
268
|
from .release_tag_source import ReleaseTagSource
|
461
269
|
from .replace_test_suite_test_case_request import ReplaceTestSuiteTestCaseRequest
|
462
270
|
from .sandbox_scenario import SandboxScenario
|
463
|
-
from .scenario_input import ScenarioInput
|
271
|
+
from .scenario_input import ScenarioInput
|
464
272
|
from .scenario_input_chat_history_variable_value import ScenarioInputChatHistoryVariableValue
|
465
273
|
from .scenario_input_json_variable_value import ScenarioInputJsonVariableValue
|
466
274
|
from .scenario_input_string_variable_value import ScenarioInputStringVariableValue
|
@@ -475,8 +283,6 @@ from .search_result_document_request import SearchResultDocumentRequest
|
|
475
283
|
from .search_result_merging_request import SearchResultMergingRequest
|
476
284
|
from .search_result_meta import SearchResultMeta
|
477
285
|
from .search_result_meta_request import SearchResultMetaRequest
|
478
|
-
from .search_result_meta_source import SearchResultMetaSource, SearchResultMetaSource_Pdf
|
479
|
-
from .search_result_meta_source_request import SearchResultMetaSourceRequest, SearchResultMetaSourceRequest_Pdf
|
480
286
|
from .search_result_request import SearchResultRequest
|
481
287
|
from .search_weights_request import SearchWeightsRequest
|
482
288
|
from .sentence_chunker_config import SentenceChunkerConfig
|
@@ -496,12 +302,7 @@ from .string_variable_value import StringVariableValue
|
|
496
302
|
from .string_vellum_value import StringVellumValue
|
497
303
|
from .string_vellum_value_request import StringVellumValueRequest
|
498
304
|
from .submit_completion_actual_request import SubmitCompletionActualRequest
|
499
|
-
from .submit_workflow_execution_actual_request import
|
500
|
-
SubmitWorkflowExecutionActualRequest,
|
501
|
-
SubmitWorkflowExecutionActualRequest_ChatHistory,
|
502
|
-
SubmitWorkflowExecutionActualRequest_Json,
|
503
|
-
SubmitWorkflowExecutionActualRequest_String,
|
504
|
-
)
|
305
|
+
from .submit_workflow_execution_actual_request import SubmitWorkflowExecutionActualRequest
|
505
306
|
from .subworkflow_node_result import SubworkflowNodeResult
|
506
307
|
from .subworkflow_node_result_data import SubworkflowNodeResultData
|
507
308
|
from .templating_node_array_result import TemplatingNodeArrayResult
|
@@ -512,17 +313,7 @@ from .templating_node_json_result import TemplatingNodeJsonResult
|
|
512
313
|
from .templating_node_number_result import TemplatingNodeNumberResult
|
513
314
|
from .templating_node_result import TemplatingNodeResult
|
514
315
|
from .templating_node_result_data import TemplatingNodeResultData
|
515
|
-
from .templating_node_result_output import
|
516
|
-
TemplatingNodeResultOutput,
|
517
|
-
TemplatingNodeResultOutput_Array,
|
518
|
-
TemplatingNodeResultOutput_ChatHistory,
|
519
|
-
TemplatingNodeResultOutput_Error,
|
520
|
-
TemplatingNodeResultOutput_FunctionCall,
|
521
|
-
TemplatingNodeResultOutput_Json,
|
522
|
-
TemplatingNodeResultOutput_Number,
|
523
|
-
TemplatingNodeResultOutput_SearchResults,
|
524
|
-
TemplatingNodeResultOutput_String,
|
525
|
-
)
|
316
|
+
from .templating_node_result_output import TemplatingNodeResultOutput
|
526
317
|
from .templating_node_search_results_result import TemplatingNodeSearchResultsResult
|
527
318
|
from .templating_node_string_result import TemplatingNodeStringResult
|
528
319
|
from .terminal_node_array_result import TerminalNodeArrayResult
|
@@ -533,17 +324,7 @@ from .terminal_node_json_result import TerminalNodeJsonResult
|
|
533
324
|
from .terminal_node_number_result import TerminalNodeNumberResult
|
534
325
|
from .terminal_node_result import TerminalNodeResult
|
535
326
|
from .terminal_node_result_data import TerminalNodeResultData
|
536
|
-
from .terminal_node_result_output import
|
537
|
-
TerminalNodeResultOutput,
|
538
|
-
TerminalNodeResultOutput_Array,
|
539
|
-
TerminalNodeResultOutput_ChatHistory,
|
540
|
-
TerminalNodeResultOutput_Error,
|
541
|
-
TerminalNodeResultOutput_FunctionCall,
|
542
|
-
TerminalNodeResultOutput_Json,
|
543
|
-
TerminalNodeResultOutput_Number,
|
544
|
-
TerminalNodeResultOutput_SearchResults,
|
545
|
-
TerminalNodeResultOutput_String,
|
546
|
-
)
|
327
|
+
from .terminal_node_result_output import TerminalNodeResultOutput
|
547
328
|
from .terminal_node_search_results_result import TerminalNodeSearchResultsResult
|
548
329
|
from .terminal_node_string_result import TerminalNodeStringResult
|
549
330
|
from .test_case_array_variable_value import TestCaseArrayVariableValue
|
@@ -554,35 +335,15 @@ from .test_case_json_variable_value import TestCaseJsonVariableValue
|
|
554
335
|
from .test_case_number_variable_value import TestCaseNumberVariableValue
|
555
336
|
from .test_case_search_results_variable_value import TestCaseSearchResultsVariableValue
|
556
337
|
from .test_case_string_variable_value import TestCaseStringVariableValue
|
557
|
-
from .test_case_variable_value import
|
558
|
-
TestCaseVariableValue,
|
559
|
-
TestCaseVariableValue_Array,
|
560
|
-
TestCaseVariableValue_ChatHistory,
|
561
|
-
TestCaseVariableValue_Error,
|
562
|
-
TestCaseVariableValue_FunctionCall,
|
563
|
-
TestCaseVariableValue_Json,
|
564
|
-
TestCaseVariableValue_Number,
|
565
|
-
TestCaseVariableValue_SearchResults,
|
566
|
-
TestCaseVariableValue_String,
|
567
|
-
)
|
338
|
+
from .test_case_variable_value import TestCaseVariableValue
|
568
339
|
from .test_suite_run_deployment_release_tag_exec_config import TestSuiteRunDeploymentReleaseTagExecConfig
|
569
340
|
from .test_suite_run_deployment_release_tag_exec_config_data import TestSuiteRunDeploymentReleaseTagExecConfigData
|
570
341
|
from .test_suite_run_deployment_release_tag_exec_config_data_request import (
|
571
342
|
TestSuiteRunDeploymentReleaseTagExecConfigDataRequest,
|
572
343
|
)
|
573
344
|
from .test_suite_run_deployment_release_tag_exec_config_request import TestSuiteRunDeploymentReleaseTagExecConfigRequest
|
574
|
-
from .test_suite_run_exec_config import
|
575
|
-
|
576
|
-
TestSuiteRunExecConfig_DeploymentReleaseTag,
|
577
|
-
TestSuiteRunExecConfig_External,
|
578
|
-
TestSuiteRunExecConfig_WorkflowReleaseTag,
|
579
|
-
)
|
580
|
-
from .test_suite_run_exec_config_request import (
|
581
|
-
TestSuiteRunExecConfigRequest,
|
582
|
-
TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
|
583
|
-
TestSuiteRunExecConfigRequest_External,
|
584
|
-
TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
|
585
|
-
)
|
345
|
+
from .test_suite_run_exec_config import TestSuiteRunExecConfig
|
346
|
+
from .test_suite_run_exec_config_request import TestSuiteRunExecConfigRequest
|
586
347
|
from .test_suite_run_execution import TestSuiteRunExecution
|
587
348
|
from .test_suite_run_execution_array_output import TestSuiteRunExecutionArrayOutput
|
588
349
|
from .test_suite_run_execution_chat_history_output import TestSuiteRunExecutionChatHistoryOutput
|
@@ -592,17 +353,7 @@ from .test_suite_run_execution_json_output import TestSuiteRunExecutionJsonOutpu
|
|
592
353
|
from .test_suite_run_execution_metric_definition import TestSuiteRunExecutionMetricDefinition
|
593
354
|
from .test_suite_run_execution_metric_result import TestSuiteRunExecutionMetricResult
|
594
355
|
from .test_suite_run_execution_number_output import TestSuiteRunExecutionNumberOutput
|
595
|
-
from .test_suite_run_execution_output import
|
596
|
-
TestSuiteRunExecutionOutput,
|
597
|
-
TestSuiteRunExecutionOutput_Array,
|
598
|
-
TestSuiteRunExecutionOutput_ChatHistory,
|
599
|
-
TestSuiteRunExecutionOutput_Error,
|
600
|
-
TestSuiteRunExecutionOutput_FunctionCall,
|
601
|
-
TestSuiteRunExecutionOutput_Json,
|
602
|
-
TestSuiteRunExecutionOutput_Number,
|
603
|
-
TestSuiteRunExecutionOutput_SearchResults,
|
604
|
-
TestSuiteRunExecutionOutput_String,
|
605
|
-
)
|
356
|
+
from .test_suite_run_execution_output import TestSuiteRunExecutionOutput
|
606
357
|
from .test_suite_run_execution_search_results_output import TestSuiteRunExecutionSearchResultsOutput
|
607
358
|
from .test_suite_run_execution_string_output import TestSuiteRunExecutionStringOutput
|
608
359
|
from .test_suite_run_external_exec_config import TestSuiteRunExternalExecConfig
|
@@ -611,12 +362,7 @@ from .test_suite_run_external_exec_config_data_request import TestSuiteRunExtern
|
|
611
362
|
from .test_suite_run_external_exec_config_request import TestSuiteRunExternalExecConfigRequest
|
612
363
|
from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
|
613
364
|
from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
|
614
|
-
from .test_suite_run_metric_output import
|
615
|
-
TestSuiteRunMetricOutput,
|
616
|
-
TestSuiteRunMetricOutput_Error,
|
617
|
-
TestSuiteRunMetricOutput_Number,
|
618
|
-
TestSuiteRunMetricOutput_String,
|
619
|
-
)
|
365
|
+
from .test_suite_run_metric_output import TestSuiteRunMetricOutput
|
620
366
|
from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
|
621
367
|
from .test_suite_run_read import TestSuiteRunRead
|
622
368
|
from .test_suite_run_state import TestSuiteRunState
|
@@ -628,20 +374,8 @@ from .test_suite_run_workflow_release_tag_exec_config_data_request import (
|
|
628
374
|
)
|
629
375
|
from .test_suite_run_workflow_release_tag_exec_config_request import TestSuiteRunWorkflowReleaseTagExecConfigRequest
|
630
376
|
from .test_suite_test_case import TestSuiteTestCase
|
631
|
-
from .test_suite_test_case_bulk_operation_request import
|
632
|
-
|
633
|
-
TestSuiteTestCaseBulkOperationRequest_Create,
|
634
|
-
TestSuiteTestCaseBulkOperationRequest_Delete,
|
635
|
-
TestSuiteTestCaseBulkOperationRequest_Replace,
|
636
|
-
TestSuiteTestCaseBulkOperationRequest_Upsert,
|
637
|
-
)
|
638
|
-
from .test_suite_test_case_bulk_result import (
|
639
|
-
TestSuiteTestCaseBulkResult,
|
640
|
-
TestSuiteTestCaseBulkResult_Created,
|
641
|
-
TestSuiteTestCaseBulkResult_Deleted,
|
642
|
-
TestSuiteTestCaseBulkResult_Rejected,
|
643
|
-
TestSuiteTestCaseBulkResult_Replaced,
|
644
|
-
)
|
377
|
+
from .test_suite_test_case_bulk_operation_request import TestSuiteTestCaseBulkOperationRequest
|
378
|
+
from .test_suite_test_case_bulk_result import TestSuiteTestCaseBulkResult
|
645
379
|
from .test_suite_test_case_create_bulk_operation_request import TestSuiteTestCaseCreateBulkOperationRequest
|
646
380
|
from .test_suite_test_case_created_bulk_result import TestSuiteTestCaseCreatedBulkResult
|
647
381
|
from .test_suite_test_case_created_bulk_result_data import TestSuiteTestCaseCreatedBulkResultData
|
@@ -680,40 +414,10 @@ from .workflow_execution_event_type import WorkflowExecutionEventType
|
|
680
414
|
from .workflow_execution_node_result_event import WorkflowExecutionNodeResultEvent
|
681
415
|
from .workflow_execution_workflow_result_event import WorkflowExecutionWorkflowResultEvent
|
682
416
|
from .workflow_expand_meta_request import WorkflowExpandMetaRequest
|
683
|
-
from .workflow_node_result_data import
|
684
|
-
|
685
|
-
WorkflowNodeResultData_Api,
|
686
|
-
WorkflowNodeResultData_CodeExecution,
|
687
|
-
WorkflowNodeResultData_Conditional,
|
688
|
-
WorkflowNodeResultData_Map,
|
689
|
-
WorkflowNodeResultData_Merge,
|
690
|
-
WorkflowNodeResultData_Metric,
|
691
|
-
WorkflowNodeResultData_Prompt,
|
692
|
-
WorkflowNodeResultData_Search,
|
693
|
-
WorkflowNodeResultData_Subworkflow,
|
694
|
-
WorkflowNodeResultData_Templating,
|
695
|
-
WorkflowNodeResultData_Terminal,
|
696
|
-
)
|
697
|
-
from .workflow_node_result_event import (
|
698
|
-
WorkflowNodeResultEvent,
|
699
|
-
WorkflowNodeResultEvent_Fulfilled,
|
700
|
-
WorkflowNodeResultEvent_Initiated,
|
701
|
-
WorkflowNodeResultEvent_Rejected,
|
702
|
-
WorkflowNodeResultEvent_Streaming,
|
703
|
-
)
|
417
|
+
from .workflow_node_result_data import WorkflowNodeResultData
|
418
|
+
from .workflow_node_result_event import WorkflowNodeResultEvent
|
704
419
|
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
705
|
-
from .workflow_output import
|
706
|
-
WorkflowOutput,
|
707
|
-
WorkflowOutput_Array,
|
708
|
-
WorkflowOutput_ChatHistory,
|
709
|
-
WorkflowOutput_Error,
|
710
|
-
WorkflowOutput_FunctionCall,
|
711
|
-
WorkflowOutput_Image,
|
712
|
-
WorkflowOutput_Json,
|
713
|
-
WorkflowOutput_Number,
|
714
|
-
WorkflowOutput_SearchResults,
|
715
|
-
WorkflowOutput_String,
|
716
|
-
)
|
420
|
+
from .workflow_output import WorkflowOutput
|
717
421
|
from .workflow_output_array import WorkflowOutputArray
|
718
422
|
from .workflow_output_chat_history import WorkflowOutputChatHistory
|
719
423
|
from .workflow_output_error import WorkflowOutputError
|
@@ -726,28 +430,12 @@ from .workflow_output_string import WorkflowOutputString
|
|
726
430
|
from .workflow_release_tag_read import WorkflowReleaseTagRead
|
727
431
|
from .workflow_release_tag_workflow_deployment_history_item import WorkflowReleaseTagWorkflowDeploymentHistoryItem
|
728
432
|
from .workflow_request_chat_history_input_request import WorkflowRequestChatHistoryInputRequest
|
729
|
-
from .workflow_request_input_request import
|
730
|
-
WorkflowRequestInputRequest,
|
731
|
-
WorkflowRequestInputRequest_ChatHistory,
|
732
|
-
WorkflowRequestInputRequest_Json,
|
733
|
-
WorkflowRequestInputRequest_Number,
|
734
|
-
WorkflowRequestInputRequest_String,
|
735
|
-
)
|
433
|
+
from .workflow_request_input_request import WorkflowRequestInputRequest
|
736
434
|
from .workflow_request_json_input_request import WorkflowRequestJsonInputRequest
|
737
435
|
from .workflow_request_number_input_request import WorkflowRequestNumberInputRequest
|
738
436
|
from .workflow_request_string_input_request import WorkflowRequestStringInputRequest
|
739
437
|
from .workflow_result_event import WorkflowResultEvent
|
740
|
-
from .workflow_result_event_output_data import
|
741
|
-
WorkflowResultEventOutputData,
|
742
|
-
WorkflowResultEventOutputData_Array,
|
743
|
-
WorkflowResultEventOutputData_ChatHistory,
|
744
|
-
WorkflowResultEventOutputData_Error,
|
745
|
-
WorkflowResultEventOutputData_FunctionCall,
|
746
|
-
WorkflowResultEventOutputData_Json,
|
747
|
-
WorkflowResultEventOutputData_Number,
|
748
|
-
WorkflowResultEventOutputData_SearchResults,
|
749
|
-
WorkflowResultEventOutputData_String,
|
750
|
-
)
|
438
|
+
from .workflow_result_event_output_data import WorkflowResultEventOutputData
|
751
439
|
from .workflow_result_event_output_data_array import WorkflowResultEventOutputDataArray
|
752
440
|
from .workflow_result_event_output_data_chat_history import WorkflowResultEventOutputDataChatHistory
|
753
441
|
from .workflow_result_event_output_data_error import WorkflowResultEventOutputDataError
|
@@ -756,7 +444,7 @@ from .workflow_result_event_output_data_json import WorkflowResultEventOutputDat
|
|
756
444
|
from .workflow_result_event_output_data_number import WorkflowResultEventOutputDataNumber
|
757
445
|
from .workflow_result_event_output_data_search_results import WorkflowResultEventOutputDataSearchResults
|
758
446
|
from .workflow_result_event_output_data_string import WorkflowResultEventOutputDataString
|
759
|
-
from .workflow_stream_event import WorkflowStreamEvent
|
447
|
+
from .workflow_stream_event import WorkflowStreamEvent
|
760
448
|
|
761
449
|
__all__ = [
|
762
450
|
"AddOpenaiApiKeyEnum",
|
@@ -765,34 +453,10 @@ __all__ = [
|
|
765
453
|
"ArrayChatMessageContent",
|
766
454
|
"ArrayChatMessageContentItem",
|
767
455
|
"ArrayChatMessageContentItemRequest",
|
768
|
-
"ArrayChatMessageContentItemRequest_FunctionCall",
|
769
|
-
"ArrayChatMessageContentItemRequest_Image",
|
770
|
-
"ArrayChatMessageContentItemRequest_String",
|
771
|
-
"ArrayChatMessageContentItem_FunctionCall",
|
772
|
-
"ArrayChatMessageContentItem_Image",
|
773
|
-
"ArrayChatMessageContentItem_String",
|
774
456
|
"ArrayChatMessageContentRequest",
|
775
457
|
"ArrayVariableValueItem",
|
776
|
-
"ArrayVariableValueItem_Error",
|
777
|
-
"ArrayVariableValueItem_FunctionCall",
|
778
|
-
"ArrayVariableValueItem_Image",
|
779
|
-
"ArrayVariableValueItem_Json",
|
780
|
-
"ArrayVariableValueItem_Number",
|
781
|
-
"ArrayVariableValueItem_String",
|
782
458
|
"ArrayVellumValueItem",
|
783
459
|
"ArrayVellumValueItemRequest",
|
784
|
-
"ArrayVellumValueItemRequest_Error",
|
785
|
-
"ArrayVellumValueItemRequest_FunctionCall",
|
786
|
-
"ArrayVellumValueItemRequest_Image",
|
787
|
-
"ArrayVellumValueItemRequest_Json",
|
788
|
-
"ArrayVellumValueItemRequest_Number",
|
789
|
-
"ArrayVellumValueItemRequest_String",
|
790
|
-
"ArrayVellumValueItem_Error",
|
791
|
-
"ArrayVellumValueItem_FunctionCall",
|
792
|
-
"ArrayVellumValueItem_Image",
|
793
|
-
"ArrayVellumValueItem_Json",
|
794
|
-
"ArrayVellumValueItem_Number",
|
795
|
-
"ArrayVellumValueItem_String",
|
796
460
|
"BasicVectorizerIntfloatMultilingualE5Large",
|
797
461
|
"BasicVectorizerIntfloatMultilingualE5LargeRequest",
|
798
462
|
"BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1",
|
@@ -803,14 +467,6 @@ __all__ = [
|
|
803
467
|
"ChatMessage",
|
804
468
|
"ChatMessageContent",
|
805
469
|
"ChatMessageContentRequest",
|
806
|
-
"ChatMessageContentRequest_Array",
|
807
|
-
"ChatMessageContentRequest_FunctionCall",
|
808
|
-
"ChatMessageContentRequest_Image",
|
809
|
-
"ChatMessageContentRequest_String",
|
810
|
-
"ChatMessageContent_Array",
|
811
|
-
"ChatMessageContent_FunctionCall",
|
812
|
-
"ChatMessageContent_Image",
|
813
|
-
"ChatMessageContent_String",
|
814
470
|
"ChatMessageRequest",
|
815
471
|
"ChatMessageRole",
|
816
472
|
"CodeExecutionNodeArrayResult",
|
@@ -822,18 +478,12 @@ __all__ = [
|
|
822
478
|
"CodeExecutionNodeResult",
|
823
479
|
"CodeExecutionNodeResultData",
|
824
480
|
"CodeExecutionNodeResultOutput",
|
825
|
-
"CodeExecutionNodeResultOutput_Array",
|
826
|
-
"CodeExecutionNodeResultOutput_ChatHistory",
|
827
|
-
"CodeExecutionNodeResultOutput_Error",
|
828
|
-
"CodeExecutionNodeResultOutput_FunctionCall",
|
829
|
-
"CodeExecutionNodeResultOutput_Json",
|
830
|
-
"CodeExecutionNodeResultOutput_Number",
|
831
|
-
"CodeExecutionNodeResultOutput_SearchResults",
|
832
|
-
"CodeExecutionNodeResultOutput_String",
|
833
481
|
"CodeExecutionNodeSearchResultsResult",
|
834
482
|
"CodeExecutionNodeStringResult",
|
835
483
|
"CompilePromptDeploymentExpandMetaRequest",
|
836
484
|
"CompilePromptMeta",
|
485
|
+
"ComponentsSchemasPdfSearchResultMetaSource",
|
486
|
+
"ComponentsSchemasPdfSearchResultMetaSourceRequest",
|
837
487
|
"ConditionalNodeResult",
|
838
488
|
"ConditionalNodeResultData",
|
839
489
|
"CreateTestSuiteTestCaseRequest",
|
@@ -845,12 +495,6 @@ __all__ = [
|
|
845
495
|
"DocumentDocumentToDocumentIndex",
|
846
496
|
"DocumentIndexChunking",
|
847
497
|
"DocumentIndexChunkingRequest",
|
848
|
-
"DocumentIndexChunkingRequest_ReductoChunker",
|
849
|
-
"DocumentIndexChunkingRequest_SentenceChunker",
|
850
|
-
"DocumentIndexChunkingRequest_TokenOverlappingWindowChunker",
|
851
|
-
"DocumentIndexChunking_ReductoChunker",
|
852
|
-
"DocumentIndexChunking_SentenceChunker",
|
853
|
-
"DocumentIndexChunking_TokenOverlappingWindowChunker",
|
854
498
|
"DocumentIndexIndexingConfig",
|
855
499
|
"DocumentIndexIndexingConfigRequest",
|
856
500
|
"DocumentIndexRead",
|
@@ -863,17 +507,9 @@ __all__ = [
|
|
863
507
|
"ErrorVellumValue",
|
864
508
|
"ErrorVellumValueRequest",
|
865
509
|
"ExecutePromptEvent",
|
866
|
-
"ExecutePromptEvent_Fulfilled",
|
867
|
-
"ExecutePromptEvent_Initiated",
|
868
|
-
"ExecutePromptEvent_Rejected",
|
869
|
-
"ExecutePromptEvent_Streaming",
|
870
510
|
"ExecutePromptResponse",
|
871
|
-
"ExecutePromptResponse_Fulfilled",
|
872
|
-
"ExecutePromptResponse_Rejected",
|
873
511
|
"ExecuteWorkflowResponse",
|
874
512
|
"ExecuteWorkflowWorkflowResultEvent",
|
875
|
-
"ExecuteWorkflowWorkflowResultEvent_Fulfilled",
|
876
|
-
"ExecuteWorkflowWorkflowResultEvent_Rejected",
|
877
513
|
"ExecutionArrayVellumValue",
|
878
514
|
"ExecutionChatHistoryVellumValue",
|
879
515
|
"ExecutionErrorVellumValue",
|
@@ -883,14 +519,6 @@ __all__ = [
|
|
883
519
|
"ExecutionSearchResultsVellumValue",
|
884
520
|
"ExecutionStringVellumValue",
|
885
521
|
"ExecutionVellumValue",
|
886
|
-
"ExecutionVellumValue_Array",
|
887
|
-
"ExecutionVellumValue_ChatHistory",
|
888
|
-
"ExecutionVellumValue_Error",
|
889
|
-
"ExecutionVellumValue_FunctionCall",
|
890
|
-
"ExecutionVellumValue_Json",
|
891
|
-
"ExecutionVellumValue_Number",
|
892
|
-
"ExecutionVellumValue_SearchResults",
|
893
|
-
"ExecutionVellumValue_String",
|
894
522
|
"ExternalTestCaseExecution",
|
895
523
|
"ExternalTestCaseExecutionRequest",
|
896
524
|
"FinishReasonEnum",
|
@@ -930,20 +558,6 @@ __all__ = [
|
|
930
558
|
"ImageVellumValueRequest",
|
931
559
|
"IndexingConfigVectorizer",
|
932
560
|
"IndexingConfigVectorizerRequest",
|
933
|
-
"IndexingConfigVectorizerRequest_HkunlpInstructorXl",
|
934
|
-
"IndexingConfigVectorizerRequest_IntfloatMultilingualE5Large",
|
935
|
-
"IndexingConfigVectorizerRequest_SentenceTransformersMultiQaMpnetBaseCosV1",
|
936
|
-
"IndexingConfigVectorizerRequest_SentenceTransformersMultiQaMpnetBaseDotV1",
|
937
|
-
"IndexingConfigVectorizerRequest_TextEmbedding3Large",
|
938
|
-
"IndexingConfigVectorizerRequest_TextEmbedding3Small",
|
939
|
-
"IndexingConfigVectorizerRequest_TextEmbeddingAda002",
|
940
|
-
"IndexingConfigVectorizer_HkunlpInstructorXl",
|
941
|
-
"IndexingConfigVectorizer_IntfloatMultilingualE5Large",
|
942
|
-
"IndexingConfigVectorizer_SentenceTransformersMultiQaMpnetBaseCosV1",
|
943
|
-
"IndexingConfigVectorizer_SentenceTransformersMultiQaMpnetBaseDotV1",
|
944
|
-
"IndexingConfigVectorizer_TextEmbedding3Large",
|
945
|
-
"IndexingConfigVectorizer_TextEmbedding3Small",
|
946
|
-
"IndexingConfigVectorizer_TextEmbeddingAda002",
|
947
561
|
"IndexingStateEnum",
|
948
562
|
"InitiatedExecutePromptEvent",
|
949
563
|
"InitiatedPromptExecutionMeta",
|
@@ -988,17 +602,10 @@ __all__ = [
|
|
988
602
|
"MlModelResponseConfigRequest",
|
989
603
|
"MlModelTokenizerConfig",
|
990
604
|
"MlModelTokenizerConfigRequest",
|
991
|
-
"MlModelTokenizerConfigRequest_HuggingFace",
|
992
|
-
"MlModelTokenizerConfigRequest_Tiktoken",
|
993
|
-
"MlModelTokenizerConfig_HuggingFace",
|
994
|
-
"MlModelTokenizerConfig_Tiktoken",
|
995
605
|
"MlModelUsage",
|
996
606
|
"NamedScenarioInputChatHistoryVariableValueRequest",
|
997
607
|
"NamedScenarioInputJsonVariableValueRequest",
|
998
608
|
"NamedScenarioInputRequest",
|
999
|
-
"NamedScenarioInputRequest_ChatHistory",
|
1000
|
-
"NamedScenarioInputRequest_Json",
|
1001
|
-
"NamedScenarioInputRequest_String",
|
1002
609
|
"NamedScenarioInputStringVariableValueRequest",
|
1003
610
|
"NamedTestCaseArrayVariableValue",
|
1004
611
|
"NamedTestCaseArrayVariableValueRequest",
|
@@ -1018,22 +625,6 @@ __all__ = [
|
|
1018
625
|
"NamedTestCaseStringVariableValueRequest",
|
1019
626
|
"NamedTestCaseVariableValue",
|
1020
627
|
"NamedTestCaseVariableValueRequest",
|
1021
|
-
"NamedTestCaseVariableValueRequest_Array",
|
1022
|
-
"NamedTestCaseVariableValueRequest_ChatHistory",
|
1023
|
-
"NamedTestCaseVariableValueRequest_Error",
|
1024
|
-
"NamedTestCaseVariableValueRequest_FunctionCall",
|
1025
|
-
"NamedTestCaseVariableValueRequest_Json",
|
1026
|
-
"NamedTestCaseVariableValueRequest_Number",
|
1027
|
-
"NamedTestCaseVariableValueRequest_SearchResults",
|
1028
|
-
"NamedTestCaseVariableValueRequest_String",
|
1029
|
-
"NamedTestCaseVariableValue_Array",
|
1030
|
-
"NamedTestCaseVariableValue_ChatHistory",
|
1031
|
-
"NamedTestCaseVariableValue_Error",
|
1032
|
-
"NamedTestCaseVariableValue_FunctionCall",
|
1033
|
-
"NamedTestCaseVariableValue_Json",
|
1034
|
-
"NamedTestCaseVariableValue_Number",
|
1035
|
-
"NamedTestCaseVariableValue_SearchResults",
|
1036
|
-
"NamedTestCaseVariableValue_String",
|
1037
628
|
"NodeInputCompiledArrayValue",
|
1038
629
|
"NodeInputCompiledChatHistoryValue",
|
1039
630
|
"NodeInputCompiledErrorValue",
|
@@ -1043,14 +634,6 @@ __all__ = [
|
|
1043
634
|
"NodeInputCompiledSearchResultsValue",
|
1044
635
|
"NodeInputCompiledStringValue",
|
1045
636
|
"NodeInputVariableCompiledValue",
|
1046
|
-
"NodeInputVariableCompiledValue_Array",
|
1047
|
-
"NodeInputVariableCompiledValue_ChatHistory",
|
1048
|
-
"NodeInputVariableCompiledValue_Error",
|
1049
|
-
"NodeInputVariableCompiledValue_FunctionCall",
|
1050
|
-
"NodeInputVariableCompiledValue_Json",
|
1051
|
-
"NodeInputVariableCompiledValue_Number",
|
1052
|
-
"NodeInputVariableCompiledValue_SearchResults",
|
1053
|
-
"NodeInputVariableCompiledValue_String",
|
1054
637
|
"NodeOutputCompiledArrayValue",
|
1055
638
|
"NodeOutputCompiledChatHistoryValue",
|
1056
639
|
"NodeOutputCompiledErrorValue",
|
@@ -1060,14 +643,6 @@ __all__ = [
|
|
1060
643
|
"NodeOutputCompiledSearchResultsValue",
|
1061
644
|
"NodeOutputCompiledStringValue",
|
1062
645
|
"NodeOutputCompiledValue",
|
1063
|
-
"NodeOutputCompiledValue_Array",
|
1064
|
-
"NodeOutputCompiledValue_ChatHistory",
|
1065
|
-
"NodeOutputCompiledValue_Error",
|
1066
|
-
"NodeOutputCompiledValue_FunctionCall",
|
1067
|
-
"NodeOutputCompiledValue_Json",
|
1068
|
-
"NodeOutputCompiledValue_Number",
|
1069
|
-
"NodeOutputCompiledValue_SearchResults",
|
1070
|
-
"NodeOutputCompiledValue_String",
|
1071
646
|
"NormalizedLogProbs",
|
1072
647
|
"NormalizedTokenLogProbs",
|
1073
648
|
"NumberVariableValue",
|
@@ -1097,24 +672,6 @@ __all__ = [
|
|
1097
672
|
"OpenApiOneOfPropertyRequest",
|
1098
673
|
"OpenApiProperty",
|
1099
674
|
"OpenApiPropertyRequest",
|
1100
|
-
"OpenApiPropertyRequest_Array",
|
1101
|
-
"OpenApiPropertyRequest_Boolean",
|
1102
|
-
"OpenApiPropertyRequest_Const",
|
1103
|
-
"OpenApiPropertyRequest_Integer",
|
1104
|
-
"OpenApiPropertyRequest_Number",
|
1105
|
-
"OpenApiPropertyRequest_Object",
|
1106
|
-
"OpenApiPropertyRequest_OneOf",
|
1107
|
-
"OpenApiPropertyRequest_Ref",
|
1108
|
-
"OpenApiPropertyRequest_String",
|
1109
|
-
"OpenApiProperty_Array",
|
1110
|
-
"OpenApiProperty_Boolean",
|
1111
|
-
"OpenApiProperty_Const",
|
1112
|
-
"OpenApiProperty_Integer",
|
1113
|
-
"OpenApiProperty_Number",
|
1114
|
-
"OpenApiProperty_Object",
|
1115
|
-
"OpenApiProperty_OneOf",
|
1116
|
-
"OpenApiProperty_Ref",
|
1117
|
-
"OpenApiProperty_String",
|
1118
675
|
"OpenApiRefProperty",
|
1119
676
|
"OpenApiRefPropertyRequest",
|
1120
677
|
"OpenApiStringProperty",
|
@@ -1132,18 +689,11 @@ __all__ = [
|
|
1132
689
|
"ProcessingStateEnum",
|
1133
690
|
"PromptDeploymentExpandMetaRequestRequest",
|
1134
691
|
"PromptDeploymentInputRequest",
|
1135
|
-
"PromptDeploymentInputRequest_ChatHistory",
|
1136
|
-
"PromptDeploymentInputRequest_Json",
|
1137
|
-
"PromptDeploymentInputRequest_String",
|
1138
692
|
"PromptExecutionMeta",
|
1139
693
|
"PromptNodeExecutionMeta",
|
1140
694
|
"PromptNodeResult",
|
1141
695
|
"PromptNodeResultData",
|
1142
696
|
"PromptOutput",
|
1143
|
-
"PromptOutput_Error",
|
1144
|
-
"PromptOutput_FunctionCall",
|
1145
|
-
"PromptOutput_Json",
|
1146
|
-
"PromptOutput_String",
|
1147
697
|
"RawPromptExecutionOverridesRequest",
|
1148
698
|
"ReductoChunkerConfig",
|
1149
699
|
"ReductoChunkerConfigRequest",
|
@@ -1161,9 +711,6 @@ __all__ = [
|
|
1161
711
|
"ScenarioInputChatHistoryVariableValue",
|
1162
712
|
"ScenarioInputJsonVariableValue",
|
1163
713
|
"ScenarioInputStringVariableValue",
|
1164
|
-
"ScenarioInput_ChatHistory",
|
1165
|
-
"ScenarioInput_Json",
|
1166
|
-
"ScenarioInput_String",
|
1167
714
|
"SearchFiltersRequest",
|
1168
715
|
"SearchNodeResult",
|
1169
716
|
"SearchNodeResultData",
|
@@ -1175,10 +722,6 @@ __all__ = [
|
|
1175
722
|
"SearchResultMergingRequest",
|
1176
723
|
"SearchResultMeta",
|
1177
724
|
"SearchResultMetaRequest",
|
1178
|
-
"SearchResultMetaSource",
|
1179
|
-
"SearchResultMetaSourceRequest",
|
1180
|
-
"SearchResultMetaSourceRequest_Pdf",
|
1181
|
-
"SearchResultMetaSource_Pdf",
|
1182
725
|
"SearchResultRequest",
|
1183
726
|
"SearchWeightsRequest",
|
1184
727
|
"SentenceChunkerConfig",
|
@@ -1199,9 +742,6 @@ __all__ = [
|
|
1199
742
|
"StringVellumValueRequest",
|
1200
743
|
"SubmitCompletionActualRequest",
|
1201
744
|
"SubmitWorkflowExecutionActualRequest",
|
1202
|
-
"SubmitWorkflowExecutionActualRequest_ChatHistory",
|
1203
|
-
"SubmitWorkflowExecutionActualRequest_Json",
|
1204
|
-
"SubmitWorkflowExecutionActualRequest_String",
|
1205
745
|
"SubworkflowNodeResult",
|
1206
746
|
"SubworkflowNodeResultData",
|
1207
747
|
"TemplatingNodeArrayResult",
|
@@ -1213,14 +753,6 @@ __all__ = [
|
|
1213
753
|
"TemplatingNodeResult",
|
1214
754
|
"TemplatingNodeResultData",
|
1215
755
|
"TemplatingNodeResultOutput",
|
1216
|
-
"TemplatingNodeResultOutput_Array",
|
1217
|
-
"TemplatingNodeResultOutput_ChatHistory",
|
1218
|
-
"TemplatingNodeResultOutput_Error",
|
1219
|
-
"TemplatingNodeResultOutput_FunctionCall",
|
1220
|
-
"TemplatingNodeResultOutput_Json",
|
1221
|
-
"TemplatingNodeResultOutput_Number",
|
1222
|
-
"TemplatingNodeResultOutput_SearchResults",
|
1223
|
-
"TemplatingNodeResultOutput_String",
|
1224
756
|
"TemplatingNodeSearchResultsResult",
|
1225
757
|
"TemplatingNodeStringResult",
|
1226
758
|
"TerminalNodeArrayResult",
|
@@ -1232,14 +764,6 @@ __all__ = [
|
|
1232
764
|
"TerminalNodeResult",
|
1233
765
|
"TerminalNodeResultData",
|
1234
766
|
"TerminalNodeResultOutput",
|
1235
|
-
"TerminalNodeResultOutput_Array",
|
1236
|
-
"TerminalNodeResultOutput_ChatHistory",
|
1237
|
-
"TerminalNodeResultOutput_Error",
|
1238
|
-
"TerminalNodeResultOutput_FunctionCall",
|
1239
|
-
"TerminalNodeResultOutput_Json",
|
1240
|
-
"TerminalNodeResultOutput_Number",
|
1241
|
-
"TerminalNodeResultOutput_SearchResults",
|
1242
|
-
"TerminalNodeResultOutput_String",
|
1243
767
|
"TerminalNodeSearchResultsResult",
|
1244
768
|
"TerminalNodeStringResult",
|
1245
769
|
"TestCaseArrayVariableValue",
|
@@ -1251,26 +775,12 @@ __all__ = [
|
|
1251
775
|
"TestCaseSearchResultsVariableValue",
|
1252
776
|
"TestCaseStringVariableValue",
|
1253
777
|
"TestCaseVariableValue",
|
1254
|
-
"TestCaseVariableValue_Array",
|
1255
|
-
"TestCaseVariableValue_ChatHistory",
|
1256
|
-
"TestCaseVariableValue_Error",
|
1257
|
-
"TestCaseVariableValue_FunctionCall",
|
1258
|
-
"TestCaseVariableValue_Json",
|
1259
|
-
"TestCaseVariableValue_Number",
|
1260
|
-
"TestCaseVariableValue_SearchResults",
|
1261
|
-
"TestCaseVariableValue_String",
|
1262
778
|
"TestSuiteRunDeploymentReleaseTagExecConfig",
|
1263
779
|
"TestSuiteRunDeploymentReleaseTagExecConfigData",
|
1264
780
|
"TestSuiteRunDeploymentReleaseTagExecConfigDataRequest",
|
1265
781
|
"TestSuiteRunDeploymentReleaseTagExecConfigRequest",
|
1266
782
|
"TestSuiteRunExecConfig",
|
1267
783
|
"TestSuiteRunExecConfigRequest",
|
1268
|
-
"TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
|
1269
|
-
"TestSuiteRunExecConfigRequest_External",
|
1270
|
-
"TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
|
1271
|
-
"TestSuiteRunExecConfig_DeploymentReleaseTag",
|
1272
|
-
"TestSuiteRunExecConfig_External",
|
1273
|
-
"TestSuiteRunExecConfig_WorkflowReleaseTag",
|
1274
784
|
"TestSuiteRunExecution",
|
1275
785
|
"TestSuiteRunExecutionArrayOutput",
|
1276
786
|
"TestSuiteRunExecutionChatHistoryOutput",
|
@@ -1281,14 +791,6 @@ __all__ = [
|
|
1281
791
|
"TestSuiteRunExecutionMetricResult",
|
1282
792
|
"TestSuiteRunExecutionNumberOutput",
|
1283
793
|
"TestSuiteRunExecutionOutput",
|
1284
|
-
"TestSuiteRunExecutionOutput_Array",
|
1285
|
-
"TestSuiteRunExecutionOutput_ChatHistory",
|
1286
|
-
"TestSuiteRunExecutionOutput_Error",
|
1287
|
-
"TestSuiteRunExecutionOutput_FunctionCall",
|
1288
|
-
"TestSuiteRunExecutionOutput_Json",
|
1289
|
-
"TestSuiteRunExecutionOutput_Number",
|
1290
|
-
"TestSuiteRunExecutionOutput_SearchResults",
|
1291
|
-
"TestSuiteRunExecutionOutput_String",
|
1292
794
|
"TestSuiteRunExecutionSearchResultsOutput",
|
1293
795
|
"TestSuiteRunExecutionStringOutput",
|
1294
796
|
"TestSuiteRunExternalExecConfig",
|
@@ -1298,9 +800,6 @@ __all__ = [
|
|
1298
800
|
"TestSuiteRunMetricErrorOutput",
|
1299
801
|
"TestSuiteRunMetricNumberOutput",
|
1300
802
|
"TestSuiteRunMetricOutput",
|
1301
|
-
"TestSuiteRunMetricOutput_Error",
|
1302
|
-
"TestSuiteRunMetricOutput_Number",
|
1303
|
-
"TestSuiteRunMetricOutput_String",
|
1304
803
|
"TestSuiteRunMetricStringOutput",
|
1305
804
|
"TestSuiteRunRead",
|
1306
805
|
"TestSuiteRunState",
|
@@ -1311,15 +810,7 @@ __all__ = [
|
|
1311
810
|
"TestSuiteRunWorkflowReleaseTagExecConfigRequest",
|
1312
811
|
"TestSuiteTestCase",
|
1313
812
|
"TestSuiteTestCaseBulkOperationRequest",
|
1314
|
-
"TestSuiteTestCaseBulkOperationRequest_Create",
|
1315
|
-
"TestSuiteTestCaseBulkOperationRequest_Delete",
|
1316
|
-
"TestSuiteTestCaseBulkOperationRequest_Replace",
|
1317
|
-
"TestSuiteTestCaseBulkOperationRequest_Upsert",
|
1318
813
|
"TestSuiteTestCaseBulkResult",
|
1319
|
-
"TestSuiteTestCaseBulkResult_Created",
|
1320
|
-
"TestSuiteTestCaseBulkResult_Deleted",
|
1321
|
-
"TestSuiteTestCaseBulkResult_Rejected",
|
1322
|
-
"TestSuiteTestCaseBulkResult_Replaced",
|
1323
814
|
"TestSuiteTestCaseCreateBulkOperationRequest",
|
1324
815
|
"TestSuiteTestCaseCreatedBulkResult",
|
1325
816
|
"TestSuiteTestCaseCreatedBulkResultData",
|
@@ -1359,23 +850,8 @@ __all__ = [
|
|
1359
850
|
"WorkflowExecutionWorkflowResultEvent",
|
1360
851
|
"WorkflowExpandMetaRequest",
|
1361
852
|
"WorkflowNodeResultData",
|
1362
|
-
"WorkflowNodeResultData_Api",
|
1363
|
-
"WorkflowNodeResultData_CodeExecution",
|
1364
|
-
"WorkflowNodeResultData_Conditional",
|
1365
|
-
"WorkflowNodeResultData_Map",
|
1366
|
-
"WorkflowNodeResultData_Merge",
|
1367
|
-
"WorkflowNodeResultData_Metric",
|
1368
|
-
"WorkflowNodeResultData_Prompt",
|
1369
|
-
"WorkflowNodeResultData_Search",
|
1370
|
-
"WorkflowNodeResultData_Subworkflow",
|
1371
|
-
"WorkflowNodeResultData_Templating",
|
1372
|
-
"WorkflowNodeResultData_Terminal",
|
1373
853
|
"WorkflowNodeResultEvent",
|
1374
854
|
"WorkflowNodeResultEventState",
|
1375
|
-
"WorkflowNodeResultEvent_Fulfilled",
|
1376
|
-
"WorkflowNodeResultEvent_Initiated",
|
1377
|
-
"WorkflowNodeResultEvent_Rejected",
|
1378
|
-
"WorkflowNodeResultEvent_Streaming",
|
1379
855
|
"WorkflowOutput",
|
1380
856
|
"WorkflowOutputArray",
|
1381
857
|
"WorkflowOutputChatHistory",
|
@@ -1386,23 +862,10 @@ __all__ = [
|
|
1386
862
|
"WorkflowOutputNumber",
|
1387
863
|
"WorkflowOutputSearchResults",
|
1388
864
|
"WorkflowOutputString",
|
1389
|
-
"WorkflowOutput_Array",
|
1390
|
-
"WorkflowOutput_ChatHistory",
|
1391
|
-
"WorkflowOutput_Error",
|
1392
|
-
"WorkflowOutput_FunctionCall",
|
1393
|
-
"WorkflowOutput_Image",
|
1394
|
-
"WorkflowOutput_Json",
|
1395
|
-
"WorkflowOutput_Number",
|
1396
|
-
"WorkflowOutput_SearchResults",
|
1397
|
-
"WorkflowOutput_String",
|
1398
865
|
"WorkflowReleaseTagRead",
|
1399
866
|
"WorkflowReleaseTagWorkflowDeploymentHistoryItem",
|
1400
867
|
"WorkflowRequestChatHistoryInputRequest",
|
1401
868
|
"WorkflowRequestInputRequest",
|
1402
|
-
"WorkflowRequestInputRequest_ChatHistory",
|
1403
|
-
"WorkflowRequestInputRequest_Json",
|
1404
|
-
"WorkflowRequestInputRequest_Number",
|
1405
|
-
"WorkflowRequestInputRequest_String",
|
1406
869
|
"WorkflowRequestJsonInputRequest",
|
1407
870
|
"WorkflowRequestNumberInputRequest",
|
1408
871
|
"WorkflowRequestStringInputRequest",
|
@@ -1416,15 +879,5 @@ __all__ = [
|
|
1416
879
|
"WorkflowResultEventOutputDataNumber",
|
1417
880
|
"WorkflowResultEventOutputDataSearchResults",
|
1418
881
|
"WorkflowResultEventOutputDataString",
|
1419
|
-
"WorkflowResultEventOutputData_Array",
|
1420
|
-
"WorkflowResultEventOutputData_ChatHistory",
|
1421
|
-
"WorkflowResultEventOutputData_Error",
|
1422
|
-
"WorkflowResultEventOutputData_FunctionCall",
|
1423
|
-
"WorkflowResultEventOutputData_Json",
|
1424
|
-
"WorkflowResultEventOutputData_Number",
|
1425
|
-
"WorkflowResultEventOutputData_SearchResults",
|
1426
|
-
"WorkflowResultEventOutputData_String",
|
1427
882
|
"WorkflowStreamEvent",
|
1428
|
-
"WorkflowStreamEvent_Node",
|
1429
|
-
"WorkflowStreamEvent_Workflow",
|
1430
883
|
]
|