vellum-ai 0.6.4__tar.gz → 0.6.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- vellum_ai-0.6.6/PKG-INFO +126 -0
- vellum_ai-0.6.6/README.md +108 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/pyproject.toml +1 -1
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/__init__.py +18 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/client_wrapper.py +1 -1
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/__init__.py +16 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/deployment_read.py +5 -0
- vellum_ai-0.6.6/src/vellum/types/pdf_enum.py +5 -0
- vellum_ai-0.6.6/src/vellum/types/pdf_search_result_meta_source.py +37 -0
- vellum_ai-0.6.6/src/vellum/types/pdf_search_result_meta_source_request.py +37 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_result.py +6 -0
- vellum_ai-0.6.6/src/vellum/types/search_result_meta.py +26 -0
- vellum_ai-0.6.6/src/vellum/types/search_result_meta_request.py +26 -0
- vellum_ai-0.6.6/src/vellum/types/search_result_meta_source.py +20 -0
- vellum_ai-0.6.6/src/vellum/types/search_result_meta_source_request.py +20 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_result_request.py +6 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_deployment_read.py +5 -0
- vellum_ai-0.6.4/PKG-INFO +0 -109
- vellum_ai-0.6.4/README.md +0 -91
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/LICENSE +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/api_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/datetime_utils.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/file.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/http_client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/jsonable_encoder.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/pydantic_utilities.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/remove_none_from_dict.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/core/request_options.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/environment.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/errors/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/errors/bad_request_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/errors/forbidden_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/errors/internal_server_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/errors/not_found_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/test_suites/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/test_suites/constants.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/test_suites/exceptions.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/test_suites/resources.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/utils/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/utils/env.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/utils/exceptions.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/lib/utils/paginator.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/py.typed +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/deployments/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/deployments/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/deployments/types/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/document_indexes/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/document_indexes/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/documents/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/documents/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/folder_entities/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/folder_entities/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/sandboxes/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/sandboxes/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/test_suite_runs/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/test_suites/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/test_suites/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_deployments/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_sandboxes/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/resources/workflow_sandboxes/client.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/_jsii/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/constraints.json +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/document_index/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/provider/__init__.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/py.typed +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/terraform/versions.json +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/add_openai_api_key_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/api_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/api_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_chat_message_content.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_chat_message_content_item.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_chat_message_content_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_variable_value_item.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/array_vellum_value_item.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/bulk_create_test_suite_test_case_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/bulk_replace_test_suite_test_case_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_history_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_history_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_message.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_message_content.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_message_content_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_message_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/chat_message_role.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_array_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_error_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_json_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_number_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_result_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/code_execution_node_string_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/conditional_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/conditional_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/create_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/created_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/delete_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/deleted_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/deployment_provider_payload_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/deployment_release_tag_deployment_history_item.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/deployment_release_tag_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_document_to_document_index.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_index_chunking.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_index_chunking_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_index_indexing_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_index_indexing_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_index_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/document_status.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/enriched_normalized_completion.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/entity_status.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/environment_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/error_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/error_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/error_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_prompt_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_prompt_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_workflow_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_workflow_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_array_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_error_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_json_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_number_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_string_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/execution_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/external_test_case_execution.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/external_test_case_execution_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/finish_reason_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_chat_message_content.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/function_call_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_options_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_result_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_stream_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_stream_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/generate_stream_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/hkunlp_instructor_xl_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/hkunlp_instructor_xl_vectorizer.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/hkunlp_instructor_xl_vectorizer_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/image_chat_message_content.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/image_chat_message_content_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/image_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/image_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/image_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/indexing_config_vectorizer.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/indexing_config_vectorizer_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/indexing_state_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/initiated_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/instructor_vectorizer_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/instructor_vectorizer_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/intfloat_multilingual_e_5_large_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/json_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/json_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/json_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/json_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/logical_operator.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/logprobs_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/merge_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/merge_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/metadata_filter_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/metadata_filter_rule_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/metric_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/metric_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/ml_model_usage.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_scenario_input_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_scenario_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_scenario_input_string_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_error_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_function_call_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_json_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_number_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_string_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_array_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_error_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_function_call.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_json_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_number_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_compiled_string_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_array_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_error_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_function_call_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_json_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_number_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_string_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/node_output_compiled_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/normalized_log_probs.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/normalized_token_log_probs.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/number_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/number_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/number_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_document_index_read_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_slim_document_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/processing_failure_reason_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/processing_state_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_deployment_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_execution_meta.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/prompt_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/reducto_chunker_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/reducto_chunker_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/reducto_chunker_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/reducto_chunking.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/reducto_chunking_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/release_tag_source.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/replace_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/replaced_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sandbox_scenario.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/scenario_input.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/scenario_input_chat_history_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/scenario_input_string_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_filters_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_request_options_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_result_document.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_result_document_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_result_merging_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_results_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/search_weights_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_chunker_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_chunker_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_chunker_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_chunking.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_chunking_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/slim_deployment_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/slim_document.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/slim_workflow_deployment.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/streaming_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_chat_message_content.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_chat_message_content_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/string_vellum_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/submit_completion_actual_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/subworkflow_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/subworkflow_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/subworkflow_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_array_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_chat_history_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_error_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_function_call_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_json_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_number_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_result_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_search_results_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/templating_node_string_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_array_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_error_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_function_call_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_json_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_number_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_result_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_search_results_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/terminal_node_string_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_error_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_function_call_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_json_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_number_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_string_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_case_variable_value.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_exec_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_function_call_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_external_exec_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_external_exec_config_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_external_exec_config_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_external_exec_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_state.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_test_suite.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_bulk_operation_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_bulk_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_create_bulk_operation_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_created_bulk_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_created_bulk_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_delete_bulk_operation_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_deleted_bulk_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_deleted_bulk_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_rejected_bulk_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_replace_bulk_operation_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_replaced_bulk_result.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/test_suite_test_case_replaced_bulk_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/text_embedding_3_large_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/text_embedding_3_small_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/text_embedding_ada_002_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/token_overlapping_window_chunker_config.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/token_overlapping_window_chunker_config_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/token_overlapping_window_chunker_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/token_overlapping_window_chunking.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/token_overlapping_window_chunking_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/upload_document_error_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/upload_document_response.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_error_code_enum.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_error_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_image.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_image_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_variable.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/vellum_variable_type.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_event_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_event_type.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_node_result_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_node_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_node_result_event_state.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_array.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_chat_history.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_function_call.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_image.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_json.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_number.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_search_results.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_output_string.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_release_tag_read.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_release_tag_workflow_deployment_history_item.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_request_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_request_json_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_request_number_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_request_string_input_request.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/types/workflow_stream_event.py +0 -0
- {vellum_ai-0.6.4 → vellum_ai-0.6.6}/src/vellum/version.py +0 -0
vellum_ai-0.6.6/PKG-INFO
ADDED
@@ -0,0 +1,126 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: vellum-ai
|
3
|
+
Version: 0.6.6
|
4
|
+
Summary:
|
5
|
+
Requires-Python: >=3.8,<4.0
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
7
|
+
Classifier: Programming Language :: Python :: 3.8
|
8
|
+
Classifier: Programming Language :: Python :: 3.9
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
11
|
+
Requires-Dist: cdktf (>=0.20.5,<0.21.0)
|
12
|
+
Requires-Dist: httpx (>=0.21.2)
|
13
|
+
Requires-Dist: publication (==0.0.3)
|
14
|
+
Requires-Dist: pydantic (>=1.9.2)
|
15
|
+
Requires-Dist: typing_extensions (>=4.0.0)
|
16
|
+
Description-Content-Type: text/markdown
|
17
|
+
|
18
|
+
# Vellum Python Library
|
19
|
+
|
20
|
+
[![pypi](https://img.shields.io/pypi/v/vellum-ai.svg)](https://pypi.python.org/pypi/vellum-ai)
|
21
|
+
![license badge](https://img.shields.io/github/license/vellum-ai/vellum-client-python)
|
22
|
+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://buildwithfern.com/?utm_source=vellum-ai/vellum-client-python/readme)
|
23
|
+
|
24
|
+
The Vellum Python SDK provides access to the Vellum API from python.
|
25
|
+
|
26
|
+
|
27
|
+
## API Docs
|
28
|
+
You can find Vellum's complete API docs at [docs.vellum.ai](https://docs.vellum.ai/api-reference/introduction/getting-started).
|
29
|
+
|
30
|
+
## Installation
|
31
|
+
|
32
|
+
```sh
|
33
|
+
pip install --upgrade vellum-ai
|
34
|
+
```
|
35
|
+
|
36
|
+
## Usage
|
37
|
+
Below is how you would invoke a deployed Prompt from the Vellum API. For a complete list of all APIs
|
38
|
+
that Vellum supports, check out our [API Reference](https://docs.vellum.ai/api-reference/introduction/getting-started).
|
39
|
+
|
40
|
+
```python
|
41
|
+
from vellum import (
|
42
|
+
PromptDeploymentInputRequest_String,
|
43
|
+
)
|
44
|
+
from vellum.client import Vellum
|
45
|
+
|
46
|
+
client = Vellum(
|
47
|
+
api_key="YOUR_API_KEY",
|
48
|
+
)
|
49
|
+
|
50
|
+
def execute() -> str:
|
51
|
+
result = client.execute_prompt(
|
52
|
+
prompt_deployment_name="<example-deployment-name>>",
|
53
|
+
release_tag="LATEST",
|
54
|
+
inputs=[
|
55
|
+
PromptDeploymentInputRequest_String(
|
56
|
+
name="input_a",
|
57
|
+
type="STRING",
|
58
|
+
value="Hello, world!",
|
59
|
+
)
|
60
|
+
],
|
61
|
+
)
|
62
|
+
|
63
|
+
if result.state == "REJECTED":
|
64
|
+
raise Exception(result.error.message)
|
65
|
+
|
66
|
+
return result.outputs[0].value
|
67
|
+
|
68
|
+
if __name__ == "__main__":
|
69
|
+
print(execute())
|
70
|
+
```
|
71
|
+
|
72
|
+
> [!TIP]
|
73
|
+
> You can set a system environment variable `VELLUM_API_KEY` to avoid writing your api key within your code. To do so, add `export VELLUM_API_KEY=<your-api-token>`
|
74
|
+
> to your ~/.zshrc or ~/.bashrc, open a new terminal, and then any code calling `vellum.Vellum()` will read this key.
|
75
|
+
|
76
|
+
## Async Client
|
77
|
+
This SDK has an async version. Here's how to use it:
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
```python
|
82
|
+
import asyncio
|
83
|
+
|
84
|
+
import vellum
|
85
|
+
from vellum.client import AsyncVellum
|
86
|
+
|
87
|
+
client = AsyncVellum(api_key="YOUR_API_KEY")
|
88
|
+
|
89
|
+
async def execute() -> str:
|
90
|
+
result = await client.execute_prompt(
|
91
|
+
prompt_deployment_name="<example-deployment-name>>",
|
92
|
+
release_tag="LATEST",
|
93
|
+
inputs=[
|
94
|
+
vellum.PromptDeploymentInputRequest_String(
|
95
|
+
name="input_a",
|
96
|
+
value="Hello, world!",
|
97
|
+
)
|
98
|
+
],
|
99
|
+
)
|
100
|
+
|
101
|
+
if result.state == "REJECTED":
|
102
|
+
raise Exception(result.error.message)
|
103
|
+
|
104
|
+
return result.outputs[0].value
|
105
|
+
|
106
|
+
if __name__ == "__main__":
|
107
|
+
print(asyncio.run(execute()))
|
108
|
+
```
|
109
|
+
|
110
|
+
## Contributing
|
111
|
+
|
112
|
+
While we value open-source contributions to this SDK, most of this library is generated programmatically.
|
113
|
+
|
114
|
+
Please feel free to make contributions to any of the directories or files below:
|
115
|
+
```plaintext
|
116
|
+
examples/*
|
117
|
+
src/vellum/lib/*
|
118
|
+
tests/*
|
119
|
+
README.md
|
120
|
+
```
|
121
|
+
|
122
|
+
Any additions made to files beyond those directories and files above would have to be moved over to our generation code
|
123
|
+
(found in the separate [vellum-client-generator](https://github.com/vellum-ai/vellum-client-generator) repo),
|
124
|
+
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept,
|
125
|
+
but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
|
126
|
+
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# Vellum Python Library
|
2
|
+
|
3
|
+
[![pypi](https://img.shields.io/pypi/v/vellum-ai.svg)](https://pypi.python.org/pypi/vellum-ai)
|
4
|
+
![license badge](https://img.shields.io/github/license/vellum-ai/vellum-client-python)
|
5
|
+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://buildwithfern.com/?utm_source=vellum-ai/vellum-client-python/readme)
|
6
|
+
|
7
|
+
The Vellum Python SDK provides access to the Vellum API from python.
|
8
|
+
|
9
|
+
|
10
|
+
## API Docs
|
11
|
+
You can find Vellum's complete API docs at [docs.vellum.ai](https://docs.vellum.ai/api-reference/introduction/getting-started).
|
12
|
+
|
13
|
+
## Installation
|
14
|
+
|
15
|
+
```sh
|
16
|
+
pip install --upgrade vellum-ai
|
17
|
+
```
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
Below is how you would invoke a deployed Prompt from the Vellum API. For a complete list of all APIs
|
21
|
+
that Vellum supports, check out our [API Reference](https://docs.vellum.ai/api-reference/introduction/getting-started).
|
22
|
+
|
23
|
+
```python
|
24
|
+
from vellum import (
|
25
|
+
PromptDeploymentInputRequest_String,
|
26
|
+
)
|
27
|
+
from vellum.client import Vellum
|
28
|
+
|
29
|
+
client = Vellum(
|
30
|
+
api_key="YOUR_API_KEY",
|
31
|
+
)
|
32
|
+
|
33
|
+
def execute() -> str:
|
34
|
+
result = client.execute_prompt(
|
35
|
+
prompt_deployment_name="<example-deployment-name>>",
|
36
|
+
release_tag="LATEST",
|
37
|
+
inputs=[
|
38
|
+
PromptDeploymentInputRequest_String(
|
39
|
+
name="input_a",
|
40
|
+
type="STRING",
|
41
|
+
value="Hello, world!",
|
42
|
+
)
|
43
|
+
],
|
44
|
+
)
|
45
|
+
|
46
|
+
if result.state == "REJECTED":
|
47
|
+
raise Exception(result.error.message)
|
48
|
+
|
49
|
+
return result.outputs[0].value
|
50
|
+
|
51
|
+
if __name__ == "__main__":
|
52
|
+
print(execute())
|
53
|
+
```
|
54
|
+
|
55
|
+
> [!TIP]
|
56
|
+
> You can set a system environment variable `VELLUM_API_KEY` to avoid writing your api key within your code. To do so, add `export VELLUM_API_KEY=<your-api-token>`
|
57
|
+
> to your ~/.zshrc or ~/.bashrc, open a new terminal, and then any code calling `vellum.Vellum()` will read this key.
|
58
|
+
|
59
|
+
## Async Client
|
60
|
+
This SDK has an async version. Here's how to use it:
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
```python
|
65
|
+
import asyncio
|
66
|
+
|
67
|
+
import vellum
|
68
|
+
from vellum.client import AsyncVellum
|
69
|
+
|
70
|
+
client = AsyncVellum(api_key="YOUR_API_KEY")
|
71
|
+
|
72
|
+
async def execute() -> str:
|
73
|
+
result = await client.execute_prompt(
|
74
|
+
prompt_deployment_name="<example-deployment-name>>",
|
75
|
+
release_tag="LATEST",
|
76
|
+
inputs=[
|
77
|
+
vellum.PromptDeploymentInputRequest_String(
|
78
|
+
name="input_a",
|
79
|
+
value="Hello, world!",
|
80
|
+
)
|
81
|
+
],
|
82
|
+
)
|
83
|
+
|
84
|
+
if result.state == "REJECTED":
|
85
|
+
raise Exception(result.error.message)
|
86
|
+
|
87
|
+
return result.outputs[0].value
|
88
|
+
|
89
|
+
if __name__ == "__main__":
|
90
|
+
print(asyncio.run(execute()))
|
91
|
+
```
|
92
|
+
|
93
|
+
## Contributing
|
94
|
+
|
95
|
+
While we value open-source contributions to this SDK, most of this library is generated programmatically.
|
96
|
+
|
97
|
+
Please feel free to make contributions to any of the directories or files below:
|
98
|
+
```plaintext
|
99
|
+
examples/*
|
100
|
+
src/vellum/lib/*
|
101
|
+
tests/*
|
102
|
+
README.md
|
103
|
+
```
|
104
|
+
|
105
|
+
Any additions made to files beyond those directories and files above would have to be moved over to our generation code
|
106
|
+
(found in the separate [vellum-client-generator](https://github.com/vellum-ai/vellum-client-generator) repo),
|
107
|
+
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept,
|
108
|
+
but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
|
@@ -295,6 +295,9 @@ from .types import (
|
|
295
295
|
PaginatedSlimWorkflowDeploymentList,
|
296
296
|
PaginatedTestSuiteRunExecutionList,
|
297
297
|
PaginatedTestSuiteTestCaseList,
|
298
|
+
PdfEnum,
|
299
|
+
PdfSearchResultMetaSource,
|
300
|
+
PdfSearchResultMetaSourceRequest,
|
298
301
|
ProcessingFailureReasonEnum,
|
299
302
|
ProcessingStateEnum,
|
300
303
|
PromptDeploymentExpandMetaRequestRequest,
|
@@ -341,6 +344,12 @@ from .types import (
|
|
341
344
|
SearchResultDocument,
|
342
345
|
SearchResultDocumentRequest,
|
343
346
|
SearchResultMergingRequest,
|
347
|
+
SearchResultMeta,
|
348
|
+
SearchResultMetaRequest,
|
349
|
+
SearchResultMetaSource,
|
350
|
+
SearchResultMetaSourceRequest,
|
351
|
+
SearchResultMetaSourceRequest_Pdf,
|
352
|
+
SearchResultMetaSource_Pdf,
|
344
353
|
SearchResultRequest,
|
345
354
|
SearchResultsEnum,
|
346
355
|
SearchWeightsRequest,
|
@@ -915,6 +924,9 @@ __all__ = [
|
|
915
924
|
"PaginatedSlimWorkflowDeploymentList",
|
916
925
|
"PaginatedTestSuiteRunExecutionList",
|
917
926
|
"PaginatedTestSuiteTestCaseList",
|
927
|
+
"PdfEnum",
|
928
|
+
"PdfSearchResultMetaSource",
|
929
|
+
"PdfSearchResultMetaSourceRequest",
|
918
930
|
"ProcessingFailureReasonEnum",
|
919
931
|
"ProcessingStateEnum",
|
920
932
|
"PromptDeploymentExpandMetaRequestRequest",
|
@@ -961,6 +973,12 @@ __all__ = [
|
|
961
973
|
"SearchResultDocument",
|
962
974
|
"SearchResultDocumentRequest",
|
963
975
|
"SearchResultMergingRequest",
|
976
|
+
"SearchResultMeta",
|
977
|
+
"SearchResultMetaRequest",
|
978
|
+
"SearchResultMetaSource",
|
979
|
+
"SearchResultMetaSourceRequest",
|
980
|
+
"SearchResultMetaSourceRequest_Pdf",
|
981
|
+
"SearchResultMetaSource_Pdf",
|
964
982
|
"SearchResultRequest",
|
965
983
|
"SearchResultsEnum",
|
966
984
|
"SearchWeightsRequest",
|
@@ -342,6 +342,9 @@ from .paginated_slim_document_list import PaginatedSlimDocumentList
|
|
342
342
|
from .paginated_slim_workflow_deployment_list import PaginatedSlimWorkflowDeploymentList
|
343
343
|
from .paginated_test_suite_run_execution_list import PaginatedTestSuiteRunExecutionList
|
344
344
|
from .paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
|
345
|
+
from .pdf_enum import PdfEnum
|
346
|
+
from .pdf_search_result_meta_source import PdfSearchResultMetaSource
|
347
|
+
from .pdf_search_result_meta_source_request import PdfSearchResultMetaSourceRequest
|
345
348
|
from .processing_failure_reason_enum import ProcessingFailureReasonEnum
|
346
349
|
from .processing_state_enum import ProcessingStateEnum
|
347
350
|
from .prompt_deployment_expand_meta_request_request import PromptDeploymentExpandMetaRequestRequest
|
@@ -390,6 +393,10 @@ from .search_result import SearchResult
|
|
390
393
|
from .search_result_document import SearchResultDocument
|
391
394
|
from .search_result_document_request import SearchResultDocumentRequest
|
392
395
|
from .search_result_merging_request import SearchResultMergingRequest
|
396
|
+
from .search_result_meta import SearchResultMeta
|
397
|
+
from .search_result_meta_request import SearchResultMetaRequest
|
398
|
+
from .search_result_meta_source import SearchResultMetaSource, SearchResultMetaSource_Pdf
|
399
|
+
from .search_result_meta_source_request import SearchResultMetaSourceRequest, SearchResultMetaSourceRequest_Pdf
|
393
400
|
from .search_result_request import SearchResultRequest
|
394
401
|
from .search_results_enum import SearchResultsEnum
|
395
402
|
from .search_weights_request import SearchWeightsRequest
|
@@ -974,6 +981,9 @@ __all__ = [
|
|
974
981
|
"PaginatedSlimWorkflowDeploymentList",
|
975
982
|
"PaginatedTestSuiteRunExecutionList",
|
976
983
|
"PaginatedTestSuiteTestCaseList",
|
984
|
+
"PdfEnum",
|
985
|
+
"PdfSearchResultMetaSource",
|
986
|
+
"PdfSearchResultMetaSourceRequest",
|
977
987
|
"ProcessingFailureReasonEnum",
|
978
988
|
"ProcessingStateEnum",
|
979
989
|
"PromptDeploymentExpandMetaRequestRequest",
|
@@ -1020,6 +1030,12 @@ __all__ = [
|
|
1020
1030
|
"SearchResultDocument",
|
1021
1031
|
"SearchResultDocumentRequest",
|
1022
1032
|
"SearchResultMergingRequest",
|
1033
|
+
"SearchResultMeta",
|
1034
|
+
"SearchResultMetaRequest",
|
1035
|
+
"SearchResultMetaSource",
|
1036
|
+
"SearchResultMetaSourceRequest",
|
1037
|
+
"SearchResultMetaSourceRequest_Pdf",
|
1038
|
+
"SearchResultMetaSource_Pdf",
|
1023
1039
|
"SearchResultRequest",
|
1024
1040
|
"SearchResultsEnum",
|
1025
1041
|
"SearchWeightsRequest",
|
@@ -47,6 +47,11 @@ class DeploymentRead(pydantic_v1.BaseModel):
|
|
47
47
|
Deprecated. The Prompt execution endpoints return a `prompt_version_id` that could be used instead.
|
48
48
|
"""
|
49
49
|
|
50
|
+
last_deployed_history_item_id: str = pydantic_v1.Field()
|
51
|
+
"""
|
52
|
+
The ID of the history item associated with this Deployment's LATEST Release Tag
|
53
|
+
"""
|
54
|
+
|
50
55
|
def json(self, **kwargs: typing.Any) -> str:
|
51
56
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
52
57
|
return super().json(**kwargs_with_defaults)
|
@@ -0,0 +1,37 @@
|
|
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
|
+
|
9
|
+
|
10
|
+
class PdfSearchResultMetaSource(pydantic_v1.BaseModel):
|
11
|
+
"""
|
12
|
+
The source of a search result from a PDF document.
|
13
|
+
"""
|
14
|
+
|
15
|
+
start_page_num: typing.Optional[int] = pydantic_v1.Field(default=None)
|
16
|
+
"""
|
17
|
+
The 1-indexed page number where the chunk starts in the document. Only available for supported chunking strategies and document types.
|
18
|
+
"""
|
19
|
+
|
20
|
+
end_page_num: typing.Optional[int] = pydantic_v1.Field(default=None)
|
21
|
+
"""
|
22
|
+
The 1-indexed page number where the chunk ends in the document. Only available for supported chunking strategies and document types.
|
23
|
+
"""
|
24
|
+
|
25
|
+
def json(self, **kwargs: typing.Any) -> str:
|
26
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
27
|
+
return super().json(**kwargs_with_defaults)
|
28
|
+
|
29
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
30
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
31
|
+
return super().dict(**kwargs_with_defaults)
|
32
|
+
|
33
|
+
class Config:
|
34
|
+
frozen = True
|
35
|
+
smart_union = True
|
36
|
+
extra = pydantic_v1.Extra.allow
|
37
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,37 @@
|
|
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
|
+
|
9
|
+
|
10
|
+
class PdfSearchResultMetaSourceRequest(pydantic_v1.BaseModel):
|
11
|
+
"""
|
12
|
+
The source of a search result from a PDF document.
|
13
|
+
"""
|
14
|
+
|
15
|
+
start_page_num: typing.Optional[int] = pydantic_v1.Field(default=None)
|
16
|
+
"""
|
17
|
+
The 1-indexed page number where the chunk starts in the document. Only available for supported chunking strategies and document types.
|
18
|
+
"""
|
19
|
+
|
20
|
+
end_page_num: typing.Optional[int] = pydantic_v1.Field(default=None)
|
21
|
+
"""
|
22
|
+
The 1-indexed page number where the chunk ends in the document. Only available for supported chunking strategies and document types.
|
23
|
+
"""
|
24
|
+
|
25
|
+
def json(self, **kwargs: typing.Any) -> str:
|
26
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
27
|
+
return super().json(**kwargs_with_defaults)
|
28
|
+
|
29
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
30
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
31
|
+
return super().dict(**kwargs_with_defaults)
|
32
|
+
|
33
|
+
class Config:
|
34
|
+
frozen = True
|
35
|
+
smart_union = True
|
36
|
+
extra = pydantic_v1.Extra.allow
|
37
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -6,6 +6,7 @@ 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_document import SearchResultDocument
|
9
|
+
from .search_result_meta import SearchResultMeta
|
9
10
|
|
10
11
|
|
11
12
|
class SearchResult(pydantic_v1.BaseModel):
|
@@ -25,6 +26,11 @@ class SearchResult(pydantic_v1.BaseModel):
|
|
25
26
|
The document that contains the chunk that matched the search query.
|
26
27
|
"""
|
27
28
|
|
29
|
+
meta: typing.Optional[SearchResultMeta] = pydantic_v1.Field(default=None)
|
30
|
+
"""
|
31
|
+
Additional information about the search result.
|
32
|
+
"""
|
33
|
+
|
28
34
|
def json(self, **kwargs: typing.Any) -> str:
|
29
35
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
30
36
|
return super().json(**kwargs_with_defaults)
|
@@ -0,0 +1,26 @@
|
|
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 .search_result_meta_source import SearchResultMetaSource
|
9
|
+
|
10
|
+
|
11
|
+
class SearchResultMeta(pydantic_v1.BaseModel):
|
12
|
+
source: SearchResultMetaSource
|
13
|
+
|
14
|
+
def json(self, **kwargs: typing.Any) -> str:
|
15
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
16
|
+
return super().json(**kwargs_with_defaults)
|
17
|
+
|
18
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
19
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
20
|
+
return super().dict(**kwargs_with_defaults)
|
21
|
+
|
22
|
+
class Config:
|
23
|
+
frozen = True
|
24
|
+
smart_union = True
|
25
|
+
extra = pydantic_v1.Extra.allow
|
26
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,26 @@
|
|
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 .search_result_meta_source_request import SearchResultMetaSourceRequest
|
9
|
+
|
10
|
+
|
11
|
+
class SearchResultMetaRequest(pydantic_v1.BaseModel):
|
12
|
+
source: SearchResultMetaSourceRequest
|
13
|
+
|
14
|
+
def json(self, **kwargs: typing.Any) -> str:
|
15
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
16
|
+
return super().json(**kwargs_with_defaults)
|
17
|
+
|
18
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
19
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
20
|
+
return super().dict(**kwargs_with_defaults)
|
21
|
+
|
22
|
+
class Config:
|
23
|
+
frozen = True
|
24
|
+
smart_union = True
|
25
|
+
extra = pydantic_v1.Extra.allow
|
26
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
import typing
|
6
|
+
|
7
|
+
from .pdf_search_result_meta_source import PdfSearchResultMetaSource
|
8
|
+
|
9
|
+
|
10
|
+
class SearchResultMetaSource_Pdf(PdfSearchResultMetaSource):
|
11
|
+
document_type: typing.Literal["PDF"] = "PDF"
|
12
|
+
|
13
|
+
class Config:
|
14
|
+
frozen = True
|
15
|
+
smart_union = True
|
16
|
+
allow_population_by_field_name = True
|
17
|
+
populate_by_name = True
|
18
|
+
|
19
|
+
|
20
|
+
SearchResultMetaSource = typing.Union[SearchResultMetaSource_Pdf]
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
import typing
|
6
|
+
|
7
|
+
from .pdf_search_result_meta_source_request import PdfSearchResultMetaSourceRequest
|
8
|
+
|
9
|
+
|
10
|
+
class SearchResultMetaSourceRequest_Pdf(PdfSearchResultMetaSourceRequest):
|
11
|
+
document_type: typing.Literal["PDF"] = "PDF"
|
12
|
+
|
13
|
+
class Config:
|
14
|
+
frozen = True
|
15
|
+
smart_union = True
|
16
|
+
allow_population_by_field_name = True
|
17
|
+
populate_by_name = True
|
18
|
+
|
19
|
+
|
20
|
+
SearchResultMetaSourceRequest = typing.Union[SearchResultMetaSourceRequest_Pdf]
|
@@ -6,6 +6,7 @@ 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_document_request import SearchResultDocumentRequest
|
9
|
+
from .search_result_meta_request import SearchResultMetaRequest
|
9
10
|
|
10
11
|
|
11
12
|
class SearchResultRequest(pydantic_v1.BaseModel):
|
@@ -25,6 +26,11 @@ class SearchResultRequest(pydantic_v1.BaseModel):
|
|
25
26
|
The document that contains the chunk that matched the search query.
|
26
27
|
"""
|
27
28
|
|
29
|
+
meta: typing.Optional[SearchResultMetaRequest] = pydantic_v1.Field(default=None)
|
30
|
+
"""
|
31
|
+
Additional information about the search result.
|
32
|
+
"""
|
33
|
+
|
28
34
|
def json(self, **kwargs: typing.Any) -> str:
|
29
35
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
30
36
|
return super().json(**kwargs_with_defaults)
|
@@ -41,6 +41,11 @@ class WorkflowDeploymentRead(pydantic_v1.BaseModel):
|
|
41
41
|
|
42
42
|
created: dt.datetime
|
43
43
|
last_deployed_on: dt.datetime
|
44
|
+
last_deployed_history_item_id: str = pydantic_v1.Field()
|
45
|
+
"""
|
46
|
+
The ID of the history item associated with this Workflow Deployment's LATEST Release Tag
|
47
|
+
"""
|
48
|
+
|
44
49
|
input_variables: typing.List[VellumVariable] = pydantic_v1.Field()
|
45
50
|
"""
|
46
51
|
The input variables this Workflow Deployment expects to receive values for when it is executed.
|