vellum-ai 0.3.22__tar.gz → 0.3.23__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/PKG-INFO +2 -1
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/pyproject.toml +2 -1
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/__init__.py +44 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/__init__.py +46 -0
- vellum_ai-0.3.23/src/vellum/types/external_test_case_execution.py +35 -0
- vellum_ai-0.3.23/src/vellum/types/external_test_case_execution_request.py +35 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_chat_history_variable_value.py +35 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_error_variable_value.py +35 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_json_variable_value.py +34 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_number_variable_value.py +34 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_search_results_variable_value.py +35 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_string_variable_value.py +34 -0
- vellum_ai-0.3.23/src/vellum/types/named_test_case_variable_value.py +82 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/sandbox_scenario.py +4 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_chat_history_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_error_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_json_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_number_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_search_results_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_string_variable_value.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_exec_config.py +14 -1
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_exec_config_request.py +14 -1
- vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config.py +38 -0
- vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_data.py +33 -0
- vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_data_request.py +33 -0
- vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_request.py +38 -0
- vellum_ai-0.3.23/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +5 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/LICENSE +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/README.md +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/api_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/datetime_utils.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/file.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/http_client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/jsonable_encoder.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/remove_none_from_dict.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/core/request_options.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/environment.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/bad_request_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/conflict_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/forbidden_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/internal_server_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/errors/not_found_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/py.typed +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/types/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/documents/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/documents/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/folder_entities/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/folder_entities/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/model_versions/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/model_versions/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/registered_prompts/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/registered_prompts/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/sandboxes/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/sandboxes/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suite_runs/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suites/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/test_suites/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/client.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/_jsii/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/constraints.json +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/document_index/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/provider/__init__.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/py.typed +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/terraform/versions.json +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/api_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/api_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_item.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/array_variable_value_item.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/block_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_history_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_content.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_content_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/chat_message_role.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_array_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_error_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_json_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_number_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_result_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/code_execution_node_string_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/conditional_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/conditional_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/deployment_provider_payload_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/deployment_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_document_to_document_index.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_index_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/document_status.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/enriched_normalized_completion.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/entity_status.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/environment_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/error_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/error_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_prompt_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_array_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_error_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_json_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_number_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_string_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/execution_vellum_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/finish_reason_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/function_call_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_options_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_result_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/generate_stream_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_chat_message_content.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/image_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/indexing_state_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/json_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/logical_operator.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/logprobs_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_config_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/metadata_filter_rule_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/ml_model_usage.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_build_config.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_exec_config.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_exec_config_parameters.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_read_status_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/model_version_sandbox_snapshot.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_array_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_error_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_json_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_number_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_compiled_string_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_array_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_error_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_function_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_json_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_number_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_string_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/node_output_compiled_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/normalized_log_probs.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/normalized_token_log_probs.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/number_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/number_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_document_index_read_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_document_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/processing_failure_reason_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/processing_state_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_deployment_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_data_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_properties.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_properties_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/prompt_template_block_state.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/provider_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_model_parameters_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_prompt.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_prompt_info_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/register_prompt_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_deployment.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_input_variable_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_model_version.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_sandbox.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/registered_prompt_sandbox_snapshot.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/scenario_input_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_filters_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_request_options_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_document.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_document_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_merging_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_result_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_results_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_results_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/search_weights_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_deployment_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_document.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/slim_workflow_deployment.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_chat_message_content.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_chat_message_content_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/string_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_completion_actual_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/subworkflow_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/subworkflow_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_array_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_error_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_function_call_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_json_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_number_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_result_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_search_results_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/templating_node_string_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_array_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_error_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_function_call_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_json_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_number_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_result_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_search_results_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/terminal_node_string_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_case_variable_value.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_state.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_test_suite.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/test_suite_test_case.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/upload_document_error_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/upload_document_response.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error_code_enum.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_error_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_image.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_image_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_variable.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/vellum_variable_type.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_deployment_read.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_event_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_event_type.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_node_result_event_state.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_array.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_chat_history.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_image.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_json.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_number.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_search_results.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_output_string.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_json_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_number_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_request_string_input_request.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/types/workflow_stream_event.py +0 -0
- {vellum_ai-0.3.22 → vellum_ai-0.3.23}/src/vellum/version.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vellum-ai
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.23
|
4
4
|
Summary:
|
5
5
|
Requires-Python: >=3.8,<4.0
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
@@ -12,6 +12,7 @@ Requires-Dist: cdktf (>=0.20.5,<0.21.0)
|
|
12
12
|
Requires-Dist: httpx (>=0.21.2)
|
13
13
|
Requires-Dist: publication (==0.0.3)
|
14
14
|
Requires-Dist: pydantic (>=1.9.2)
|
15
|
+
Requires-Dist: requests_mock (>=1.11.0,<2.0.0)
|
15
16
|
Requires-Dist: typing_extensions (>=4.0.0)
|
16
17
|
Description-Content-Type: text/markdown
|
17
18
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "vellum-ai"
|
3
|
-
version = "0.3.
|
3
|
+
version = "0.3.23"
|
4
4
|
description = ""
|
5
5
|
readme = "README.md"
|
6
6
|
authors = []
|
@@ -14,6 +14,7 @@ cdktf = "^0.20.5"
|
|
14
14
|
httpx = ">=0.21.2"
|
15
15
|
publication = "0.0.3"
|
16
16
|
pydantic = ">= 1.9.2"
|
17
|
+
requests_mock = "^1.11.0"
|
17
18
|
typing_extensions = ">= 4.0.0"
|
18
19
|
|
19
20
|
[tool.poetry.dev-dependencies]
|
@@ -104,6 +104,8 @@ from .types import (
|
|
104
104
|
ExecutionVellumValue_Number,
|
105
105
|
ExecutionVellumValue_SearchResults,
|
106
106
|
ExecutionVellumValue_String,
|
107
|
+
ExternalTestCaseExecution,
|
108
|
+
ExternalTestCaseExecutionRequest,
|
107
109
|
FinishReasonEnum,
|
108
110
|
FulfilledEnum,
|
109
111
|
FulfilledExecutePromptEvent,
|
@@ -155,12 +157,19 @@ from .types import (
|
|
155
157
|
ModelVersionRead,
|
156
158
|
ModelVersionReadStatusEnum,
|
157
159
|
ModelVersionSandboxSnapshot,
|
160
|
+
NamedTestCaseChatHistoryVariableValue,
|
158
161
|
NamedTestCaseChatHistoryVariableValueRequest,
|
162
|
+
NamedTestCaseErrorVariableValue,
|
159
163
|
NamedTestCaseErrorVariableValueRequest,
|
164
|
+
NamedTestCaseJsonVariableValue,
|
160
165
|
NamedTestCaseJsonVariableValueRequest,
|
166
|
+
NamedTestCaseNumberVariableValue,
|
161
167
|
NamedTestCaseNumberVariableValueRequest,
|
168
|
+
NamedTestCaseSearchResultsVariableValue,
|
162
169
|
NamedTestCaseSearchResultsVariableValueRequest,
|
170
|
+
NamedTestCaseStringVariableValue,
|
163
171
|
NamedTestCaseStringVariableValueRequest,
|
172
|
+
NamedTestCaseVariableValue,
|
164
173
|
NamedTestCaseVariableValueRequest,
|
165
174
|
NamedTestCaseVariableValueRequest_ChatHistory,
|
166
175
|
NamedTestCaseVariableValueRequest_Error,
|
@@ -168,6 +177,12 @@ from .types import (
|
|
168
177
|
NamedTestCaseVariableValueRequest_Number,
|
169
178
|
NamedTestCaseVariableValueRequest_SearchResults,
|
170
179
|
NamedTestCaseVariableValueRequest_String,
|
180
|
+
NamedTestCaseVariableValue_ChatHistory,
|
181
|
+
NamedTestCaseVariableValue_Error,
|
182
|
+
NamedTestCaseVariableValue_Json,
|
183
|
+
NamedTestCaseVariableValue_Number,
|
184
|
+
NamedTestCaseVariableValue_SearchResults,
|
185
|
+
NamedTestCaseVariableValue_String,
|
171
186
|
NodeInputCompiledArrayValue,
|
172
187
|
NodeInputCompiledChatHistoryValue,
|
173
188
|
NodeInputCompiledErrorValue,
|
@@ -350,8 +365,10 @@ from .types import (
|
|
350
365
|
TestSuiteRunExecConfig,
|
351
366
|
TestSuiteRunExecConfigRequest,
|
352
367
|
TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
|
368
|
+
TestSuiteRunExecConfigRequest_External,
|
353
369
|
TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
|
354
370
|
TestSuiteRunExecConfig_DeploymentReleaseTag,
|
371
|
+
TestSuiteRunExecConfig_External,
|
355
372
|
TestSuiteRunExecConfig_WorkflowReleaseTag,
|
356
373
|
TestSuiteRunExecution,
|
357
374
|
TestSuiteRunExecutionChatHistoryOutput,
|
@@ -369,6 +386,11 @@ from .types import (
|
|
369
386
|
TestSuiteRunExecutionOutput_String,
|
370
387
|
TestSuiteRunExecutionSearchResultsOutput,
|
371
388
|
TestSuiteRunExecutionStringOutput,
|
389
|
+
TestSuiteRunExternalExecConfig,
|
390
|
+
TestSuiteRunExternalExecConfigData,
|
391
|
+
TestSuiteRunExternalExecConfigDataRequest,
|
392
|
+
TestSuiteRunExternalExecConfigRequest,
|
393
|
+
TestSuiteRunExternalExecConfigTypeEnum,
|
372
394
|
TestSuiteRunMetricErrorOutput,
|
373
395
|
TestSuiteRunMetricErrorOutputTypeEnum,
|
374
396
|
TestSuiteRunMetricNumberOutput,
|
@@ -598,6 +620,8 @@ __all__ = [
|
|
598
620
|
"ExecutionVellumValue_Number",
|
599
621
|
"ExecutionVellumValue_SearchResults",
|
600
622
|
"ExecutionVellumValue_String",
|
623
|
+
"ExternalTestCaseExecution",
|
624
|
+
"ExternalTestCaseExecutionRequest",
|
601
625
|
"FinishReasonEnum",
|
602
626
|
"ForbiddenError",
|
603
627
|
"FulfilledEnum",
|
@@ -651,12 +675,19 @@ __all__ = [
|
|
651
675
|
"ModelVersionRead",
|
652
676
|
"ModelVersionReadStatusEnum",
|
653
677
|
"ModelVersionSandboxSnapshot",
|
678
|
+
"NamedTestCaseChatHistoryVariableValue",
|
654
679
|
"NamedTestCaseChatHistoryVariableValueRequest",
|
680
|
+
"NamedTestCaseErrorVariableValue",
|
655
681
|
"NamedTestCaseErrorVariableValueRequest",
|
682
|
+
"NamedTestCaseJsonVariableValue",
|
656
683
|
"NamedTestCaseJsonVariableValueRequest",
|
684
|
+
"NamedTestCaseNumberVariableValue",
|
657
685
|
"NamedTestCaseNumberVariableValueRequest",
|
686
|
+
"NamedTestCaseSearchResultsVariableValue",
|
658
687
|
"NamedTestCaseSearchResultsVariableValueRequest",
|
688
|
+
"NamedTestCaseStringVariableValue",
|
659
689
|
"NamedTestCaseStringVariableValueRequest",
|
690
|
+
"NamedTestCaseVariableValue",
|
660
691
|
"NamedTestCaseVariableValueRequest",
|
661
692
|
"NamedTestCaseVariableValueRequest_ChatHistory",
|
662
693
|
"NamedTestCaseVariableValueRequest_Error",
|
@@ -664,6 +695,12 @@ __all__ = [
|
|
664
695
|
"NamedTestCaseVariableValueRequest_Number",
|
665
696
|
"NamedTestCaseVariableValueRequest_SearchResults",
|
666
697
|
"NamedTestCaseVariableValueRequest_String",
|
698
|
+
"NamedTestCaseVariableValue_ChatHistory",
|
699
|
+
"NamedTestCaseVariableValue_Error",
|
700
|
+
"NamedTestCaseVariableValue_Json",
|
701
|
+
"NamedTestCaseVariableValue_Number",
|
702
|
+
"NamedTestCaseVariableValue_SearchResults",
|
703
|
+
"NamedTestCaseVariableValue_String",
|
667
704
|
"NodeInputCompiledArrayValue",
|
668
705
|
"NodeInputCompiledChatHistoryValue",
|
669
706
|
"NodeInputCompiledErrorValue",
|
@@ -847,8 +884,10 @@ __all__ = [
|
|
847
884
|
"TestSuiteRunExecConfig",
|
848
885
|
"TestSuiteRunExecConfigRequest",
|
849
886
|
"TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
|
887
|
+
"TestSuiteRunExecConfigRequest_External",
|
850
888
|
"TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
|
851
889
|
"TestSuiteRunExecConfig_DeploymentReleaseTag",
|
890
|
+
"TestSuiteRunExecConfig_External",
|
852
891
|
"TestSuiteRunExecConfig_WorkflowReleaseTag",
|
853
892
|
"TestSuiteRunExecution",
|
854
893
|
"TestSuiteRunExecutionChatHistoryOutput",
|
@@ -866,6 +905,11 @@ __all__ = [
|
|
866
905
|
"TestSuiteRunExecutionOutput_String",
|
867
906
|
"TestSuiteRunExecutionSearchResultsOutput",
|
868
907
|
"TestSuiteRunExecutionStringOutput",
|
908
|
+
"TestSuiteRunExternalExecConfig",
|
909
|
+
"TestSuiteRunExternalExecConfigData",
|
910
|
+
"TestSuiteRunExternalExecConfigDataRequest",
|
911
|
+
"TestSuiteRunExternalExecConfigRequest",
|
912
|
+
"TestSuiteRunExternalExecConfigTypeEnum",
|
869
913
|
"TestSuiteRunMetricErrorOutput",
|
870
914
|
"TestSuiteRunMetricErrorOutputTypeEnum",
|
871
915
|
"TestSuiteRunMetricNumberOutput",
|
@@ -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.23",
|
22
22
|
}
|
23
23
|
headers["X_API_KEY"] = self.api_key
|
24
24
|
return headers
|
@@ -123,6 +123,8 @@ from .execution_vellum_value import (
|
|
123
123
|
ExecutionVellumValue_SearchResults,
|
124
124
|
ExecutionVellumValue_String,
|
125
125
|
)
|
126
|
+
from .external_test_case_execution import ExternalTestCaseExecution
|
127
|
+
from .external_test_case_execution_request import ExternalTestCaseExecutionRequest
|
126
128
|
from .finish_reason_enum import FinishReasonEnum
|
127
129
|
from .fulfilled_enum import FulfilledEnum
|
128
130
|
from .fulfilled_execute_prompt_event import FulfilledExecutePromptEvent
|
@@ -172,12 +174,27 @@ from .model_version_exec_config_parameters import ModelVersionExecConfigParamete
|
|
172
174
|
from .model_version_read import ModelVersionRead
|
173
175
|
from .model_version_read_status_enum import ModelVersionReadStatusEnum
|
174
176
|
from .model_version_sandbox_snapshot import ModelVersionSandboxSnapshot
|
177
|
+
from .named_test_case_chat_history_variable_value import NamedTestCaseChatHistoryVariableValue
|
175
178
|
from .named_test_case_chat_history_variable_value_request import NamedTestCaseChatHistoryVariableValueRequest
|
179
|
+
from .named_test_case_error_variable_value import NamedTestCaseErrorVariableValue
|
176
180
|
from .named_test_case_error_variable_value_request import NamedTestCaseErrorVariableValueRequest
|
181
|
+
from .named_test_case_json_variable_value import NamedTestCaseJsonVariableValue
|
177
182
|
from .named_test_case_json_variable_value_request import NamedTestCaseJsonVariableValueRequest
|
183
|
+
from .named_test_case_number_variable_value import NamedTestCaseNumberVariableValue
|
178
184
|
from .named_test_case_number_variable_value_request import NamedTestCaseNumberVariableValueRequest
|
185
|
+
from .named_test_case_search_results_variable_value import NamedTestCaseSearchResultsVariableValue
|
179
186
|
from .named_test_case_search_results_variable_value_request import NamedTestCaseSearchResultsVariableValueRequest
|
187
|
+
from .named_test_case_string_variable_value import NamedTestCaseStringVariableValue
|
180
188
|
from .named_test_case_string_variable_value_request import NamedTestCaseStringVariableValueRequest
|
189
|
+
from .named_test_case_variable_value import (
|
190
|
+
NamedTestCaseVariableValue,
|
191
|
+
NamedTestCaseVariableValue_ChatHistory,
|
192
|
+
NamedTestCaseVariableValue_Error,
|
193
|
+
NamedTestCaseVariableValue_Json,
|
194
|
+
NamedTestCaseVariableValue_Number,
|
195
|
+
NamedTestCaseVariableValue_SearchResults,
|
196
|
+
NamedTestCaseVariableValue_String,
|
197
|
+
)
|
181
198
|
from .named_test_case_variable_value_request import (
|
182
199
|
NamedTestCaseVariableValueRequest,
|
183
200
|
NamedTestCaseVariableValueRequest_ChatHistory,
|
@@ -389,11 +406,13 @@ from .test_suite_run_deployment_release_tag_exec_config_type_enum import (
|
|
389
406
|
from .test_suite_run_exec_config import (
|
390
407
|
TestSuiteRunExecConfig,
|
391
408
|
TestSuiteRunExecConfig_DeploymentReleaseTag,
|
409
|
+
TestSuiteRunExecConfig_External,
|
392
410
|
TestSuiteRunExecConfig_WorkflowReleaseTag,
|
393
411
|
)
|
394
412
|
from .test_suite_run_exec_config_request import (
|
395
413
|
TestSuiteRunExecConfigRequest,
|
396
414
|
TestSuiteRunExecConfigRequest_DeploymentReleaseTag,
|
415
|
+
TestSuiteRunExecConfigRequest_External,
|
397
416
|
TestSuiteRunExecConfigRequest_WorkflowReleaseTag,
|
398
417
|
)
|
399
418
|
from .test_suite_run_execution import TestSuiteRunExecution
|
@@ -414,6 +433,11 @@ from .test_suite_run_execution_output import (
|
|
414
433
|
)
|
415
434
|
from .test_suite_run_execution_search_results_output import TestSuiteRunExecutionSearchResultsOutput
|
416
435
|
from .test_suite_run_execution_string_output import TestSuiteRunExecutionStringOutput
|
436
|
+
from .test_suite_run_external_exec_config import TestSuiteRunExternalExecConfig
|
437
|
+
from .test_suite_run_external_exec_config_data import TestSuiteRunExternalExecConfigData
|
438
|
+
from .test_suite_run_external_exec_config_data_request import TestSuiteRunExternalExecConfigDataRequest
|
439
|
+
from .test_suite_run_external_exec_config_request import TestSuiteRunExternalExecConfigRequest
|
440
|
+
from .test_suite_run_external_exec_config_type_enum import TestSuiteRunExternalExecConfigTypeEnum
|
417
441
|
from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
|
418
442
|
from .test_suite_run_metric_error_output_type_enum import TestSuiteRunMetricErrorOutputTypeEnum
|
419
443
|
from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
|
@@ -632,6 +656,8 @@ __all__ = [
|
|
632
656
|
"ExecutionVellumValue_Number",
|
633
657
|
"ExecutionVellumValue_SearchResults",
|
634
658
|
"ExecutionVellumValue_String",
|
659
|
+
"ExternalTestCaseExecution",
|
660
|
+
"ExternalTestCaseExecutionRequest",
|
635
661
|
"FinishReasonEnum",
|
636
662
|
"FulfilledEnum",
|
637
663
|
"FulfilledExecutePromptEvent",
|
@@ -683,12 +709,19 @@ __all__ = [
|
|
683
709
|
"ModelVersionRead",
|
684
710
|
"ModelVersionReadStatusEnum",
|
685
711
|
"ModelVersionSandboxSnapshot",
|
712
|
+
"NamedTestCaseChatHistoryVariableValue",
|
686
713
|
"NamedTestCaseChatHistoryVariableValueRequest",
|
714
|
+
"NamedTestCaseErrorVariableValue",
|
687
715
|
"NamedTestCaseErrorVariableValueRequest",
|
716
|
+
"NamedTestCaseJsonVariableValue",
|
688
717
|
"NamedTestCaseJsonVariableValueRequest",
|
718
|
+
"NamedTestCaseNumberVariableValue",
|
689
719
|
"NamedTestCaseNumberVariableValueRequest",
|
720
|
+
"NamedTestCaseSearchResultsVariableValue",
|
690
721
|
"NamedTestCaseSearchResultsVariableValueRequest",
|
722
|
+
"NamedTestCaseStringVariableValue",
|
691
723
|
"NamedTestCaseStringVariableValueRequest",
|
724
|
+
"NamedTestCaseVariableValue",
|
692
725
|
"NamedTestCaseVariableValueRequest",
|
693
726
|
"NamedTestCaseVariableValueRequest_ChatHistory",
|
694
727
|
"NamedTestCaseVariableValueRequest_Error",
|
@@ -696,6 +729,12 @@ __all__ = [
|
|
696
729
|
"NamedTestCaseVariableValueRequest_Number",
|
697
730
|
"NamedTestCaseVariableValueRequest_SearchResults",
|
698
731
|
"NamedTestCaseVariableValueRequest_String",
|
732
|
+
"NamedTestCaseVariableValue_ChatHistory",
|
733
|
+
"NamedTestCaseVariableValue_Error",
|
734
|
+
"NamedTestCaseVariableValue_Json",
|
735
|
+
"NamedTestCaseVariableValue_Number",
|
736
|
+
"NamedTestCaseVariableValue_SearchResults",
|
737
|
+
"NamedTestCaseVariableValue_String",
|
699
738
|
"NodeInputCompiledArrayValue",
|
700
739
|
"NodeInputCompiledChatHistoryValue",
|
701
740
|
"NodeInputCompiledErrorValue",
|
@@ -878,8 +917,10 @@ __all__ = [
|
|
878
917
|
"TestSuiteRunExecConfig",
|
879
918
|
"TestSuiteRunExecConfigRequest",
|
880
919
|
"TestSuiteRunExecConfigRequest_DeploymentReleaseTag",
|
920
|
+
"TestSuiteRunExecConfigRequest_External",
|
881
921
|
"TestSuiteRunExecConfigRequest_WorkflowReleaseTag",
|
882
922
|
"TestSuiteRunExecConfig_DeploymentReleaseTag",
|
923
|
+
"TestSuiteRunExecConfig_External",
|
883
924
|
"TestSuiteRunExecConfig_WorkflowReleaseTag",
|
884
925
|
"TestSuiteRunExecution",
|
885
926
|
"TestSuiteRunExecutionChatHistoryOutput",
|
@@ -897,6 +938,11 @@ __all__ = [
|
|
897
938
|
"TestSuiteRunExecutionOutput_String",
|
898
939
|
"TestSuiteRunExecutionSearchResultsOutput",
|
899
940
|
"TestSuiteRunExecutionStringOutput",
|
941
|
+
"TestSuiteRunExternalExecConfig",
|
942
|
+
"TestSuiteRunExternalExecConfigData",
|
943
|
+
"TestSuiteRunExternalExecConfigDataRequest",
|
944
|
+
"TestSuiteRunExternalExecConfigRequest",
|
945
|
+
"TestSuiteRunExternalExecConfigTypeEnum",
|
900
946
|
"TestSuiteRunMetricErrorOutput",
|
901
947
|
"TestSuiteRunMetricErrorOutputTypeEnum",
|
902
948
|
"TestSuiteRunMetricNumberOutput",
|
@@ -0,0 +1,35 @@
|
|
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 .named_test_case_variable_value import NamedTestCaseVariableValue
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class ExternalTestCaseExecution(pydantic.BaseModel):
|
16
|
+
outputs: typing.List[NamedTestCaseVariableValue] = pydantic.Field()
|
17
|
+
"""
|
18
|
+
The output values of a callable that was executed against a Test Case outside of Vellum
|
19
|
+
"""
|
20
|
+
|
21
|
+
test_case_id: str
|
22
|
+
|
23
|
+
def json(self, **kwargs: typing.Any) -> str:
|
24
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
25
|
+
return super().json(**kwargs_with_defaults)
|
26
|
+
|
27
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
28
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
29
|
+
return super().dict(**kwargs_with_defaults)
|
30
|
+
|
31
|
+
class Config:
|
32
|
+
frozen = True
|
33
|
+
smart_union = True
|
34
|
+
extra = pydantic.Extra.allow
|
35
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,35 @@
|
|
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 .named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class ExternalTestCaseExecutionRequest(pydantic.BaseModel):
|
16
|
+
outputs: typing.List[NamedTestCaseVariableValueRequest] = pydantic.Field()
|
17
|
+
"""
|
18
|
+
The output values of a callable that was executed against a Test Case outside of Vellum
|
19
|
+
"""
|
20
|
+
|
21
|
+
test_case_id: str
|
22
|
+
|
23
|
+
def json(self, **kwargs: typing.Any) -> str:
|
24
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
25
|
+
return super().json(**kwargs_with_defaults)
|
26
|
+
|
27
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
28
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
29
|
+
return super().dict(**kwargs_with_defaults)
|
30
|
+
|
31
|
+
class Config:
|
32
|
+
frozen = True
|
33
|
+
smart_union = True
|
34
|
+
extra = pydantic.Extra.allow
|
35
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,35 @@
|
|
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 .chat_message import ChatMessage
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class NamedTestCaseChatHistoryVariableValue(pydantic.BaseModel):
|
16
|
+
"""
|
17
|
+
Named Test Case value that is of type CHAT_HISTORY
|
18
|
+
"""
|
19
|
+
|
20
|
+
value: typing.Optional[typing.List[ChatMessage]] = None
|
21
|
+
name: str
|
22
|
+
|
23
|
+
def json(self, **kwargs: typing.Any) -> str:
|
24
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
25
|
+
return super().json(**kwargs_with_defaults)
|
26
|
+
|
27
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
28
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
29
|
+
return super().dict(**kwargs_with_defaults)
|
30
|
+
|
31
|
+
class Config:
|
32
|
+
frozen = True
|
33
|
+
smart_union = True
|
34
|
+
extra = pydantic.Extra.allow
|
35
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,35 @@
|
|
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 .vellum_error import VellumError
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class NamedTestCaseErrorVariableValue(pydantic.BaseModel):
|
16
|
+
"""
|
17
|
+
Named Test Case value that is of type ERROR
|
18
|
+
"""
|
19
|
+
|
20
|
+
value: typing.Optional[VellumError] = None
|
21
|
+
name: str
|
22
|
+
|
23
|
+
def json(self, **kwargs: typing.Any) -> str:
|
24
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
25
|
+
return super().json(**kwargs_with_defaults)
|
26
|
+
|
27
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
28
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
29
|
+
return super().dict(**kwargs_with_defaults)
|
30
|
+
|
31
|
+
class Config:
|
32
|
+
frozen = True
|
33
|
+
smart_union = True
|
34
|
+
extra = pydantic.Extra.allow
|
35
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -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 NamedTestCaseJsonVariableValue(pydantic.BaseModel):
|
15
|
+
"""
|
16
|
+
Named Test Case value that is of type JSON
|
17
|
+
"""
|
18
|
+
|
19
|
+
value: typing.Optional[typing.Dict[str, typing.Any]] = None
|
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}
|
@@ -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 NamedTestCaseNumberVariableValue(pydantic.BaseModel):
|
15
|
+
"""
|
16
|
+
Named Test Case value that is of type NUMBER
|
17
|
+
"""
|
18
|
+
|
19
|
+
value: typing.Optional[float] = None
|
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}
|
@@ -0,0 +1,35 @@
|
|
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 .search_result import SearchResult
|
8
|
+
|
9
|
+
try:
|
10
|
+
import pydantic.v1 as pydantic # type: ignore
|
11
|
+
except ImportError:
|
12
|
+
import pydantic # type: ignore
|
13
|
+
|
14
|
+
|
15
|
+
class NamedTestCaseSearchResultsVariableValue(pydantic.BaseModel):
|
16
|
+
"""
|
17
|
+
Named Test Case value that is of type SEARCH_RESULTS
|
18
|
+
"""
|
19
|
+
|
20
|
+
value: typing.Optional[typing.List[SearchResult]] = None
|
21
|
+
name: str
|
22
|
+
|
23
|
+
def json(self, **kwargs: typing.Any) -> str:
|
24
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
25
|
+
return super().json(**kwargs_with_defaults)
|
26
|
+
|
27
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
28
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
29
|
+
return super().dict(**kwargs_with_defaults)
|
30
|
+
|
31
|
+
class Config:
|
32
|
+
frozen = True
|
33
|
+
smart_union = True
|
34
|
+
extra = pydantic.Extra.allow
|
35
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -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 NamedTestCaseStringVariableValue(pydantic.BaseModel):
|
15
|
+
"""
|
16
|
+
Named Test Case value that is of type STRING
|
17
|
+
"""
|
18
|
+
|
19
|
+
value: typing.Optional[str] = None
|
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}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
import typing
|
6
|
+
|
7
|
+
from .named_test_case_chat_history_variable_value import NamedTestCaseChatHistoryVariableValue
|
8
|
+
from .named_test_case_error_variable_value import NamedTestCaseErrorVariableValue
|
9
|
+
from .named_test_case_json_variable_value import NamedTestCaseJsonVariableValue
|
10
|
+
from .named_test_case_number_variable_value import NamedTestCaseNumberVariableValue
|
11
|
+
from .named_test_case_search_results_variable_value import NamedTestCaseSearchResultsVariableValue
|
12
|
+
from .named_test_case_string_variable_value import NamedTestCaseStringVariableValue
|
13
|
+
|
14
|
+
|
15
|
+
class NamedTestCaseVariableValue_String(NamedTestCaseStringVariableValue):
|
16
|
+
type: typing.Literal["STRING"] = "STRING"
|
17
|
+
|
18
|
+
class Config:
|
19
|
+
frozen = True
|
20
|
+
smart_union = True
|
21
|
+
allow_population_by_field_name = True
|
22
|
+
populate_by_name = True
|
23
|
+
|
24
|
+
|
25
|
+
class NamedTestCaseVariableValue_Number(NamedTestCaseNumberVariableValue):
|
26
|
+
type: typing.Literal["NUMBER"] = "NUMBER"
|
27
|
+
|
28
|
+
class Config:
|
29
|
+
frozen = True
|
30
|
+
smart_union = True
|
31
|
+
allow_population_by_field_name = True
|
32
|
+
populate_by_name = True
|
33
|
+
|
34
|
+
|
35
|
+
class NamedTestCaseVariableValue_Json(NamedTestCaseJsonVariableValue):
|
36
|
+
type: typing.Literal["JSON"] = "JSON"
|
37
|
+
|
38
|
+
class Config:
|
39
|
+
frozen = True
|
40
|
+
smart_union = True
|
41
|
+
allow_population_by_field_name = True
|
42
|
+
populate_by_name = True
|
43
|
+
|
44
|
+
|
45
|
+
class NamedTestCaseVariableValue_ChatHistory(NamedTestCaseChatHistoryVariableValue):
|
46
|
+
type: typing.Literal["CHAT_HISTORY"] = "CHAT_HISTORY"
|
47
|
+
|
48
|
+
class Config:
|
49
|
+
frozen = True
|
50
|
+
smart_union = True
|
51
|
+
allow_population_by_field_name = True
|
52
|
+
populate_by_name = True
|
53
|
+
|
54
|
+
|
55
|
+
class NamedTestCaseVariableValue_SearchResults(NamedTestCaseSearchResultsVariableValue):
|
56
|
+
type: typing.Literal["SEARCH_RESULTS"] = "SEARCH_RESULTS"
|
57
|
+
|
58
|
+
class Config:
|
59
|
+
frozen = True
|
60
|
+
smart_union = True
|
61
|
+
allow_population_by_field_name = True
|
62
|
+
populate_by_name = True
|
63
|
+
|
64
|
+
|
65
|
+
class NamedTestCaseVariableValue_Error(NamedTestCaseErrorVariableValue):
|
66
|
+
type: typing.Literal["ERROR"] = "ERROR"
|
67
|
+
|
68
|
+
class Config:
|
69
|
+
frozen = True
|
70
|
+
smart_union = True
|
71
|
+
allow_population_by_field_name = True
|
72
|
+
populate_by_name = True
|
73
|
+
|
74
|
+
|
75
|
+
NamedTestCaseVariableValue = typing.Union[
|
76
|
+
NamedTestCaseVariableValue_String,
|
77
|
+
NamedTestCaseVariableValue_Number,
|
78
|
+
NamedTestCaseVariableValue_Json,
|
79
|
+
NamedTestCaseVariableValue_ChatHistory,
|
80
|
+
NamedTestCaseVariableValue_SearchResults,
|
81
|
+
NamedTestCaseVariableValue_Error,
|
82
|
+
]
|