vellum-ai 0.3.19__tar.gz → 0.3.20__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/PKG-INFO +1 -1
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/pyproject.toml +1 -1
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/__init__.py +8 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/test_suites/client.py +141 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/__init__.py +8 -0
- vellum_ai-0.3.20/src/vellum/types/paginated_test_suite_test_case_list.py +33 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_metric_output.py +14 -1
- vellum_ai-0.3.20/src/vellum/types/test_suite_run_metric_string_output.py +34 -0
- vellum_ai-0.3.20/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +5 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/LICENSE +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/README.md +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/api_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/datetime_utils.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/file.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/http_client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/jsonable_encoder.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/remove_none_from_dict.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/core/request_options.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/environment.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/bad_request_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/conflict_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/forbidden_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/internal_server_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/errors/not_found_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/py.typed +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/deployments/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/deployments/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/deployments/types/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/document_indexes/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/document_indexes/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/documents/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/documents/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/folder_entities/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/folder_entities/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/model_versions/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/model_versions/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/registered_prompts/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/registered_prompts/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/sandboxes/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/sandboxes/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/test_suite_runs/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/test_suites/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/workflow_deployments/client.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/api_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/api_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content_item.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_variable_value_item.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/block_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_history_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_history_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_history_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_message.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_message_content.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_message_content_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_message_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/chat_message_role.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_array_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_error_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_json_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_number_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_result_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_string_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/conditional_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/conditional_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/deployment_provider_payload_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/deployment_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/document_document_to_document_index.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/document_index_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/document_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/document_status.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/enriched_normalized_completion.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/entity_status.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/environment_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/error_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/error_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_prompt_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_prompt_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_array_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_error_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_json_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_number_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_string_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_vellum_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/finish_reason_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_chat_message_content.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/function_call_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_options_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_result_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_stream_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_stream_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/generate_stream_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/image_chat_message_content.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/image_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/image_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/image_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/indexing_state_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/initiated_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/json_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/json_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/json_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/logical_operator.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/logprobs_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/metadata_filter_config_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/metadata_filter_rule_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_build_config.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_exec_config.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_exec_config_parameters.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_read_status_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/model_version_sandbox_snapshot.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_array_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_error_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_json_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_number_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_compiled_string_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_array_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_error_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_function_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_json_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_number_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_string_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/node_output_compiled_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/normalized_log_probs.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/normalized_token_log_probs.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/number_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/number_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/paginated_document_index_read_list.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/paginated_slim_document_list.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/processing_failure_reason_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/processing_state_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_deployment_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block_data_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block_properties.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block_properties_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/prompt_template_block_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/provider_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/register_prompt_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/register_prompt_model_parameters_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/register_prompt_prompt.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/register_prompt_prompt_info_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/register_prompt_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/registered_prompt_deployment.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/registered_prompt_input_variable_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/registered_prompt_model_version.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/registered_prompt_sandbox.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/registered_prompt_sandbox_snapshot.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/sandbox_scenario.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/scenario_input.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/scenario_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/scenario_input_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_filters_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_request_options_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_result_document.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_result_document_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_result_merging_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_result_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_results_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_results_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/search_weights_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/slim_deployment_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/slim_document.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/slim_workflow_deployment.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/streaming_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/string_chat_message_content.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/string_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/string_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/string_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/string_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/submit_completion_actual_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/subworkflow_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/subworkflow_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_array_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_error_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_function_call_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_json_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_number_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_result_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_search_results_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/templating_node_string_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_array_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_error_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_function_call_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_json_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_number_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_result_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_search_results_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/terminal_node_string_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_error_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_json_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_number_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_string_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_case_variable_value.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_exec_config.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_state.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_test_suite.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/test_suite_test_case.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/upload_document_error_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/upload_document_response.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_error_code_enum.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_error_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_image.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_image_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_variable.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/vellum_variable_type.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_deployment_read.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_event_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_event_type.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_node_result_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_node_result_event_state.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_array.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_chat_history.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_image.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_json.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_number.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_search_results.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_output_string.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_request_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_request_json_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_request_number_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_request_string_input_request.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/workflow_stream_event.py +0 -0
- {vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/version.py +0 -0
@@ -210,6 +210,7 @@ from .types import (
|
|
210
210
|
PaginatedSlimDocumentList,
|
211
211
|
PaginatedSlimWorkflowDeploymentList,
|
212
212
|
PaginatedTestSuiteRunExecutionList,
|
213
|
+
PaginatedTestSuiteTestCaseList,
|
213
214
|
ProcessingFailureReasonEnum,
|
214
215
|
ProcessingStateEnum,
|
215
216
|
PromptDeploymentExpandMetaRequestRequest,
|
@@ -372,6 +373,9 @@ from .types import (
|
|
372
373
|
TestSuiteRunMetricOutput,
|
373
374
|
TestSuiteRunMetricOutput_Error,
|
374
375
|
TestSuiteRunMetricOutput_Number,
|
376
|
+
TestSuiteRunMetricOutput_String,
|
377
|
+
TestSuiteRunMetricStringOutput,
|
378
|
+
TestSuiteRunMetricStringOutputTypeEnum,
|
375
379
|
TestSuiteRunRead,
|
376
380
|
TestSuiteRunState,
|
377
381
|
TestSuiteRunTestSuite,
|
@@ -700,6 +704,7 @@ __all__ = [
|
|
700
704
|
"PaginatedSlimDocumentList",
|
701
705
|
"PaginatedSlimWorkflowDeploymentList",
|
702
706
|
"PaginatedTestSuiteRunExecutionList",
|
707
|
+
"PaginatedTestSuiteTestCaseList",
|
703
708
|
"ProcessingFailureReasonEnum",
|
704
709
|
"ProcessingStateEnum",
|
705
710
|
"PromptDeploymentExpandMetaRequestRequest",
|
@@ -862,6 +867,9 @@ __all__ = [
|
|
862
867
|
"TestSuiteRunMetricOutput",
|
863
868
|
"TestSuiteRunMetricOutput_Error",
|
864
869
|
"TestSuiteRunMetricOutput_Number",
|
870
|
+
"TestSuiteRunMetricOutput_String",
|
871
|
+
"TestSuiteRunMetricStringOutput",
|
872
|
+
"TestSuiteRunMetricStringOutputTypeEnum",
|
865
873
|
"TestSuiteRunRead",
|
866
874
|
"TestSuiteRunState",
|
867
875
|
"TestSuiteRunTestSuite",
|
@@ -18,7 +18,7 @@ class BaseClientWrapper:
|
|
18
18
|
headers: typing.Dict[str, str] = {
|
19
19
|
"X-Fern-Language": "Python",
|
20
20
|
"X-Fern-SDK-Name": "vellum-ai",
|
21
|
-
"X-Fern-SDK-Version": "0.3.
|
21
|
+
"X-Fern-SDK-Version": "0.3.20",
|
22
22
|
}
|
23
23
|
headers["X_API_KEY"] = self.api_key
|
24
24
|
return headers
|
@@ -10,6 +10,7 @@ from ...core.jsonable_encoder import jsonable_encoder
|
|
10
10
|
from ...core.remove_none_from_dict import remove_none_from_dict
|
11
11
|
from ...core.request_options import RequestOptions
|
12
12
|
from ...types.named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
|
13
|
+
from ...types.paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
|
13
14
|
from ...types.test_suite_test_case import TestSuiteTestCase
|
14
15
|
|
15
16
|
try:
|
@@ -25,6 +26,76 @@ class TestSuitesClient:
|
|
25
26
|
def __init__(self, *, client_wrapper: SyncClientWrapper):
|
26
27
|
self._client_wrapper = client_wrapper
|
27
28
|
|
29
|
+
def list_test_suite_test_cases(
|
30
|
+
self,
|
31
|
+
id: str,
|
32
|
+
*,
|
33
|
+
limit: typing.Optional[int] = None,
|
34
|
+
offset: typing.Optional[int] = None,
|
35
|
+
request_options: typing.Optional[RequestOptions] = None,
|
36
|
+
) -> PaginatedTestSuiteTestCaseList:
|
37
|
+
"""
|
38
|
+
List the Test Cases associated with a Test Suite
|
39
|
+
|
40
|
+
Parameters:
|
41
|
+
- id: str. A UUID string identifying this test suite.
|
42
|
+
|
43
|
+
- limit: typing.Optional[int]. Number of results to return per page.
|
44
|
+
|
45
|
+
- offset: typing.Optional[int]. The initial index from which to return the results.
|
46
|
+
|
47
|
+
- request_options: typing.Optional[RequestOptions]. Request-specific configuration.
|
48
|
+
---
|
49
|
+
from vellum.client import Vellum
|
50
|
+
|
51
|
+
client = Vellum(
|
52
|
+
api_key="YOUR_API_KEY",
|
53
|
+
)
|
54
|
+
client.test_suites.list_test_suite_test_cases(
|
55
|
+
id="id",
|
56
|
+
)
|
57
|
+
"""
|
58
|
+
_response = self._client_wrapper.httpx_client.request(
|
59
|
+
"GET",
|
60
|
+
urllib.parse.urljoin(
|
61
|
+
f"{self._client_wrapper.get_environment().default}/",
|
62
|
+
f"v1/test-suites/{jsonable_encoder(id)}/test-cases",
|
63
|
+
),
|
64
|
+
params=jsonable_encoder(
|
65
|
+
remove_none_from_dict(
|
66
|
+
{
|
67
|
+
"limit": limit,
|
68
|
+
"offset": offset,
|
69
|
+
**(
|
70
|
+
request_options.get("additional_query_parameters", {})
|
71
|
+
if request_options is not None
|
72
|
+
else {}
|
73
|
+
),
|
74
|
+
}
|
75
|
+
)
|
76
|
+
),
|
77
|
+
headers=jsonable_encoder(
|
78
|
+
remove_none_from_dict(
|
79
|
+
{
|
80
|
+
**self._client_wrapper.get_headers(),
|
81
|
+
**(request_options.get("additional_headers", {}) if request_options is not None else {}),
|
82
|
+
}
|
83
|
+
)
|
84
|
+
),
|
85
|
+
timeout=request_options.get("timeout_in_seconds")
|
86
|
+
if request_options is not None and request_options.get("timeout_in_seconds") is not None
|
87
|
+
else self._client_wrapper.get_timeout(),
|
88
|
+
retries=0,
|
89
|
+
max_retries=request_options.get("max_retries") if request_options is not None else 0, # type: ignore
|
90
|
+
)
|
91
|
+
if 200 <= _response.status_code < 300:
|
92
|
+
return pydantic.parse_obj_as(PaginatedTestSuiteTestCaseList, _response.json()) # type: ignore
|
93
|
+
try:
|
94
|
+
_response_json = _response.json()
|
95
|
+
except JSONDecodeError:
|
96
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
97
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
98
|
+
|
28
99
|
def upsert_test_suite_test_case(
|
29
100
|
self,
|
30
101
|
id: str,
|
@@ -169,6 +240,76 @@ class AsyncTestSuitesClient:
|
|
169
240
|
def __init__(self, *, client_wrapper: AsyncClientWrapper):
|
170
241
|
self._client_wrapper = client_wrapper
|
171
242
|
|
243
|
+
async def list_test_suite_test_cases(
|
244
|
+
self,
|
245
|
+
id: str,
|
246
|
+
*,
|
247
|
+
limit: typing.Optional[int] = None,
|
248
|
+
offset: typing.Optional[int] = None,
|
249
|
+
request_options: typing.Optional[RequestOptions] = None,
|
250
|
+
) -> PaginatedTestSuiteTestCaseList:
|
251
|
+
"""
|
252
|
+
List the Test Cases associated with a Test Suite
|
253
|
+
|
254
|
+
Parameters:
|
255
|
+
- id: str. A UUID string identifying this test suite.
|
256
|
+
|
257
|
+
- limit: typing.Optional[int]. Number of results to return per page.
|
258
|
+
|
259
|
+
- offset: typing.Optional[int]. The initial index from which to return the results.
|
260
|
+
|
261
|
+
- request_options: typing.Optional[RequestOptions]. Request-specific configuration.
|
262
|
+
---
|
263
|
+
from vellum.client import AsyncVellum
|
264
|
+
|
265
|
+
client = AsyncVellum(
|
266
|
+
api_key="YOUR_API_KEY",
|
267
|
+
)
|
268
|
+
await client.test_suites.list_test_suite_test_cases(
|
269
|
+
id="id",
|
270
|
+
)
|
271
|
+
"""
|
272
|
+
_response = await self._client_wrapper.httpx_client.request(
|
273
|
+
"GET",
|
274
|
+
urllib.parse.urljoin(
|
275
|
+
f"{self._client_wrapper.get_environment().default}/",
|
276
|
+
f"v1/test-suites/{jsonable_encoder(id)}/test-cases",
|
277
|
+
),
|
278
|
+
params=jsonable_encoder(
|
279
|
+
remove_none_from_dict(
|
280
|
+
{
|
281
|
+
"limit": limit,
|
282
|
+
"offset": offset,
|
283
|
+
**(
|
284
|
+
request_options.get("additional_query_parameters", {})
|
285
|
+
if request_options is not None
|
286
|
+
else {}
|
287
|
+
),
|
288
|
+
}
|
289
|
+
)
|
290
|
+
),
|
291
|
+
headers=jsonable_encoder(
|
292
|
+
remove_none_from_dict(
|
293
|
+
{
|
294
|
+
**self._client_wrapper.get_headers(),
|
295
|
+
**(request_options.get("additional_headers", {}) if request_options is not None else {}),
|
296
|
+
}
|
297
|
+
)
|
298
|
+
),
|
299
|
+
timeout=request_options.get("timeout_in_seconds")
|
300
|
+
if request_options is not None and request_options.get("timeout_in_seconds") is not None
|
301
|
+
else self._client_wrapper.get_timeout(),
|
302
|
+
retries=0,
|
303
|
+
max_retries=request_options.get("max_retries") if request_options is not None else 0, # type: ignore
|
304
|
+
)
|
305
|
+
if 200 <= _response.status_code < 300:
|
306
|
+
return pydantic.parse_obj_as(PaginatedTestSuiteTestCaseList, _response.json()) # type: ignore
|
307
|
+
try:
|
308
|
+
_response_json = _response.json()
|
309
|
+
except JSONDecodeError:
|
310
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
311
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
312
|
+
|
172
313
|
async def upsert_test_suite_test_case(
|
173
314
|
self,
|
174
315
|
id: str,
|
@@ -233,6 +233,7 @@ from .paginated_slim_deployment_read_list import PaginatedSlimDeploymentReadList
|
|
233
233
|
from .paginated_slim_document_list import PaginatedSlimDocumentList
|
234
234
|
from .paginated_slim_workflow_deployment_list import PaginatedSlimWorkflowDeploymentList
|
235
235
|
from .paginated_test_suite_run_execution_list import PaginatedTestSuiteRunExecutionList
|
236
|
+
from .paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
|
236
237
|
from .processing_failure_reason_enum import ProcessingFailureReasonEnum
|
237
238
|
from .processing_state_enum import ProcessingStateEnum
|
238
239
|
from .prompt_deployment_expand_meta_request_request import PromptDeploymentExpandMetaRequestRequest
|
@@ -418,7 +419,10 @@ from .test_suite_run_metric_output import (
|
|
418
419
|
TestSuiteRunMetricOutput,
|
419
420
|
TestSuiteRunMetricOutput_Error,
|
420
421
|
TestSuiteRunMetricOutput_Number,
|
422
|
+
TestSuiteRunMetricOutput_String,
|
421
423
|
)
|
424
|
+
from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
|
425
|
+
from .test_suite_run_metric_string_output_type_enum import TestSuiteRunMetricStringOutputTypeEnum
|
422
426
|
from .test_suite_run_read import TestSuiteRunRead
|
423
427
|
from .test_suite_run_state import TestSuiteRunState
|
424
428
|
from .test_suite_run_test_suite import TestSuiteRunTestSuite
|
@@ -731,6 +735,7 @@ __all__ = [
|
|
731
735
|
"PaginatedSlimDocumentList",
|
732
736
|
"PaginatedSlimWorkflowDeploymentList",
|
733
737
|
"PaginatedTestSuiteRunExecutionList",
|
738
|
+
"PaginatedTestSuiteTestCaseList",
|
734
739
|
"ProcessingFailureReasonEnum",
|
735
740
|
"ProcessingStateEnum",
|
736
741
|
"PromptDeploymentExpandMetaRequestRequest",
|
@@ -893,6 +898,9 @@ __all__ = [
|
|
893
898
|
"TestSuiteRunMetricOutput",
|
894
899
|
"TestSuiteRunMetricOutput_Error",
|
895
900
|
"TestSuiteRunMetricOutput_Number",
|
901
|
+
"TestSuiteRunMetricOutput_String",
|
902
|
+
"TestSuiteRunMetricStringOutput",
|
903
|
+
"TestSuiteRunMetricStringOutputTypeEnum",
|
896
904
|
"TestSuiteRunRead",
|
897
905
|
"TestSuiteRunState",
|
898
906
|
"TestSuiteRunTestSuite",
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
import datetime as dt
|
4
|
+
import typing
|
5
|
+
|
6
|
+
from ..core.datetime_utils import serialize_datetime
|
7
|
+
from .test_suite_test_case import TestSuiteTestCase
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class PaginatedTestSuiteTestCaseList(pydantic.BaseModel):
|
16
|
+
count: int
|
17
|
+
next: typing.Optional[str] = None
|
18
|
+
previous: typing.Optional[str] = None
|
19
|
+
results: typing.List[TestSuiteTestCase]
|
20
|
+
|
21
|
+
def json(self, **kwargs: typing.Any) -> str:
|
22
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
23
|
+
return super().json(**kwargs_with_defaults)
|
24
|
+
|
25
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
26
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
27
|
+
return super().dict(**kwargs_with_defaults)
|
28
|
+
|
29
|
+
class Config:
|
30
|
+
frozen = True
|
31
|
+
smart_union = True
|
32
|
+
extra = pydantic.Extra.allow
|
33
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -6,6 +6,17 @@ import typing
|
|
6
6
|
|
7
7
|
from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
|
8
8
|
from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
|
9
|
+
from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
|
10
|
+
|
11
|
+
|
12
|
+
class TestSuiteRunMetricOutput_String(TestSuiteRunMetricStringOutput):
|
13
|
+
type: typing.Literal["STRING"] = "STRING"
|
14
|
+
|
15
|
+
class Config:
|
16
|
+
frozen = True
|
17
|
+
smart_union = True
|
18
|
+
allow_population_by_field_name = True
|
19
|
+
populate_by_name = True
|
9
20
|
|
10
21
|
|
11
22
|
class TestSuiteRunMetricOutput_Number(TestSuiteRunMetricNumberOutput):
|
@@ -28,4 +39,6 @@ class TestSuiteRunMetricOutput_Error(TestSuiteRunMetricErrorOutput):
|
|
28
39
|
populate_by_name = True
|
29
40
|
|
30
41
|
|
31
|
-
TestSuiteRunMetricOutput = typing.Union[
|
42
|
+
TestSuiteRunMetricOutput = typing.Union[
|
43
|
+
TestSuiteRunMetricOutput_String, TestSuiteRunMetricOutput_Number, TestSuiteRunMetricOutput_Error
|
44
|
+
]
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
import datetime as dt
|
4
|
+
import typing
|
5
|
+
|
6
|
+
from ..core.datetime_utils import serialize_datetime
|
7
|
+
|
8
|
+
try:
|
9
|
+
import pydantic.v1 as pydantic # type: ignore
|
10
|
+
except ImportError:
|
11
|
+
import pydantic # type: ignore
|
12
|
+
|
13
|
+
|
14
|
+
class TestSuiteRunMetricStringOutput(pydantic.BaseModel):
|
15
|
+
"""
|
16
|
+
Output for a test suite run metric that is of type STRING
|
17
|
+
"""
|
18
|
+
|
19
|
+
value: str
|
20
|
+
name: str
|
21
|
+
|
22
|
+
def json(self, **kwargs: typing.Any) -> str:
|
23
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
24
|
+
return super().json(**kwargs_with_defaults)
|
25
|
+
|
26
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
27
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
28
|
+
return super().dict(**kwargs_with_defaults)
|
29
|
+
|
30
|
+
class Config:
|
31
|
+
frozen = True
|
32
|
+
smart_union = True
|
33
|
+
extra = pydantic.Extra.allow
|
34
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/document_indexes/types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/resources/workflow_deployments/types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content_item_request.py
RENAMED
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/array_chat_message_content_request.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_chat_history_result.py
RENAMED
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_function_call_result.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/code_execution_node_search_results_result.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/deployment_provider_payload_response.py
RENAMED
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/document_document_to_document_index.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_stream_error_response.py
RENAMED
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execute_workflow_workflow_result_event.py
RENAMED
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_chat_history_vellum_value.py
RENAMED
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_function_call_vellum_value.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{vellum_ai-0.3.19 → vellum_ai-0.3.20}/src/vellum/types/execution_search_results_vellum_value.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|