vellum-ai 0.6.4__tar.gz → 0.6.5__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. vellum_ai-0.6.5/PKG-INFO +126 -0
  2. vellum_ai-0.6.5/README.md +108 -0
  3. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/pyproject.toml +1 -1
  4. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/client_wrapper.py +1 -1
  5. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/deployment_read.py +5 -0
  6. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_deployment_read.py +5 -0
  7. vellum_ai-0.6.4/PKG-INFO +0 -109
  8. vellum_ai-0.6.4/README.md +0 -91
  9. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/LICENSE +0 -0
  10. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/__init__.py +0 -0
  11. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/client.py +0 -0
  12. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/__init__.py +0 -0
  13. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/api_error.py +0 -0
  14. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/datetime_utils.py +0 -0
  15. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/file.py +0 -0
  16. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/http_client.py +0 -0
  17. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/jsonable_encoder.py +0 -0
  18. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/pydantic_utilities.py +0 -0
  19. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/remove_none_from_dict.py +0 -0
  20. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/core/request_options.py +0 -0
  21. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/environment.py +0 -0
  22. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/errors/__init__.py +0 -0
  23. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/errors/bad_request_error.py +0 -0
  24. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/errors/forbidden_error.py +0 -0
  25. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/errors/internal_server_error.py +0 -0
  26. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/errors/not_found_error.py +0 -0
  27. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/__init__.py +0 -0
  28. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/test_suites/__init__.py +0 -0
  29. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/test_suites/constants.py +0 -0
  30. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/test_suites/exceptions.py +0 -0
  31. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/test_suites/resources.py +0 -0
  32. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/utils/__init__.py +0 -0
  33. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/utils/env.py +0 -0
  34. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/utils/exceptions.py +0 -0
  35. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/lib/utils/paginator.py +0 -0
  36. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/py.typed +0 -0
  37. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/__init__.py +0 -0
  38. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/deployments/__init__.py +0 -0
  39. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/deployments/client.py +0 -0
  40. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/deployments/types/__init__.py +0 -0
  41. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
  42. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/document_indexes/__init__.py +0 -0
  43. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/document_indexes/client.py +0 -0
  44. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
  45. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
  46. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/documents/__init__.py +0 -0
  47. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/documents/client.py +0 -0
  48. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/folder_entities/__init__.py +0 -0
  49. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/folder_entities/client.py +0 -0
  50. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/sandboxes/__init__.py +0 -0
  51. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/sandboxes/client.py +0 -0
  52. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
  53. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/test_suite_runs/client.py +0 -0
  54. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/test_suites/__init__.py +0 -0
  55. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/test_suites/client.py +0 -0
  56. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
  57. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_deployments/client.py +0 -0
  58. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
  59. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
  60. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_sandboxes/__init__.py +0 -0
  61. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/resources/workflow_sandboxes/client.py +0 -0
  62. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/__init__.py +0 -0
  63. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/_jsii/__init__.py +0 -0
  64. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  65. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/constraints.json +0 -0
  66. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/data_vellum_document_index/__init__.py +0 -0
  67. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/document_index/__init__.py +0 -0
  68. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/provider/__init__.py +0 -0
  69. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/py.typed +0 -0
  70. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/terraform/versions.json +0 -0
  71. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/__init__.py +0 -0
  72. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/add_openai_api_key_enum.py +0 -0
  73. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/api_node_result.py +0 -0
  74. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/api_node_result_data.py +0 -0
  75. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_chat_message_content.py +0 -0
  76. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_chat_message_content_item.py +0 -0
  77. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
  78. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_chat_message_content_request.py +0 -0
  79. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_enum.py +0 -0
  80. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_variable_value_item.py +0 -0
  81. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/array_vellum_value_item.py +0 -0
  82. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +0 -0
  83. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +0 -0
  84. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +0 -0
  85. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +0 -0
  86. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +0 -0
  87. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +0 -0
  88. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/bulk_create_test_suite_test_case_data_request.py +0 -0
  89. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/bulk_replace_test_suite_test_case_data_request.py +0 -0
  90. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_history_enum.py +0 -0
  91. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_history_input_request.py +0 -0
  92. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_message.py +0 -0
  93. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_message_content.py +0 -0
  94. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_message_content_request.py +0 -0
  95. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_message_request.py +0 -0
  96. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/chat_message_role.py +0 -0
  97. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_array_result.py +0 -0
  98. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
  99. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_error_result.py +0 -0
  100. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
  101. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_json_result.py +0 -0
  102. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_number_result.py +0 -0
  103. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_result.py +0 -0
  104. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_result_data.py +0 -0
  105. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_result_output.py +0 -0
  106. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
  107. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/code_execution_node_string_result.py +0 -0
  108. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/conditional_node_result.py +0 -0
  109. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/conditional_node_result_data.py +0 -0
  110. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/create_enum.py +0 -0
  111. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/created_enum.py +0 -0
  112. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/delete_enum.py +0 -0
  113. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/deleted_enum.py +0 -0
  114. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/deployment_provider_payload_response.py +0 -0
  115. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/deployment_release_tag_deployment_history_item.py +0 -0
  116. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/deployment_release_tag_read.py +0 -0
  117. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_document_to_document_index.py +0 -0
  118. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_index_chunking.py +0 -0
  119. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_index_chunking_request.py +0 -0
  120. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_index_indexing_config.py +0 -0
  121. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_index_indexing_config_request.py +0 -0
  122. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_index_read.py +0 -0
  123. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_read.py +0 -0
  124. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/document_status.py +0 -0
  125. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/enriched_normalized_completion.py +0 -0
  126. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/entity_status.py +0 -0
  127. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/environment_enum.py +0 -0
  128. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/error_enum.py +0 -0
  129. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/error_variable_value.py +0 -0
  130. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/error_vellum_value.py +0 -0
  131. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
  132. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_prompt_event.py +0 -0
  133. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_prompt_response.py +0 -0
  134. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_workflow_error_response.py +0 -0
  135. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_workflow_response.py +0 -0
  136. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
  137. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
  138. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_array_vellum_value.py +0 -0
  139. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
  140. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_error_vellum_value.py +0 -0
  141. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
  142. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_json_vellum_value.py +0 -0
  143. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_number_vellum_value.py +0 -0
  144. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
  145. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_string_vellum_value.py +0 -0
  146. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/execution_vellum_value.py +0 -0
  147. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/external_test_case_execution.py +0 -0
  148. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/external_test_case_execution_request.py +0 -0
  149. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/finish_reason_enum.py +0 -0
  150. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_enum.py +0 -0
  151. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
  152. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
  153. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
  154. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
  155. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
  156. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call.py +0 -0
  157. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_chat_message_content.py +0 -0
  158. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
  159. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
  160. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
  161. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_enum.py +0 -0
  162. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_request.py +0 -0
  163. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_variable_value.py +0 -0
  164. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/function_call_vellum_value.py +0 -0
  165. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_error_response.py +0 -0
  166. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_options_request.py +0 -0
  167. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_request.py +0 -0
  168. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_response.py +0 -0
  169. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_result.py +0 -0
  170. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_result_data.py +0 -0
  171. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_result_error.py +0 -0
  172. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_stream_response.py +0 -0
  173. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_stream_result.py +0 -0
  174. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/generate_stream_result_data.py +0 -0
  175. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/hkunlp_instructor_xl_enum.py +0 -0
  176. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/hkunlp_instructor_xl_vectorizer.py +0 -0
  177. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/hkunlp_instructor_xl_vectorizer_request.py +0 -0
  178. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/image_chat_message_content.py +0 -0
  179. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/image_chat_message_content_request.py +0 -0
  180. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/image_enum.py +0 -0
  181. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/image_variable_value.py +0 -0
  182. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/image_vellum_value.py +0 -0
  183. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/indexing_config_vectorizer.py +0 -0
  184. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/indexing_config_vectorizer_request.py +0 -0
  185. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/indexing_state_enum.py +0 -0
  186. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/initiated_enum.py +0 -0
  187. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
  188. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
  189. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
  190. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/instructor_vectorizer_config.py +0 -0
  191. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/instructor_vectorizer_config_request.py +0 -0
  192. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/intfloat_multilingual_e_5_large_enum.py +0 -0
  193. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/json_enum.py +0 -0
  194. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/json_input_request.py +0 -0
  195. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/json_variable_value.py +0 -0
  196. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/json_vellum_value.py +0 -0
  197. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/logical_operator.py +0 -0
  198. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/logprobs_enum.py +0 -0
  199. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/merge_enum.py +0 -0
  200. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/merge_node_result.py +0 -0
  201. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/metadata_filter_config_request.py +0 -0
  202. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
  203. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/metadata_filter_rule_request.py +0 -0
  204. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/metric_enum.py +0 -0
  205. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/metric_node_result.py +0 -0
  206. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/ml_model_usage.py +0 -0
  207. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_scenario_input_chat_history_variable_value_request.py +0 -0
  208. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_scenario_input_request.py +0 -0
  209. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_scenario_input_string_variable_value_request.py +0 -0
  210. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_chat_history_variable_value.py +0 -0
  211. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
  212. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_error_variable_value.py +0 -0
  213. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
  214. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_function_call_variable_value.py +0 -0
  215. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_function_call_variable_value_request.py +0 -0
  216. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_json_variable_value.py +0 -0
  217. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
  218. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_number_variable_value.py +0 -0
  219. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
  220. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_search_results_variable_value.py +0 -0
  221. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
  222. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_string_variable_value.py +0 -0
  223. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
  224. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_variable_value.py +0 -0
  225. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
  226. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_array_value.py +0 -0
  227. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
  228. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_error_value.py +0 -0
  229. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_function_call.py +0 -0
  230. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_json_value.py +0 -0
  231. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_number_value.py +0 -0
  232. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
  233. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_compiled_string_value.py +0 -0
  234. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
  235. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_array_value.py +0 -0
  236. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
  237. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_error_value.py +0 -0
  238. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_function_call_value.py +0 -0
  239. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_json_value.py +0 -0
  240. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_number_value.py +0 -0
  241. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
  242. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_string_value.py +0 -0
  243. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/node_output_compiled_value.py +0 -0
  244. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/normalized_log_probs.py +0 -0
  245. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/normalized_token_log_probs.py +0 -0
  246. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/number_enum.py +0 -0
  247. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/number_variable_value.py +0 -0
  248. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/number_vellum_value.py +0 -0
  249. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_config.py +0 -0
  250. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_config_request.py +0 -0
  251. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large.py +0 -0
  252. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +0 -0
  253. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small.py +0 -0
  254. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +0 -0
  255. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +0 -0
  256. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +0 -0
  257. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_document_index_read_list.py +0 -0
  258. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
  259. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_slim_document_list.py +0 -0
  260. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
  261. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
  262. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
  263. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/processing_failure_reason_enum.py +0 -0
  264. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/processing_state_enum.py +0 -0
  265. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
  266. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_deployment_input_request.py +0 -0
  267. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_execution_meta.py +0 -0
  268. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_node_result.py +0 -0
  269. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_node_result_data.py +0 -0
  270. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/prompt_output.py +0 -0
  271. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
  272. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/reducto_chunker_config.py +0 -0
  273. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/reducto_chunker_config_request.py +0 -0
  274. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/reducto_chunker_enum.py +0 -0
  275. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/reducto_chunking.py +0 -0
  276. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/reducto_chunking_request.py +0 -0
  277. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_enum.py +0 -0
  278. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
  279. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
  280. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
  281. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
  282. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
  283. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/release_tag_source.py +0 -0
  284. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/replace_enum.py +0 -0
  285. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/replaced_enum.py +0 -0
  286. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sandbox_scenario.py +0 -0
  287. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/scenario_input.py +0 -0
  288. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/scenario_input_chat_history_variable_value.py +0 -0
  289. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/scenario_input_string_variable_value.py +0 -0
  290. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_error_response.py +0 -0
  291. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_filters_request.py +0 -0
  292. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_node_result.py +0 -0
  293. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_node_result_data.py +0 -0
  294. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_request_options_request.py +0 -0
  295. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_response.py +0 -0
  296. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_result.py +0 -0
  297. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_result_document.py +0 -0
  298. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_result_document_request.py +0 -0
  299. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_result_merging_request.py +0 -0
  300. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_result_request.py +0 -0
  301. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_results_enum.py +0 -0
  302. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/search_weights_request.py +0 -0
  303. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_chunker_config.py +0 -0
  304. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_chunker_config_request.py +0 -0
  305. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_chunker_enum.py +0 -0
  306. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_chunking.py +0 -0
  307. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_chunking_request.py +0 -0
  308. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_transformers_multi_qa_mpnet_base_cos_v_1_enum.py +0 -0
  309. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/sentence_transformers_multi_qa_mpnet_base_dot_v_1_enum.py +0 -0
  310. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/slim_deployment_read.py +0 -0
  311. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/slim_document.py +0 -0
  312. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/slim_workflow_deployment.py +0 -0
  313. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/streaming_enum.py +0 -0
  314. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
  315. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
  316. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
  317. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_chat_message_content.py +0 -0
  318. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_chat_message_content_request.py +0 -0
  319. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_enum.py +0 -0
  320. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_input_request.py +0 -0
  321. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_variable_value.py +0 -0
  322. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/string_vellum_value.py +0 -0
  323. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/submit_completion_actual_request.py +0 -0
  324. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
  325. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
  326. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/subworkflow_enum.py +0 -0
  327. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/subworkflow_node_result.py +0 -0
  328. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/subworkflow_node_result_data.py +0 -0
  329. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_array_result.py +0 -0
  330. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_chat_history_result.py +0 -0
  331. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_error_result.py +0 -0
  332. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_function_call_result.py +0 -0
  333. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_json_result.py +0 -0
  334. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_number_result.py +0 -0
  335. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_result.py +0 -0
  336. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_result_data.py +0 -0
  337. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_result_output.py +0 -0
  338. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_search_results_result.py +0 -0
  339. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/templating_node_string_result.py +0 -0
  340. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_array_result.py +0 -0
  341. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
  342. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_error_result.py +0 -0
  343. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_function_call_result.py +0 -0
  344. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_json_result.py +0 -0
  345. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_number_result.py +0 -0
  346. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_result.py +0 -0
  347. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_result_data.py +0 -0
  348. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_result_output.py +0 -0
  349. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_search_results_result.py +0 -0
  350. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/terminal_node_string_result.py +0 -0
  351. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
  352. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_error_variable_value.py +0 -0
  353. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_function_call_variable_value.py +0 -0
  354. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_json_variable_value.py +0 -0
  355. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_number_variable_value.py +0 -0
  356. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
  357. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_string_variable_value.py +0 -0
  358. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_case_variable_value.py +0 -0
  359. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
  360. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
  361. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
  362. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
  363. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
  364. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_exec_config.py +0 -0
  365. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
  366. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution.py +0 -0
  367. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
  368. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
  369. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_function_call_output.py +0 -0
  370. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
  371. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
  372. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
  373. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
  374. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_output.py +0 -0
  375. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
  376. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
  377. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_external_exec_config.py +0 -0
  378. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_external_exec_config_data.py +0 -0
  379. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_external_exec_config_data_request.py +0 -0
  380. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_external_exec_config_request.py +0 -0
  381. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_external_exec_config_type_enum.py +0 -0
  382. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
  383. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
  384. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
  385. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
  386. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_output.py +0 -0
  387. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
  388. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +0 -0
  389. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_read.py +0 -0
  390. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_state.py +0 -0
  391. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_test_suite.py +0 -0
  392. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
  393. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
  394. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
  395. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
  396. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
  397. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case.py +0 -0
  398. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_bulk_operation_request.py +0 -0
  399. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_bulk_result.py +0 -0
  400. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_create_bulk_operation_request.py +0 -0
  401. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_created_bulk_result.py +0 -0
  402. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_created_bulk_result_data.py +0 -0
  403. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +0 -0
  404. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_delete_bulk_operation_request.py +0 -0
  405. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_deleted_bulk_result.py +0 -0
  406. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_deleted_bulk_result_data.py +0 -0
  407. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_rejected_bulk_result.py +0 -0
  408. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_replace_bulk_operation_request.py +0 -0
  409. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_replaced_bulk_result.py +0 -0
  410. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/test_suite_test_case_replaced_bulk_result_data.py +0 -0
  411. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/text_embedding_3_large_enum.py +0 -0
  412. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/text_embedding_3_small_enum.py +0 -0
  413. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/text_embedding_ada_002_enum.py +0 -0
  414. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/token_overlapping_window_chunker_config.py +0 -0
  415. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/token_overlapping_window_chunker_config_request.py +0 -0
  416. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/token_overlapping_window_chunker_enum.py +0 -0
  417. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/token_overlapping_window_chunking.py +0 -0
  418. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/token_overlapping_window_chunking_request.py +0 -0
  419. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/upload_document_error_response.py +0 -0
  420. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/upload_document_response.py +0 -0
  421. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_error.py +0 -0
  422. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_error_code_enum.py +0 -0
  423. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_error_request.py +0 -0
  424. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_image.py +0 -0
  425. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_image_request.py +0 -0
  426. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_variable.py +0 -0
  427. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/vellum_variable_type.py +0 -0
  428. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_event_error.py +0 -0
  429. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
  430. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
  431. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
  432. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
  433. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_event_type.py +0 -0
  434. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
  435. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
  436. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_node_result_data.py +0 -0
  437. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_node_result_event.py +0 -0
  438. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_node_result_event_state.py +0 -0
  439. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output.py +0 -0
  440. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_array.py +0 -0
  441. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_chat_history.py +0 -0
  442. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_error.py +0 -0
  443. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_function_call.py +0 -0
  444. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_image.py +0 -0
  445. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_json.py +0 -0
  446. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_number.py +0 -0
  447. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_search_results.py +0 -0
  448. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_output_string.py +0 -0
  449. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_release_tag_read.py +0 -0
  450. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_release_tag_workflow_deployment_history_item.py +0 -0
  451. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
  452. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_request_input_request.py +0 -0
  453. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_request_json_input_request.py +0 -0
  454. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_request_number_input_request.py +0 -0
  455. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_request_string_input_request.py +0 -0
  456. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event.py +0 -0
  457. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data.py +0 -0
  458. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
  459. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
  460. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
  461. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
  462. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
  463. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
  464. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
  465. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
  466. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/types/workflow_stream_event.py +0 -0
  467. {vellum_ai-0.6.4 → vellum_ai-0.6.5}/src/vellum/version.py +0 -0
