vellum-ai 0.5.0__tar.gz → 0.5.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/PKG-INFO +1 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/pyproject.toml +1 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/__init__.py +10 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/resources.py +115 -37
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/utils/env.py +4 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/utils/exceptions.py +1 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/utils/paginator.py +2 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/__init__.py +10 -2
- vellum_ai-0.5.0/src/vellum/types/node_output_compiled_error_value.py → vellum_ai-0.5.2/src/vellum/types/error_vellum_value.py +5 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_variable_value.py +1 -1
- vellum_ai-0.5.0/src/vellum/types/node_output_compiled_function_value.py → vellum_ai-0.5.2/src/vellum/types/function_call_vellum_value.py +6 -3
- vellum_ai-0.5.0/src/vellum/types/node_output_compiled_json_value.py → vellum_ai-0.5.2/src/vellum/types/json_vellum_value.py +5 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_array_value.py +7 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_chat_history_value.py +7 -1
- vellum_ai-0.5.2/src/vellum/types/node_output_compiled_error_value.py +33 -0
- vellum_ai-0.5.2/src/vellum/types/node_output_compiled_function_call_value.py +33 -0
- vellum_ai-0.5.2/src/vellum/types/node_output_compiled_json_value.py +32 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_number_value.py +7 -1
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_search_results_value.py +7 -1
- vellum_ai-0.5.2/src/vellum/types/node_output_compiled_string_value.py +32 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_value.py +2 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_output.py +8 -8
- vellum_ai-0.5.0/src/vellum/types/node_output_compiled_string_value.py → vellum_ai-0.5.2/src/vellum/types/string_vellum_value.py +5 -2
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/LICENSE +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/README.md +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/api_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/datetime_utils.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/file.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/http_client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/jsonable_encoder.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/pydantic_utilities.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/remove_none_from_dict.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/core/request_options.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/environment.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/errors/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/errors/bad_request_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/errors/forbidden_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/errors/internal_server_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/errors/not_found_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/constants.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/exceptions.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/lib/utils/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/py.typed +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/deployments/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/deployments/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/deployments/types/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/documents/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/documents/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/folder_entities/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/folder_entities/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/sandboxes/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/sandboxes/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/test_suite_runs/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/test_suites/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/test_suites/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/client.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/_jsii/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/constraints.json +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/document_index/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/provider/__init__.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/py.typed +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/terraform/versions.json +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/api_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/api_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_item.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/array_variable_value_item.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_history_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_history_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_message.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_message_content.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_message_content_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_message_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/chat_message_role.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_array_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_error_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_json_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_number_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_string_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/conditional_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/conditional_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/deployment_provider_payload_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/deployment_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/document_document_to_document_index.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/document_index_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/document_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/document_status.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/enriched_normalized_completion.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/entity_status.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/environment_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/error_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/error_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_array_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_error_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_json_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_number_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_string_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/execution_vellum_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/external_test_case_execution.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/external_test_case_execution_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/finish_reason_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_function_call_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/function_call_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_options_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_result_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/image_chat_message_content.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/image_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/image_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/image_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/indexing_state_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/initiated_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/json_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/json_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/json_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/logical_operator.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/logprobs_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_config_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_rule_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/ml_model_usage.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_string_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_error_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_function_call_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_json_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_number_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_string_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_array_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_error_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_json_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_number_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_string_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/normalized_log_probs.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/normalized_token_log_probs.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/number_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/number_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_document_index_read_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_document_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/processing_failure_reason_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/processing_state_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_deployment_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/prompt_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/sandbox_scenario.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/scenario_input.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/scenario_input_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/scenario_input_string_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_filters_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_request_options_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_result_document.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_result_document_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_result_merging_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_result_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_results_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_results_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/search_weights_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/slim_deployment_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/slim_document.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/slim_workflow_deployment.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/streaming_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/string_chat_message_content.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/string_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/string_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/string_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/string_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/submit_completion_actual_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/subworkflow_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/subworkflow_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_array_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_error_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_function_call_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_json_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_number_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_search_results_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/templating_node_string_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_array_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_error_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_function_call_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_json_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_number_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_search_results_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_string_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_error_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_json_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_number_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_string_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_case_variable_value.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_exec_config.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_function_call_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_data_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_state.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_test_suite.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/test_suite_test_case.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/upload_document_error_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/upload_document_response.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_error_code_enum.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_error_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_image.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_image_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_variable.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/vellum_variable_type.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_deployment_read.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_event_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_event_type.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_event_state.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_array.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_chat_history.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_image.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_json.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_number.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_search_results.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_string.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_json_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_number_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_string_input_request.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/workflow_stream_event.py +0 -0
- {vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/version.py +0 -0
@@ -71,6 +71,7 @@ from .types import (
|
|
71
71
|
EnvironmentEnum,
|
72
72
|
ErrorEnum,
|
73
73
|
ErrorVariableValue,
|
74
|
+
ErrorVellumValue,
|
74
75
|
ExecutePromptApiErrorResponse,
|
75
76
|
ExecutePromptEvent,
|
76
77
|
ExecutePromptEvent_Fulfilled,
|
@@ -121,6 +122,7 @@ from .types import (
|
|
121
122
|
FunctionCallChatMessageContentValueRequest,
|
122
123
|
FunctionCallEnum,
|
123
124
|
FunctionCallVariableValue,
|
125
|
+
FunctionCallVellumValue,
|
124
126
|
FunctionCall_Fulfilled,
|
125
127
|
FunctionCall_Rejected,
|
126
128
|
GenerateErrorResponse,
|
@@ -145,6 +147,7 @@ from .types import (
|
|
145
147
|
JsonEnum,
|
146
148
|
JsonInputRequest,
|
147
149
|
JsonVariableValue,
|
150
|
+
JsonVellumValue,
|
148
151
|
LogicalOperator,
|
149
152
|
LogprobsEnum,
|
150
153
|
MetadataFilterConfigRequest,
|
@@ -206,7 +209,7 @@ from .types import (
|
|
206
209
|
NodeOutputCompiledArrayValue,
|
207
210
|
NodeOutputCompiledChatHistoryValue,
|
208
211
|
NodeOutputCompiledErrorValue,
|
209
|
-
|
212
|
+
NodeOutputCompiledFunctionCallValue,
|
210
213
|
NodeOutputCompiledJsonValue,
|
211
214
|
NodeOutputCompiledNumberValue,
|
212
215
|
NodeOutputCompiledSearchResultsValue,
|
@@ -285,6 +288,7 @@ from .types import (
|
|
285
288
|
StringEnum,
|
286
289
|
StringInputRequest,
|
287
290
|
StringVariableValue,
|
291
|
+
StringVellumValue,
|
288
292
|
SubmitCompletionActualRequest,
|
289
293
|
SubmitCompletionActualsErrorResponse,
|
290
294
|
SubmitWorkflowExecutionActualRequest,
|
@@ -575,6 +579,7 @@ __all__ = [
|
|
575
579
|
"EnvironmentEnum",
|
576
580
|
"ErrorEnum",
|
577
581
|
"ErrorVariableValue",
|
582
|
+
"ErrorVellumValue",
|
578
583
|
"ExecutePromptApiErrorResponse",
|
579
584
|
"ExecutePromptEvent",
|
580
585
|
"ExecutePromptEvent_Fulfilled",
|
@@ -626,6 +631,7 @@ __all__ = [
|
|
626
631
|
"FunctionCallChatMessageContentValueRequest",
|
627
632
|
"FunctionCallEnum",
|
628
633
|
"FunctionCallVariableValue",
|
634
|
+
"FunctionCallVellumValue",
|
629
635
|
"FunctionCall_Fulfilled",
|
630
636
|
"FunctionCall_Rejected",
|
631
637
|
"GenerateErrorResponse",
|
@@ -651,6 +657,7 @@ __all__ = [
|
|
651
657
|
"JsonEnum",
|
652
658
|
"JsonInputRequest",
|
653
659
|
"JsonVariableValue",
|
660
|
+
"JsonVellumValue",
|
654
661
|
"LogicalOperator",
|
655
662
|
"LogprobsEnum",
|
656
663
|
"MetadataFilterConfigRequest",
|
@@ -712,7 +719,7 @@ __all__ = [
|
|
712
719
|
"NodeOutputCompiledArrayValue",
|
713
720
|
"NodeOutputCompiledChatHistoryValue",
|
714
721
|
"NodeOutputCompiledErrorValue",
|
715
|
-
"
|
722
|
+
"NodeOutputCompiledFunctionCallValue",
|
716
723
|
"NodeOutputCompiledJsonValue",
|
717
724
|
"NodeOutputCompiledNumberValue",
|
718
725
|
"NodeOutputCompiledSearchResultsValue",
|
@@ -792,6 +799,7 @@ __all__ = [
|
|
792
799
|
"StringEnum",
|
793
800
|
"StringInputRequest",
|
794
801
|
"StringVariableValue",
|
802
|
+
"StringVellumValue",
|
795
803
|
"SubmitCompletionActualRequest",
|
796
804
|
"SubmitCompletionActualsErrorResponse",
|
797
805
|
"SubmitWorkflowExecutionActualRequest",
|
@@ -2,8 +2,10 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import logging
|
4
4
|
import time
|
5
|
-
from
|
5
|
+
from functools import cached_property
|
6
|
+
from typing import Callable, Generator, List, Any
|
6
7
|
|
8
|
+
from vellum import TestSuiteRunRead, TestSuiteRunMetricOutput_Number
|
7
9
|
from vellum.client import Vellum
|
8
10
|
from vellum.lib.test_suites.constants import (
|
9
11
|
DEFAULT_MAX_POLLING_DURATION_MS,
|
@@ -11,6 +13,7 @@ from vellum.lib.test_suites.constants import (
|
|
11
13
|
)
|
12
14
|
from vellum.lib.test_suites.exceptions import TestSuiteRunResultsException
|
13
15
|
from vellum.lib.utils.env import get_api_key
|
16
|
+
from vellum.lib.utils.paginator import PaginatedResults, get_all_results
|
14
17
|
from vellum.types import (
|
15
18
|
ExternalTestCaseExecutionRequest,
|
16
19
|
NamedTestCaseVariableValueRequest,
|
@@ -22,9 +25,6 @@ from vellum.types import (
|
|
22
25
|
TestSuiteRunState,
|
23
26
|
)
|
24
27
|
|
25
|
-
from vellum.lib.utils.paginator import PaginatedResults, get_all_results
|
26
|
-
|
27
|
-
|
28
28
|
logger = logging.getLogger(__name__)
|
29
29
|
|
30
30
|
|
@@ -116,44 +116,141 @@ class VellumTestSuiteRunResults:
|
|
116
116
|
|
117
117
|
def __init__(
|
118
118
|
self,
|
119
|
-
|
119
|
+
test_suite_run: TestSuiteRunRead,
|
120
120
|
*,
|
121
121
|
client: Vellum | None = None,
|
122
122
|
polling_interval: int = DEFAULT_POLLING_INTERVAL_MS,
|
123
123
|
max_polling_duration: int = DEFAULT_MAX_POLLING_DURATION_MS,
|
124
124
|
) -> None:
|
125
|
-
self.
|
125
|
+
self._test_suite_run = test_suite_run
|
126
126
|
self._client = client or Vellum(
|
127
127
|
api_key=get_api_key(),
|
128
128
|
)
|
129
|
-
self._state = "QUEUED"
|
130
129
|
self._executions: Generator[VellumTestSuiteRunExecution, None, None] | None = (
|
131
130
|
None
|
132
131
|
)
|
133
132
|
self._polling_interval = polling_interval
|
134
133
|
self._max_polling_duration = max_polling_duration
|
135
134
|
|
135
|
+
@property
|
136
|
+
def state(self) -> TestSuiteRunState:
|
137
|
+
return self._test_suite_run.state
|
138
|
+
|
139
|
+
@cached_property
|
140
|
+
def all_executions(self) -> list[VellumTestSuiteRunExecution]:
|
141
|
+
return list(self._get_test_suite_run_executions())
|
142
|
+
|
136
143
|
def get_metric_outputs(
|
137
144
|
self, metric_identifier: str | None = None, output_identifier: str | None = None
|
138
|
-
) ->
|
145
|
+
) -> List[TestSuiteRunMetricOutput]:
|
139
146
|
"""Retrieve a metric's output across all executions by providing the info needed to uniquely identify it."""
|
140
147
|
|
141
|
-
|
142
|
-
|
143
|
-
for execution in executions:
|
144
|
-
yield execution.get_metric_output(
|
148
|
+
return [
|
149
|
+
execution.get_metric_output(
|
145
150
|
metric_identifier=metric_identifier, output_identifier=output_identifier
|
146
151
|
)
|
152
|
+
for execution in self.all_executions
|
153
|
+
]
|
154
|
+
|
155
|
+
def get_count_metric_outputs(
|
156
|
+
self,
|
157
|
+
metric_identifier: str | None = None,
|
158
|
+
output_identifier: str | None = None,
|
159
|
+
*,
|
160
|
+
predicate: Callable[[TestSuiteRunMetricOutput], bool] | None = None,
|
161
|
+
) -> int:
|
162
|
+
"""Returns the count of all metric outputs that match the given criteria."""
|
163
|
+
|
164
|
+
metric_outputs = self.get_metric_outputs(
|
165
|
+
metric_identifier=metric_identifier, output_identifier=output_identifier
|
166
|
+
)
|
167
|
+
|
168
|
+
if predicate is None:
|
169
|
+
return len(metric_outputs)
|
170
|
+
|
171
|
+
return len([output for output in metric_outputs if predicate(output)])
|
172
|
+
|
173
|
+
def get_numeric_metric_output_values(
|
174
|
+
self,
|
175
|
+
metric_identifier: str | None = None,
|
176
|
+
output_identifier: str | None = None,
|
177
|
+
) -> List[float]:
|
178
|
+
"""Returns the values of a numeric metric output that match the given criteria."""
|
179
|
+
|
180
|
+
metric_outputs: list[TestSuiteRunMetricOutput_Number] = []
|
181
|
+
|
182
|
+
for output in self.get_metric_outputs(
|
183
|
+
metric_identifier=metric_identifier, output_identifier=output_identifier
|
184
|
+
):
|
185
|
+
if output.type != "NUMBER":
|
186
|
+
raise TestSuiteRunResultsException(
|
187
|
+
f"Expected a numeric metric output, but got a {output.type} output instead."
|
188
|
+
)
|
189
|
+
|
190
|
+
metric_outputs.append(output)
|
191
|
+
|
192
|
+
return [output.value for output in metric_outputs]
|
193
|
+
|
194
|
+
def get_mean_metric_output(
|
195
|
+
self, metric_identifier: str | None = None, output_identifier: str | None = None
|
196
|
+
) -> float:
|
197
|
+
"""Returns the mean of all metric outputs that match the given criteria."""
|
198
|
+
output_values = self.get_numeric_metric_output_values(
|
199
|
+
metric_identifier=metric_identifier, output_identifier=output_identifier
|
200
|
+
)
|
201
|
+
return sum(output_values) / len(output_values)
|
202
|
+
|
203
|
+
def get_min_metric_output(
|
204
|
+
self, metric_identifier: str | None = None, output_identifier: str | None = None
|
205
|
+
) -> float:
|
206
|
+
"""Returns the min value across= all metric outputs that match the given criteria."""
|
207
|
+
output_values = self.get_numeric_metric_output_values(
|
208
|
+
metric_identifier=metric_identifier, output_identifier=output_identifier
|
209
|
+
)
|
210
|
+
return min(output_values)
|
211
|
+
|
212
|
+
def get_max_metric_output(
|
213
|
+
self, metric_identifier: str | None = None, output_identifier: str | None = None
|
214
|
+
) -> float:
|
215
|
+
"""Returns the max value across all metric outputs that match the given criteria."""
|
216
|
+
output_values = self.get_numeric_metric_output_values(
|
217
|
+
metric_identifier=metric_identifier, output_identifier=output_identifier
|
218
|
+
)
|
219
|
+
return max(output_values)
|
220
|
+
|
221
|
+
def wait_until_complete(self) -> None:
|
222
|
+
"""Wait until the Test Suite Run is no longer in a QUEUED or RUNNING state."""
|
223
|
+
|
224
|
+
start_time = time.time_ns()
|
225
|
+
while True:
|
226
|
+
logger.debug("Polling for latest test suite run state...")
|
227
|
+
self._refresh_test_suite_run()
|
228
|
+
if self.state not in {"QUEUED", "RUNNING"}:
|
229
|
+
break
|
230
|
+
|
231
|
+
current_time = time.time_ns()
|
232
|
+
if ((current_time - start_time) / 1e6) > self._max_polling_duration:
|
233
|
+
raise TestSuiteRunResultsException(
|
234
|
+
"Test suite run timed out polling for executions"
|
235
|
+
)
|
236
|
+
|
237
|
+
time.sleep(self._polling_interval / 1000.0)
|
238
|
+
|
239
|
+
if self.state == "FAILED":
|
240
|
+
raise TestSuiteRunResultsException("Test suite run failed")
|
147
241
|
|
148
|
-
|
149
|
-
|
150
|
-
|
242
|
+
if self.state == "CANCELLED":
|
243
|
+
raise TestSuiteRunResultsException("Test suite run was cancelled")
|
244
|
+
|
245
|
+
def _refresh_test_suite_run(self):
|
246
|
+
test_suite_run = self._client.test_suite_runs.retrieve(self._test_suite_run.id)
|
247
|
+
self._test_suite_run = test_suite_run
|
151
248
|
|
152
249
|
def _list_paginated_executions(
|
153
250
|
self, offset: int | None, limit: int | None
|
154
251
|
) -> PaginatedResults[TestSuiteRunExecution]:
|
155
252
|
response = self._client.test_suite_runs.list_executions(
|
156
|
-
self.
|
253
|
+
self._test_suite_run.id,
|
157
254
|
offset=offset,
|
158
255
|
limit=limit,
|
159
256
|
expand=[
|
@@ -175,26 +272,7 @@ class VellumTestSuiteRunResults:
|
|
175
272
|
if self._executions is not None:
|
176
273
|
return self._executions
|
177
274
|
|
178
|
-
|
179
|
-
while True:
|
180
|
-
logger.debug("Polling for latest test suite run state...")
|
181
|
-
self._refresh_test_suite_run_state()
|
182
|
-
if self._state not in {"QUEUED", "RUNNING"}:
|
183
|
-
break
|
184
|
-
|
185
|
-
current_time = time.time_ns()
|
186
|
-
if ((current_time - start_time) / 1e6) > self._max_polling_duration:
|
187
|
-
raise TestSuiteRunResultsException(
|
188
|
-
"Test suite run timed out polling for executions"
|
189
|
-
)
|
190
|
-
|
191
|
-
time.sleep(self._polling_interval / 1000.0)
|
192
|
-
|
193
|
-
if self._state == "FAILED":
|
194
|
-
raise TestSuiteRunResultsException("Test suite run failed")
|
195
|
-
|
196
|
-
if self._state == "CANCELLED":
|
197
|
-
raise TestSuiteRunResultsException("Test suite run was cancelled")
|
275
|
+
self.wait_until_complete()
|
198
276
|
|
199
277
|
raw_api_executions = get_all_results(self._list_paginated_executions)
|
200
278
|
self._executions = self._wrap_api_executions(raw_api_executions)
|
@@ -250,4 +328,4 @@ class VellumTestSuite:
|
|
250
328
|
),
|
251
329
|
),
|
252
330
|
)
|
253
|
-
return VellumTestSuiteRunResults(test_suite_run
|
331
|
+
return VellumTestSuiteRunResults(test_suite_run, client=self.client)
|
@@ -6,6 +6,8 @@ from .exceptions import VellumClientException
|
|
6
6
|
def get_api_key() -> str:
|
7
7
|
api_key = os.environ.get("VELLUM_API_KEY")
|
8
8
|
if api_key is None:
|
9
|
-
raise VellumClientException(
|
10
|
-
|
9
|
+
raise VellumClientException(
|
10
|
+
"`VELLUM_API_KEY` environment variable is required to be set."
|
11
|
+
)
|
12
|
+
|
11
13
|
return api_key
|
@@ -1,2 +1,2 @@
|
|
1
1
|
class VellumClientException(Exception):
|
2
|
-
pass
|
2
|
+
pass
|
@@ -12,7 +12,8 @@ class PaginatedResults(Generic[Result]):
|
|
12
12
|
|
13
13
|
|
14
14
|
def get_all_results(
|
15
|
-
paginated_api: Callable[[int, Union[int, None]], PaginatedResults[Result]],
|
15
|
+
paginated_api: Callable[[int, Union[int, None]], PaginatedResults[Result]],
|
16
|
+
page_size: Union[int, None] = None,
|
16
17
|
) -> Generator[Result, None, None]:
|
17
18
|
offset = 0
|
18
19
|
count = 0
|
@@ -82,6 +82,7 @@ from .entity_status import EntityStatus
|
|
82
82
|
from .environment_enum import EnvironmentEnum
|
83
83
|
from .error_enum import ErrorEnum
|
84
84
|
from .error_variable_value import ErrorVariableValue
|
85
|
+
from .error_vellum_value import ErrorVellumValue
|
85
86
|
from .execute_prompt_api_error_response import ExecutePromptApiErrorResponse
|
86
87
|
from .execute_prompt_event import (
|
87
88
|
ExecutePromptEvent,
|
@@ -140,6 +141,7 @@ from .function_call_chat_message_content_value import FunctionCallChatMessageCon
|
|
140
141
|
from .function_call_chat_message_content_value_request import FunctionCallChatMessageContentValueRequest
|
141
142
|
from .function_call_enum import FunctionCallEnum
|
142
143
|
from .function_call_variable_value import FunctionCallVariableValue
|
144
|
+
from .function_call_vellum_value import FunctionCallVellumValue
|
143
145
|
from .generate_error_response import GenerateErrorResponse
|
144
146
|
from .generate_options_request import GenerateOptionsRequest
|
145
147
|
from .generate_request import GenerateRequest
|
@@ -162,6 +164,7 @@ from .initiated_workflow_node_result_event import InitiatedWorkflowNodeResultEve
|
|
162
164
|
from .json_enum import JsonEnum
|
163
165
|
from .json_input_request import JsonInputRequest
|
164
166
|
from .json_variable_value import JsonVariableValue
|
167
|
+
from .json_vellum_value import JsonVellumValue
|
165
168
|
from .logical_operator import LogicalOperator
|
166
169
|
from .logprobs_enum import LogprobsEnum
|
167
170
|
from .metadata_filter_config_request import MetadataFilterConfigRequest
|
@@ -231,7 +234,7 @@ from .node_input_variable_compiled_value import (
|
|
231
234
|
from .node_output_compiled_array_value import NodeOutputCompiledArrayValue
|
232
235
|
from .node_output_compiled_chat_history_value import NodeOutputCompiledChatHistoryValue
|
233
236
|
from .node_output_compiled_error_value import NodeOutputCompiledErrorValue
|
234
|
-
from .
|
237
|
+
from .node_output_compiled_function_call_value import NodeOutputCompiledFunctionCallValue
|
235
238
|
from .node_output_compiled_json_value import NodeOutputCompiledJsonValue
|
236
239
|
from .node_output_compiled_number_value import NodeOutputCompiledNumberValue
|
237
240
|
from .node_output_compiled_search_results_value import NodeOutputCompiledSearchResultsValue
|
@@ -314,6 +317,7 @@ from .string_chat_message_content_request import StringChatMessageContentRequest
|
|
314
317
|
from .string_enum import StringEnum
|
315
318
|
from .string_input_request import StringInputRequest
|
316
319
|
from .string_variable_value import StringVariableValue
|
320
|
+
from .string_vellum_value import StringVellumValue
|
317
321
|
from .submit_completion_actual_request import SubmitCompletionActualRequest
|
318
322
|
from .submit_completion_actuals_error_response import SubmitCompletionActualsErrorResponse
|
319
323
|
from .submit_workflow_execution_actual_request import (
|
@@ -614,6 +618,7 @@ __all__ = [
|
|
614
618
|
"EnvironmentEnum",
|
615
619
|
"ErrorEnum",
|
616
620
|
"ErrorVariableValue",
|
621
|
+
"ErrorVellumValue",
|
617
622
|
"ExecutePromptApiErrorResponse",
|
618
623
|
"ExecutePromptEvent",
|
619
624
|
"ExecutePromptEvent_Fulfilled",
|
@@ -664,6 +669,7 @@ __all__ = [
|
|
664
669
|
"FunctionCallChatMessageContentValueRequest",
|
665
670
|
"FunctionCallEnum",
|
666
671
|
"FunctionCallVariableValue",
|
672
|
+
"FunctionCallVellumValue",
|
667
673
|
"FunctionCall_Fulfilled",
|
668
674
|
"FunctionCall_Rejected",
|
669
675
|
"GenerateErrorResponse",
|
@@ -688,6 +694,7 @@ __all__ = [
|
|
688
694
|
"JsonEnum",
|
689
695
|
"JsonInputRequest",
|
690
696
|
"JsonVariableValue",
|
697
|
+
"JsonVellumValue",
|
691
698
|
"LogicalOperator",
|
692
699
|
"LogprobsEnum",
|
693
700
|
"MetadataFilterConfigRequest",
|
@@ -749,7 +756,7 @@ __all__ = [
|
|
749
756
|
"NodeOutputCompiledArrayValue",
|
750
757
|
"NodeOutputCompiledChatHistoryValue",
|
751
758
|
"NodeOutputCompiledErrorValue",
|
752
|
-
"
|
759
|
+
"NodeOutputCompiledFunctionCallValue",
|
753
760
|
"NodeOutputCompiledJsonValue",
|
754
761
|
"NodeOutputCompiledNumberValue",
|
755
762
|
"NodeOutputCompiledSearchResultsValue",
|
@@ -828,6 +835,7 @@ __all__ = [
|
|
828
835
|
"StringEnum",
|
829
836
|
"StringInputRequest",
|
830
837
|
"StringVariableValue",
|
838
|
+
"StringVellumValue",
|
831
839
|
"SubmitCompletionActualRequest",
|
832
840
|
"SubmitCompletionActualsErrorResponse",
|
833
841
|
"SubmitWorkflowExecutionActualRequest",
|
@@ -8,8 +8,11 @@ from ..core.pydantic_utilities import pydantic_v1
|
|
8
8
|
from .vellum_error import VellumError
|
9
9
|
|
10
10
|
|
11
|
-
class
|
12
|
-
|
11
|
+
class ErrorVellumValue(pydantic_v1.BaseModel):
|
12
|
+
"""
|
13
|
+
A value representing an Error.
|
14
|
+
"""
|
15
|
+
|
13
16
|
value: typing.Optional[VellumError] = None
|
14
17
|
|
15
18
|
def json(self, **kwargs: typing.Any) -> str:
|
@@ -9,7 +9,7 @@ from .function_call import FunctionCall
|
|
9
9
|
|
10
10
|
|
11
11
|
class FunctionCallVariableValue(pydantic_v1.BaseModel):
|
12
|
-
value: FunctionCall
|
12
|
+
value: typing.Optional[FunctionCall] = None
|
13
13
|
|
14
14
|
def json(self, **kwargs: typing.Any) -> str:
|
15
15
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
@@ -8,9 +8,12 @@ from ..core.pydantic_utilities import pydantic_v1
|
|
8
8
|
from .function_call import FunctionCall
|
9
9
|
|
10
10
|
|
11
|
-
class
|
12
|
-
|
13
|
-
value
|
11
|
+
class FunctionCallVellumValue(pydantic_v1.BaseModel):
|
12
|
+
"""
|
13
|
+
A value representing a Function Call.
|
14
|
+
"""
|
15
|
+
|
16
|
+
value: FunctionCall
|
14
17
|
|
15
18
|
def json(self, **kwargs: typing.Any) -> str:
|
16
19
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
@@ -7,8 +7,11 @@ from ..core.datetime_utils import serialize_datetime
|
|
7
7
|
from ..core.pydantic_utilities import pydantic_v1
|
8
8
|
|
9
9
|
|
10
|
-
class
|
11
|
-
|
10
|
+
class JsonVellumValue(pydantic_v1.BaseModel):
|
11
|
+
"""
|
12
|
+
A value representing a JSON object.
|
13
|
+
"""
|
14
|
+
|
12
15
|
value: typing.Optional[typing.Dict[str, typing.Any]] = None
|
13
16
|
|
14
17
|
def json(self, **kwargs: typing.Any) -> str:
|
@@ -6,11 +6,17 @@ import typing
|
|
6
6
|
from ..core.datetime_utils import serialize_datetime
|
7
7
|
from ..core.pydantic_utilities import pydantic_v1
|
8
8
|
from .array_variable_value_item import ArrayVariableValueItem
|
9
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
9
10
|
|
10
11
|
|
11
12
|
class NodeOutputCompiledArrayValue(pydantic_v1.BaseModel):
|
12
|
-
|
13
|
+
"""
|
14
|
+
An output returned by a node that is of type ARRAY.
|
15
|
+
"""
|
16
|
+
|
13
17
|
value: typing.Optional[typing.List[ArrayVariableValueItem]] = None
|
18
|
+
node_output_id: str
|
19
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
14
20
|
|
15
21
|
def json(self, **kwargs: typing.Any) -> str:
|
16
22
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
{vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_chat_history_value.py
RENAMED
@@ -6,11 +6,17 @@ import typing
|
|
6
6
|
from ..core.datetime_utils import serialize_datetime
|
7
7
|
from ..core.pydantic_utilities import pydantic_v1
|
8
8
|
from .chat_message import ChatMessage
|
9
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
9
10
|
|
10
11
|
|
11
12
|
class NodeOutputCompiledChatHistoryValue(pydantic_v1.BaseModel):
|
12
|
-
|
13
|
+
"""
|
14
|
+
An output returned by a node that is of type CHAT_HISTORY.
|
15
|
+
"""
|
16
|
+
|
13
17
|
value: typing.Optional[typing.List[ChatMessage]] = None
|
18
|
+
node_output_id: str
|
19
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
14
20
|
|
15
21
|
def json(self, **kwargs: typing.Any) -> str:
|
16
22
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
@@ -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 ..core.pydantic_utilities import pydantic_v1
|
8
|
+
from .vellum_error import VellumError
|
9
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
10
|
+
|
11
|
+
|
12
|
+
class NodeOutputCompiledErrorValue(pydantic_v1.BaseModel):
|
13
|
+
"""
|
14
|
+
An output returned by a node that is of type ERROR.
|
15
|
+
"""
|
16
|
+
|
17
|
+
value: typing.Optional[VellumError] = None
|
18
|
+
node_output_id: str
|
19
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
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_v1.Extra.allow
|
33
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -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 ..core.pydantic_utilities import pydantic_v1
|
8
|
+
from .function_call import FunctionCall
|
9
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
10
|
+
|
11
|
+
|
12
|
+
class NodeOutputCompiledFunctionCallValue(pydantic_v1.BaseModel):
|
13
|
+
"""
|
14
|
+
An output returned by a node that is of type FUNCTION_CALL.
|
15
|
+
"""
|
16
|
+
|
17
|
+
value: typing.Optional[FunctionCall] = None
|
18
|
+
node_output_id: str
|
19
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
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_v1.Extra.allow
|
33
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,32 @@
|
|
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 ..core.pydantic_utilities import pydantic_v1
|
8
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
9
|
+
|
10
|
+
|
11
|
+
class NodeOutputCompiledJsonValue(pydantic_v1.BaseModel):
|
12
|
+
"""
|
13
|
+
An output returned by a node that is of type JSON.
|
14
|
+
"""
|
15
|
+
|
16
|
+
value: typing.Optional[typing.Dict[str, typing.Any]] = None
|
17
|
+
node_output_id: str
|
18
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
19
|
+
|
20
|
+
def json(self, **kwargs: typing.Any) -> str:
|
21
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
22
|
+
return super().json(**kwargs_with_defaults)
|
23
|
+
|
24
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
25
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
26
|
+
return super().dict(**kwargs_with_defaults)
|
27
|
+
|
28
|
+
class Config:
|
29
|
+
frozen = True
|
30
|
+
smart_union = True
|
31
|
+
extra = pydantic_v1.Extra.allow
|
32
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -5,11 +5,17 @@ import typing
|
|
5
5
|
|
6
6
|
from ..core.datetime_utils import serialize_datetime
|
7
7
|
from ..core.pydantic_utilities import pydantic_v1
|
8
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
8
9
|
|
9
10
|
|
10
11
|
class NodeOutputCompiledNumberValue(pydantic_v1.BaseModel):
|
11
|
-
|
12
|
+
"""
|
13
|
+
An output returned by a node that is of type NUMBER.
|
14
|
+
"""
|
15
|
+
|
12
16
|
value: typing.Optional[float] = None
|
17
|
+
node_output_id: str
|
18
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
13
19
|
|
14
20
|
def json(self, **kwargs: typing.Any) -> str:
|
15
21
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
{vellum_ai-0.5.0 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_search_results_value.py
RENAMED
@@ -6,11 +6,17 @@ import typing
|
|
6
6
|
from ..core.datetime_utils import serialize_datetime
|
7
7
|
from ..core.pydantic_utilities import pydantic_v1
|
8
8
|
from .search_result import SearchResult
|
9
|
+
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
9
10
|
|
10
11
|
|
11
12
|
class NodeOutputCompiledSearchResultsValue(pydantic_v1.BaseModel):
|
12
|
-
|
13
|
+
"""
|
14
|
+
An output returned by a node that is of type SEARCH_RESULTS.
|
15
|
+
"""
|
16
|
+
|
13
17
|
value: typing.Optional[typing.List[SearchResult]] = None
|
18
|
+
node_output_id: str
|
19
|
+
state: typing.Optional[WorkflowNodeResultEventState] = None
|
14
20
|
|
15
21
|
def json(self, **kwargs: typing.Any) -> str:
|
16
22
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|