vellum-ai 0.5.1__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.1 → vellum_ai-0.5.2}/PKG-INFO +1 -1
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/pyproject.toml +1 -1
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/__init__.py +10 -2
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/__init__.py +10 -2
- vellum_ai-0.5.1/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.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_variable_value.py +1 -1
- vellum_ai-0.5.1/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.1/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.1 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_array_value.py +7 -1
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_number_value.py +7 -1
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/node_output_compiled_value.py +2 -2
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_output.py +8 -8
- vellum_ai-0.5.1/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.1 → vellum_ai-0.5.2}/LICENSE +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/README.md +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/api_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/datetime_utils.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/file.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/http_client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/jsonable_encoder.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/pydantic_utilities.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/remove_none_from_dict.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/core/request_options.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/environment.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/errors/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/errors/bad_request_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/errors/forbidden_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/errors/internal_server_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/errors/not_found_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/constants.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/exceptions.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/test_suites/resources.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/utils/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/utils/env.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/utils/exceptions.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/lib/utils/paginator.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/py.typed +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/deployments/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/deployments/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/deployments/types/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/documents/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/documents/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/folder_entities/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/folder_entities/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/sandboxes/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/sandboxes/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/test_suite_runs/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/test_suites/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/test_suites/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/client.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/_jsii/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/constraints.json +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/document_index/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/provider/__init__.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/py.typed +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/terraform/versions.json +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/api_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/api_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_item.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/array_variable_value_item.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_history_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_history_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_message.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_message_content.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_message_content_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_message_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/chat_message_role.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_array_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_error_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_json_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_number_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_result_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/code_execution_node_string_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/conditional_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/conditional_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/deployment_provider_payload_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/deployment_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/document_document_to_document_index.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/document_index_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/document_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/document_status.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/enriched_normalized_completion.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/entity_status.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/environment_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/error_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/error_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_prompt_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_array_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_error_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_json_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_number_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_string_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/execution_vellum_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/external_test_case_execution.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/external_test_case_execution_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/finish_reason_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_function_call_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/function_call_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_options_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_result_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/generate_stream_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/image_chat_message_content.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/image_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/image_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/image_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/indexing_state_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/initiated_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/json_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/json_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/json_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/logical_operator.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/logprobs_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_config_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/metadata_filter_rule_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/ml_model_usage.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_scenario_input_string_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_error_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_function_call_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_json_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_number_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_string_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_array_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_error_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_json_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_number_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_compiled_string_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/normalized_log_probs.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/normalized_token_log_probs.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/number_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/number_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_document_index_read_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_document_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/processing_failure_reason_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/processing_state_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_deployment_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/prompt_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/sandbox_scenario.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/scenario_input.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/scenario_input_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/scenario_input_string_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_filters_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_request_options_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_result_document.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_result_document_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_result_merging_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_result_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_results_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_results_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/search_weights_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/slim_deployment_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/slim_document.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/slim_workflow_deployment.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/streaming_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/string_chat_message_content.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/string_chat_message_content_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/string_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/string_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/string_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/submit_completion_actual_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/subworkflow_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/subworkflow_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_array_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_error_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_function_call_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_json_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_number_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_result_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_search_results_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/templating_node_string_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_array_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_error_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_function_call_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_json_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_number_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_result_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_search_results_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/terminal_node_string_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_error_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_json_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_number_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_string_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_case_variable_value.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_exec_config.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_function_call_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_data_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_state.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_test_suite.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.5.1 → 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.1 → vellum_ai-0.5.2}/src/vellum/types/test_suite_test_case.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/upload_document_error_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/upload_document_response.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_error_code_enum.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_error_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_image.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_image_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_variable.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/vellum_variable_type.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_deployment_read.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_event_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_event_type.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_node_result_event_state.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_array.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_chat_history.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_image.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_json.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_number.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_search_results.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_output_string.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_json_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_number_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_request_string_input_request.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
- {vellum_ai-0.5.1 → vellum_ai-0.5.2}/src/vellum/types/workflow_stream_event.py +0 -0
- {vellum_ai-0.5.1 → 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",
|
@@ -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.1 → 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.1 → 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}
|
@@ -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 NodeOutputCompiledStringValue(pydantic_v1.BaseModel):
|
12
|
+
"""
|
13
|
+
An output returned by a node that is of type STRING.
|
14
|
+
"""
|
15
|
+
|
16
|
+
value: typing.Optional[str] = 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}
|
@@ -7,7 +7,7 @@ import typing
|
|
7
7
|
from .node_output_compiled_array_value import NodeOutputCompiledArrayValue
|
8
8
|
from .node_output_compiled_chat_history_value import NodeOutputCompiledChatHistoryValue
|
9
9
|
from .node_output_compiled_error_value import NodeOutputCompiledErrorValue
|
10
|
-
from .
|
10
|
+
from .node_output_compiled_function_call_value import NodeOutputCompiledFunctionCallValue
|
11
11
|
from .node_output_compiled_json_value import NodeOutputCompiledJsonValue
|
12
12
|
from .node_output_compiled_number_value import NodeOutputCompiledNumberValue
|
13
13
|
from .node_output_compiled_search_results_value import NodeOutputCompiledSearchResultsValue
|
@@ -84,7 +84,7 @@ class NodeOutputCompiledValue_Array(NodeOutputCompiledArrayValue):
|
|
84
84
|
populate_by_name = True
|
85
85
|
|
86
86
|
|
87
|
-
class NodeOutputCompiledValue_FunctionCall(
|
87
|
+
class NodeOutputCompiledValue_FunctionCall(NodeOutputCompiledFunctionCallValue):
|
88
88
|
type: typing.Literal["FUNCTION_CALL"] = "FUNCTION_CALL"
|
89
89
|
|
90
90
|
class Config:
|
@@ -4,13 +4,13 @@ from __future__ import annotations
|
|
4
4
|
|
5
5
|
import typing
|
6
6
|
|
7
|
-
from .
|
8
|
-
from .
|
9
|
-
from .
|
10
|
-
from .
|
7
|
+
from .error_vellum_value import ErrorVellumValue
|
8
|
+
from .function_call_vellum_value import FunctionCallVellumValue
|
9
|
+
from .json_vellum_value import JsonVellumValue
|
10
|
+
from .string_vellum_value import StringVellumValue
|
11
11
|
|
12
12
|
|
13
|
-
class PromptOutput_String(
|
13
|
+
class PromptOutput_String(StringVellumValue):
|
14
14
|
type: typing.Literal["STRING"] = "STRING"
|
15
15
|
|
16
16
|
class Config:
|
@@ -20,7 +20,7 @@ class PromptOutput_String(StringVariableValue):
|
|
20
20
|
populate_by_name = True
|
21
21
|
|
22
22
|
|
23
|
-
class PromptOutput_Json(
|
23
|
+
class PromptOutput_Json(JsonVellumValue):
|
24
24
|
type: typing.Literal["JSON"] = "JSON"
|
25
25
|
|
26
26
|
class Config:
|
@@ -30,7 +30,7 @@ class PromptOutput_Json(JsonVariableValue):
|
|
30
30
|
populate_by_name = True
|
31
31
|
|
32
32
|
|
33
|
-
class PromptOutput_Error(
|
33
|
+
class PromptOutput_Error(ErrorVellumValue):
|
34
34
|
type: typing.Literal["ERROR"] = "ERROR"
|
35
35
|
|
36
36
|
class Config:
|
@@ -40,7 +40,7 @@ class PromptOutput_Error(ErrorVariableValue):
|
|
40
40
|
populate_by_name = True
|
41
41
|
|
42
42
|
|
43
|
-
class PromptOutput_FunctionCall(
|
43
|
+
class PromptOutput_FunctionCall(FunctionCallVellumValue):
|
44
44
|
type: typing.Literal["FUNCTION_CALL"] = "FUNCTION_CALL"
|
45
45
|
|
46
46
|
class Config:
|
@@ -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 StringVellumValue(pydantic_v1.BaseModel):
|
11
|
+
"""
|
12
|
+
A value representing a string.
|
13
|
+
"""
|
14
|
+
|
12
15
|
value: typing.Optional[str] = None
|
13
16
|
|
14
17
|
def json(self, **kwargs: typing.Any) -> str:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|