@@ -0,0 +1,126 @@
1
+ Metadata-Version: 2.1
2
+ Name: vellum-ai
3
+ Version: 0.6.5
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!
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vellum-ai"
3
- version = "0.6.4"
3
+ version = "0.6.5"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -18,7 +18,7 @@ class BaseClientWrapper:
18
18
  headers: typing.Dict[str, str] = {
19
19
  "X-Fern-Language": "Python",
20
20
  "X-Fern-SDK-Name": "vellum-ai",
21
- "X-Fern-SDK-Version": "0.6.4",
21
+ "X-Fern-SDK-Version": "0.6.5",
22
22
  }
23
23
  headers["X_API_KEY"] = self.api_key
24
24
  return headers
@@ -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)
@@ -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.
vellum_ai-0.6.4/PKG-INFO DELETED
@@ -1,109 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vellum-ai
3
- Version: 0.6.4
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
- [![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)
22
-
23
- The Vellum Python Library provides access to the Vellum API from python.
24
-
25
-
26
- ## API Docs
27
- You can find Vellum's complete API docs at [docs.vellum.ai](https://docs.vellum.ai).
28
-
29
- ## Installation
30
-
31
- ```sh
32
- pip install --upgrade vellum-ai
33
- ```
34
-
35
- ## Usage
36
-
37
- ```python
38
- import vellum
39
- from vellum.client import Vellum
40
-
41
-
42
- client = Vellum(api_key="YOUR_API_KEY")
43
-
44
- result = client.generate(
45
- deployment_name="my-deployment",
46
- requests=[
47
- vellum.GenerateRequest(
48
- input_values={"question": "Can I get a refund?"})]
49
- )
50
-
51
- print(result.text)
52
- ```
53
-
54
- ## Async Client
55
-
56
- ```python
57
- import vellum
58
- from vellum.client import AsyncVellum
59
-
60
- raven = AsyncVellum(api_key="YOUR_API_KEY")
61
-
62
- async def generate() -> str:
63
- result = client.generate(
64
- deployment_name="my-deployment",
65
- requests=[
66
- vellum.GenerateRequest(
67
- input_values={"question": "Can I get a refund?"})]
68
- )
69
-
70
- return result.text
71
- ```
72
-
73
- ## Uploading documents
74
-
75
- Documents can be uploaded to Vellum via either the UI or this API. Once uploaded and indexed, Vellum's Search allows you to perform semantic searches against them.
76
-
77
- ```python
78
- from vellum.client import Vellum
79
-
80
- client = Vellum(api_key="YOUR_API_KEY")
81
-
82
- with open("/path/to/your/file.txt", "rb") as file:
83
- result = client.documents.upload(
84
- # File to upload
85
- contents=file,
86
- # Document label
87
- label="Human-friendly label for your document",
88
- # The names of indexes that you'd like this document to be added to.
89
- add_to_index_names=["<your-index-name>"],
90
- # Optionally include a unique ID from your system to this document later.
91
- # Useful if you want to perform updates later
92
- external_id="<your-index-name>",
93
- # Optionally include keywords to associate with the document that can be used in hybrid search
94
- keywords=[],
95
- )
96
-
97
- print(result)
98
- ```
99
-
100
- ## Beta status
101
-
102
- This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your pyproject.toml file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
103
-
104
- ## Contributing
105
-
106
- While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
107
-
108
- On the other hand, contributions to the README are always very welcome!
109
-
vellum_ai-0.6.4/README.md DELETED
@@ -1,91 +0,0 @@
1
- # Vellum Python Library
2
-
3
- [![pypi](https://img.shields.io/pypi/v/vellum-ai.svg)](https://pypi.python.org/pypi/vellum-ai)
4
- [![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)
5
-
6
- The Vellum Python Library provides access to the Vellum API from python.
7
-
8
-
9
- ## API Docs
10
- You can find Vellum's complete API docs at [docs.vellum.ai](https://docs.vellum.ai).
11
-
12
- ## Installation
13
-
14
- ```sh
15
- pip install --upgrade vellum-ai
16
- ```
17
-
18
- ## Usage
19
-
20
- ```python
21
- import vellum
22
- from vellum.client import Vellum
23
-
24
-
25
- client = Vellum(api_key="YOUR_API_KEY")
26
-
27
- result = client.generate(
28
- deployment_name="my-deployment",
29
- requests=[
30
- vellum.GenerateRequest(
31
- input_values={"question": "Can I get a refund?"})]
32
- )
33
-
34
- print(result.text)
35
- ```
36
-
37
- ## Async Client
38
-
39
- ```python
40
- import vellum
41
- from vellum.client import AsyncVellum
42
-
43
- raven = AsyncVellum(api_key="YOUR_API_KEY")
44
-
45
- async def generate() -> str:
46
- result = client.generate(
47
- deployment_name="my-deployment",
48
- requests=[
49
- vellum.GenerateRequest(
50
- input_values={"question": "Can I get a refund?"})]
51
- )
52
-
53
- return result.text
54
- ```
55
-
56
- ## Uploading documents
57
-
58
- Documents can be uploaded to Vellum via either the UI or this API. Once uploaded and indexed, Vellum's Search allows you to perform semantic searches against them.
59
-
60
- ```python
61
- from vellum.client import Vellum
62
-
63
- client = Vellum(api_key="YOUR_API_KEY")
64
-
65
- with open("/path/to/your/file.txt", "rb") as file:
66
- result = client.documents.upload(
67
- # File to upload
68
- contents=file,
69
- # Document label
70
- label="Human-friendly label for your document",
71
- # The names of indexes that you'd like this document to be added to.
72
- add_to_index_names=["<your-index-name>"],
73
- # Optionally include a unique ID from your system to this document later.
74
- # Useful if you want to perform updates later
75
- external_id="<your-index-name>",
76
- # Optionally include keywords to associate with the document that can be used in hybrid search
77
- keywords=[],
78
- )
79
-
80
- print(result)
81
- ```
82
-
83
- ## Beta status
84
-
85
- This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your pyproject.toml file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
86
-
87
- ## Contributing
88
-
89
- While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
90
-
91
- On the other hand, contributions to the README are always very welcome!
File without changes
File without changes