vellum-ai 0.3.19__tar.gz → 0.3.21__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (369) hide show
  1. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/PKG-INFO +1 -1
  2. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/pyproject.toml +1 -1
  3. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/__init__.py +10 -0
  4. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/client.py +4 -0
  5. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/client_wrapper.py +1 -1
  6. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/test_suites/client.py +141 -0
  7. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/__init__.py +10 -0
  8. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_prompt_execution_meta.py +2 -0
  9. vellum_ai-0.3.21/src/vellum/types/ml_model_usage.py +33 -0
  10. vellum_ai-0.3.21/src/vellum/types/paginated_test_suite_test_case_list.py +33 -0
  11. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +5 -0
  12. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_execution_meta.py +2 -0
  13. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_metric_output.py +14 -1
  14. vellum_ai-0.3.21/src/vellum/types/test_suite_run_metric_string_output.py +34 -0
  15. vellum_ai-0.3.21/src/vellum/types/test_suite_run_metric_string_output_type_enum.py +5 -0
  16. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/LICENSE +0 -0
  17. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/README.md +0 -0
  18. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/__init__.py +0 -0
  19. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/api_error.py +0 -0
  20. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/datetime_utils.py +0 -0
  21. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/file.py +0 -0
  22. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/http_client.py +0 -0
  23. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/jsonable_encoder.py +0 -0
  24. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/remove_none_from_dict.py +0 -0
  25. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/core/request_options.py +0 -0
  26. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/environment.py +0 -0
  27. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/__init__.py +0 -0
  28. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/bad_request_error.py +0 -0
  29. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/conflict_error.py +0 -0
  30. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/forbidden_error.py +0 -0
  31. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/internal_server_error.py +0 -0
  32. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/errors/not_found_error.py +0 -0
  33. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/py.typed +0 -0
  34. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/__init__.py +0 -0
  35. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/deployments/__init__.py +0 -0
  36. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/deployments/client.py +0 -0
  37. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/deployments/types/__init__.py +0 -0
  38. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
  39. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/document_indexes/__init__.py +0 -0
  40. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/document_indexes/client.py +0 -0
  41. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
  42. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
  43. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/documents/__init__.py +0 -0
  44. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/documents/client.py +0 -0
  45. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/folder_entities/__init__.py +0 -0
  46. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/folder_entities/client.py +0 -0
  47. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/model_versions/__init__.py +0 -0
  48. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/model_versions/client.py +0 -0
  49. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/registered_prompts/__init__.py +0 -0
  50. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/registered_prompts/client.py +0 -0
  51. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/sandboxes/__init__.py +0 -0
  52. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/sandboxes/client.py +0 -0
  53. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
  54. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/test_suite_runs/client.py +0 -0
  55. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/test_suites/__init__.py +0 -0
  56. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
  57. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/workflow_deployments/client.py +0 -0
  58. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
  59. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
  60. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/api_node_result.py +0 -0
  61. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/api_node_result_data.py +0 -0
  62. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_chat_message_content.py +0 -0
  63. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_chat_message_content_item.py +0 -0
  64. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
  65. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_chat_message_content_request.py +0 -0
  66. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_enum.py +0 -0
  67. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/array_variable_value_item.py +0 -0
  68. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/block_type_enum.py +0 -0
  69. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_history_enum.py +0 -0
  70. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_history_input_request.py +0 -0
  71. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_history_variable_value.py +0 -0
  72. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_message.py +0 -0
  73. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_message_content.py +0 -0
  74. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_message_content_request.py +0 -0
  75. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_message_request.py +0 -0
  76. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/chat_message_role.py +0 -0
  77. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_array_result.py +0 -0
  78. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
  79. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_error_result.py +0 -0
  80. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
  81. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_json_result.py +0 -0
  82. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_number_result.py +0 -0
  83. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_result.py +0 -0
  84. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_result_data.py +0 -0
  85. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_result_output.py +0 -0
  86. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
  87. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/code_execution_node_string_result.py +0 -0
  88. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/conditional_node_result.py +0 -0
  89. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/conditional_node_result_data.py +0 -0
  90. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/deployment_provider_payload_response.py +0 -0
  91. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/deployment_read.py +0 -0
  92. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/document_document_to_document_index.py +0 -0
  93. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/document_index_read.py +0 -0
  94. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/document_read.py +0 -0
  95. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/document_status.py +0 -0
  96. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/enriched_normalized_completion.py +0 -0
  97. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/entity_status.py +0 -0
  98. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/environment_enum.py +0 -0
  99. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/error_enum.py +0 -0
  100. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/error_variable_value.py +0 -0
  101. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_prompt_api_error_response.py +0 -0
  102. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_prompt_event.py +0 -0
  103. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_prompt_response.py +0 -0
  104. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_workflow_error_response.py +0 -0
  105. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_workflow_response.py +0 -0
  106. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_workflow_stream_error_response.py +0 -0
  107. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
  108. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_array_vellum_value.py +0 -0
  109. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
  110. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_error_vellum_value.py +0 -0
  111. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
  112. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_json_vellum_value.py +0 -0
  113. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_number_vellum_value.py +0 -0
  114. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
  115. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_string_vellum_value.py +0 -0
  116. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/execution_vellum_value.py +0 -0
  117. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/finish_reason_enum.py +0 -0
  118. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_enum.py +0 -0
  119. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
  120. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
  121. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
  122. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_function_call.py +0 -0
  123. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
  124. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call.py +0 -0
  125. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_chat_message_content.py +0 -0
  126. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
  127. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
  128. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
  129. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_enum.py +0 -0
  130. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/function_call_variable_value.py +0 -0
  131. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_error_response.py +0 -0
  132. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_options_request.py +0 -0
  133. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_request.py +0 -0
  134. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_response.py +0 -0
  135. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_result.py +0 -0
  136. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_result_data.py +0 -0
  137. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_result_error.py +0 -0
  138. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_stream_response.py +0 -0
  139. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_stream_result.py +0 -0
  140. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/generate_stream_result_data.py +0 -0
  141. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/image_chat_message_content.py +0 -0
  142. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/image_chat_message_content_request.py +0 -0
  143. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/image_enum.py +0 -0
  144. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/image_variable_value.py +0 -0
  145. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/indexing_state_enum.py +0 -0
  146. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/initiated_enum.py +0 -0
  147. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
  148. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
  149. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
  150. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/json_enum.py +0 -0
  151. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/json_input_request.py +0 -0
  152. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/json_variable_value.py +0 -0
  153. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/logical_operator.py +0 -0
  154. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/logprobs_enum.py +0 -0
  155. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/metadata_filter_config_request.py +0 -0
  156. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
  157. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/metadata_filter_rule_request.py +0 -0
  158. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_build_config.py +0 -0
  159. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_exec_config.py +0 -0
  160. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_exec_config_parameters.py +0 -0
  161. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_read.py +0 -0
  162. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_read_status_enum.py +0 -0
  163. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/model_version_sandbox_snapshot.py +0 -0
  164. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
  165. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
  166. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
  167. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
  168. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
  169. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
  170. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
  171. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_array_value.py +0 -0
  172. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
  173. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_error_value.py +0 -0
  174. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_function_call.py +0 -0
  175. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_json_value.py +0 -0
  176. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_number_value.py +0 -0
  177. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
  178. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_compiled_string_value.py +0 -0
  179. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
  180. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_array_value.py +0 -0
  181. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
  182. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_error_value.py +0 -0
  183. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_function_value.py +0 -0
  184. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_json_value.py +0 -0
  185. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_number_value.py +0 -0
  186. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
  187. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_string_value.py +0 -0
  188. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/node_output_compiled_value.py +0 -0
  189. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/normalized_log_probs.py +0 -0
  190. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/normalized_token_log_probs.py +0 -0
  191. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/number_enum.py +0 -0
  192. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/number_variable_value.py +0 -0
  193. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/paginated_document_index_read_list.py +0 -0
  194. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
  195. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/paginated_slim_document_list.py +0 -0
  196. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
  197. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
  198. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/processing_failure_reason_enum.py +0 -0
  199. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/processing_state_enum.py +0 -0
  200. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_deployment_input_request.py +0 -0
  201. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_node_result.py +0 -0
  202. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_node_result_data.py +0 -0
  203. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_output.py +0 -0
  204. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block.py +0 -0
  205. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block_data.py +0 -0
  206. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block_data_request.py +0 -0
  207. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block_properties.py +0 -0
  208. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block_properties_request.py +0 -0
  209. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/prompt_template_block_request.py +0 -0
  210. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/provider_enum.py +0 -0
  211. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
  212. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/register_prompt_error_response.py +0 -0
  213. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/register_prompt_model_parameters_request.py +0 -0
  214. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/register_prompt_prompt.py +0 -0
  215. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/register_prompt_prompt_info_request.py +0 -0
  216. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/register_prompt_response.py +0 -0
  217. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/registered_prompt_deployment.py +0 -0
  218. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/registered_prompt_input_variable_request.py +0 -0
  219. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/registered_prompt_model_version.py +0 -0
  220. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/registered_prompt_sandbox.py +0 -0
  221. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/registered_prompt_sandbox_snapshot.py +0 -0
  222. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_enum.py +0 -0
  223. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
  224. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
  225. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
  226. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_function_call.py +0 -0
  227. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
  228. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
  229. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/sandbox_scenario.py +0 -0
  230. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/scenario_input.py +0 -0
  231. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/scenario_input_request.py +0 -0
  232. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/scenario_input_type_enum.py +0 -0
  233. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_error_response.py +0 -0
  234. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_filters_request.py +0 -0
  235. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_node_result.py +0 -0
  236. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_node_result_data.py +0 -0
  237. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_request_options_request.py +0 -0
  238. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_response.py +0 -0
  239. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_result.py +0 -0
  240. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_result_document.py +0 -0
  241. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_result_document_request.py +0 -0
  242. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_result_merging_request.py +0 -0
  243. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_result_request.py +0 -0
  244. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_results_enum.py +0 -0
  245. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_results_variable_value.py +0 -0
  246. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/search_weights_request.py +0 -0
  247. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/slim_deployment_read.py +0 -0
  248. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/slim_document.py +0 -0
  249. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/slim_workflow_deployment.py +0 -0
  250. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/streaming_enum.py +0 -0
  251. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
  252. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
  253. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
  254. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/string_chat_message_content.py +0 -0
  255. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/string_chat_message_content_request.py +0 -0
  256. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/string_enum.py +0 -0
  257. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/string_input_request.py +0 -0
  258. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/string_variable_value.py +0 -0
  259. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/submit_completion_actual_request.py +0 -0
  260. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/submit_completion_actuals_error_response.py +0 -0
  261. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
  262. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/subworkflow_enum.py +0 -0
  263. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/subworkflow_node_result.py +0 -0
  264. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_array_result.py +0 -0
  265. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_chat_history_result.py +0 -0
  266. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_error_result.py +0 -0
  267. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_function_call_result.py +0 -0
  268. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_json_result.py +0 -0
  269. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_number_result.py +0 -0
  270. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_result.py +0 -0
  271. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_result_data.py +0 -0
  272. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_result_output.py +0 -0
  273. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_search_results_result.py +0 -0
  274. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/templating_node_string_result.py +0 -0
  275. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_array_result.py +0 -0
  276. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
  277. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_error_result.py +0 -0
  278. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_function_call_result.py +0 -0
  279. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_json_result.py +0 -0
  280. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_number_result.py +0 -0
  281. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_result.py +0 -0
  282. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_result_data.py +0 -0
  283. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_result_output.py +0 -0
  284. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_search_results_result.py +0 -0
  285. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/terminal_node_string_result.py +0 -0
  286. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
  287. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_error_variable_value.py +0 -0
  288. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_json_variable_value.py +0 -0
  289. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_number_variable_value.py +0 -0
  290. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
  291. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_string_variable_value.py +0 -0
  292. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_case_variable_value.py +0 -0
  293. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
  294. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
  295. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
  296. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
  297. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_type_enum.py +0 -0
  298. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_exec_config.py +0 -0
  299. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
  300. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution.py +0 -0
  301. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
  302. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
  303. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
  304. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
  305. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
  306. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_output.py +0 -0
  307. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
  308. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
  309. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
  310. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_metric_error_output_type_enum.py +0 -0
  311. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
  312. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_metric_number_output_type_enum.py +0 -0
  313. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_read.py +0 -0
  314. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_state.py +0 -0
  315. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_test_suite.py +0 -0
  316. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
  317. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
  318. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
  319. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
  320. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_type_enum.py +0 -0
  321. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/test_suite_test_case.py +0 -0
  322. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/upload_document_error_response.py +0 -0
  323. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/upload_document_response.py +0 -0
  324. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_error.py +0 -0
  325. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_error_code_enum.py +0 -0
  326. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_error_request.py +0 -0
  327. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_image.py +0 -0
  328. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_image_request.py +0 -0
  329. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_variable.py +0 -0
  330. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/vellum_variable_type.py +0 -0
  331. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_deployment_read.py +0 -0
  332. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_event_error.py +0 -0
  333. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
  334. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
  335. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
  336. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
  337. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_event_type.py +0 -0
  338. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
  339. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
  340. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_node_result_data.py +0 -0
  341. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_node_result_event.py +0 -0
  342. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_node_result_event_state.py +0 -0
  343. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output.py +0 -0
  344. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_array.py +0 -0
  345. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_chat_history.py +0 -0
  346. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_error.py +0 -0
  347. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_function_call.py +0 -0
  348. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_image.py +0 -0
  349. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_json.py +0 -0
  350. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_number.py +0 -0
  351. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_search_results.py +0 -0
  352. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_output_string.py +0 -0
  353. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
  354. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_request_input_request.py +0 -0
  355. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_request_json_input_request.py +0 -0
  356. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_request_number_input_request.py +0 -0
  357. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_request_string_input_request.py +0 -0
  358. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event.py +0 -0
  359. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data.py +0 -0
  360. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
  361. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
  362. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
  363. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
  364. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
  365. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
  366. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
  367. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
  368. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/types/workflow_stream_event.py +0 -0
  369. {vellum_ai-0.3.19 → vellum_ai-0.3.21}/src/vellum/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.3.19
3
+ Version: 0.3.21
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vellum-ai"
3
- version = "0.3.19"
3
+ version = "0.3.21"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -148,6 +148,7 @@ from .types import (
148
148
  MetadataFilterConfigRequest,
149
149
  MetadataFilterRuleCombinator,
150
150
  MetadataFilterRuleRequest,
151
+ MlModelUsage,
151
152
  ModelVersionBuildConfig,
152
153
  ModelVersionExecConfig,
153
154
  ModelVersionExecConfigParameters,
@@ -210,6 +211,7 @@ from .types import (
210
211
  PaginatedSlimDocumentList,
211
212
  PaginatedSlimWorkflowDeploymentList,
212
213
  PaginatedTestSuiteRunExecutionList,
214
+ PaginatedTestSuiteTestCaseList,
213
215
  ProcessingFailureReasonEnum,
214
216
  ProcessingStateEnum,
215
217
  PromptDeploymentExpandMetaRequestRequest,
@@ -372,6 +374,9 @@ from .types import (
372
374
  TestSuiteRunMetricOutput,
373
375
  TestSuiteRunMetricOutput_Error,
374
376
  TestSuiteRunMetricOutput_Number,
377
+ TestSuiteRunMetricOutput_String,
378
+ TestSuiteRunMetricStringOutput,
379
+ TestSuiteRunMetricStringOutputTypeEnum,
375
380
  TestSuiteRunRead,
376
381
  TestSuiteRunState,
377
382
  TestSuiteRunTestSuite,
@@ -637,6 +642,7 @@ __all__ = [
637
642
  "MetadataFilterConfigRequest",
638
643
  "MetadataFilterRuleCombinator",
639
644
  "MetadataFilterRuleRequest",
645
+ "MlModelUsage",
640
646
  "ModelVersionBuildConfig",
641
647
  "ModelVersionExecConfig",
642
648
  "ModelVersionExecConfigParameters",
@@ -700,6 +706,7 @@ __all__ = [
700
706
  "PaginatedSlimDocumentList",
701
707
  "PaginatedSlimWorkflowDeploymentList",
702
708
  "PaginatedTestSuiteRunExecutionList",
709
+ "PaginatedTestSuiteTestCaseList",
703
710
  "ProcessingFailureReasonEnum",
704
711
  "ProcessingStateEnum",
705
712
  "PromptDeploymentExpandMetaRequestRequest",
@@ -862,6 +869,9 @@ __all__ = [
862
869
  "TestSuiteRunMetricOutput",
863
870
  "TestSuiteRunMetricOutput_Error",
864
871
  "TestSuiteRunMetricOutput_Number",
872
+ "TestSuiteRunMetricOutput_String",
873
+ "TestSuiteRunMetricStringOutput",
874
+ "TestSuiteRunMetricStringOutputTypeEnum",
865
875
  "TestSuiteRunRead",
866
876
  "TestSuiteRunState",
867
877
  "TestSuiteRunTestSuite",
@@ -167,6 +167,7 @@ class Vellum:
167
167
  deployment_release_tag=True,
168
168
  prompt_version_id=True,
169
169
  finish_reason=True,
170
+ usage=True,
170
171
  ),
171
172
  raw_overrides=RawPromptExecutionOverridesRequest(
172
173
  body={"string": {"key": "value"}},
@@ -301,6 +302,7 @@ class Vellum:
301
302
  deployment_release_tag=True,
302
303
  prompt_version_id=True,
303
304
  finish_reason=True,
305
+ usage=True,
304
306
  ),
305
307
  raw_overrides=RawPromptExecutionOverridesRequest(
306
308
  body={"string": {"key": "value"}},
@@ -1123,6 +1125,7 @@ class AsyncVellum:
1123
1125
  deployment_release_tag=True,
1124
1126
  prompt_version_id=True,
1125
1127
  finish_reason=True,
1128
+ usage=True,
1126
1129
  ),
1127
1130
  raw_overrides=RawPromptExecutionOverridesRequest(
1128
1131
  body={"string": {"key": "value"}},
@@ -1257,6 +1260,7 @@ class AsyncVellum:
1257
1260
  deployment_release_tag=True,
1258
1261
  prompt_version_id=True,
1259
1262
  finish_reason=True,
1263
+ usage=True,
1260
1264
  ),
1261
1265
  raw_overrides=RawPromptExecutionOverridesRequest(
1262
1266
  body={"string": {"key": "value"}},
@@ -18,7 +18,7 @@ class BaseClientWrapper:
18
18
  headers: typing.Dict[str, str] = {
19
19
  "X-Fern-Language": "Python",
20
20
  "X-Fern-SDK-Name": "vellum-ai",
21
- "X-Fern-SDK-Version": "0.3.19",
21
+ "X-Fern-SDK-Version": "0.3.21",
22
22
  }
23
23
  headers["X_API_KEY"] = self.api_key
24
24
  return headers
@@ -10,6 +10,7 @@ from ...core.jsonable_encoder import jsonable_encoder
10
10
  from ...core.remove_none_from_dict import remove_none_from_dict
11
11
  from ...core.request_options import RequestOptions
12
12
  from ...types.named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
13
+ from ...types.paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
13
14
  from ...types.test_suite_test_case import TestSuiteTestCase
14
15
 
15
16
  try:
@@ -25,6 +26,76 @@ class TestSuitesClient:
25
26
  def __init__(self, *, client_wrapper: SyncClientWrapper):
26
27
  self._client_wrapper = client_wrapper
27
28
 
29
+ def list_test_suite_test_cases(
30
+ self,
31
+ id: str,
32
+ *,
33
+ limit: typing.Optional[int] = None,
34
+ offset: typing.Optional[int] = None,
35
+ request_options: typing.Optional[RequestOptions] = None,
36
+ ) -> PaginatedTestSuiteTestCaseList:
37
+ """
38
+ List the Test Cases associated with a Test Suite
39
+
40
+ Parameters:
41
+ - id: str. A UUID string identifying this test suite.
42
+
43
+ - limit: typing.Optional[int]. Number of results to return per page.
44
+
45
+ - offset: typing.Optional[int]. The initial index from which to return the results.
46
+
47
+ - request_options: typing.Optional[RequestOptions]. Request-specific configuration.
48
+ ---
49
+ from vellum.client import Vellum
50
+
51
+ client = Vellum(
52
+ api_key="YOUR_API_KEY",
53
+ )
54
+ client.test_suites.list_test_suite_test_cases(
55
+ id="id",
56
+ )
57
+ """
58
+ _response = self._client_wrapper.httpx_client.request(
59
+ "GET",
60
+ urllib.parse.urljoin(
61
+ f"{self._client_wrapper.get_environment().default}/",
62
+ f"v1/test-suites/{jsonable_encoder(id)}/test-cases",
63
+ ),
64
+ params=jsonable_encoder(
65
+ remove_none_from_dict(
66
+ {
67
+ "limit": limit,
68
+ "offset": offset,
69
+ **(
70
+ request_options.get("additional_query_parameters", {})
71
+ if request_options is not None
72
+ else {}
73
+ ),
74
+ }
75
+ )
76
+ ),
77
+ headers=jsonable_encoder(
78
+ remove_none_from_dict(
79
+ {
80
+ **self._client_wrapper.get_headers(),
81
+ **(request_options.get("additional_headers", {}) if request_options is not None else {}),
82
+ }
83
+ )
84
+ ),
85
+ timeout=request_options.get("timeout_in_seconds")
86
+ if request_options is not None and request_options.get("timeout_in_seconds") is not None
87
+ else self._client_wrapper.get_timeout(),
88
+ retries=0,
89
+ max_retries=request_options.get("max_retries") if request_options is not None else 0, # type: ignore
90
+ )
91
+ if 200 <= _response.status_code < 300:
92
+ return pydantic.parse_obj_as(PaginatedTestSuiteTestCaseList, _response.json()) # type: ignore
93
+ try:
94
+ _response_json = _response.json()
95
+ except JSONDecodeError:
96
+ raise ApiError(status_code=_response.status_code, body=_response.text)
97
+ raise ApiError(status_code=_response.status_code, body=_response_json)
98
+
28
99
  def upsert_test_suite_test_case(
29
100
  self,
30
101
  id: str,
@@ -169,6 +240,76 @@ class AsyncTestSuitesClient:
169
240
  def __init__(self, *, client_wrapper: AsyncClientWrapper):
170
241
  self._client_wrapper = client_wrapper
171
242
 
243
+ async def list_test_suite_test_cases(
244
+ self,
245
+ id: str,
246
+ *,
247
+ limit: typing.Optional[int] = None,
248
+ offset: typing.Optional[int] = None,
249
+ request_options: typing.Optional[RequestOptions] = None,
250
+ ) -> PaginatedTestSuiteTestCaseList:
251
+ """
252
+ List the Test Cases associated with a Test Suite
253
+
254
+ Parameters:
255
+ - id: str. A UUID string identifying this test suite.
256
+
257
+ - limit: typing.Optional[int]. Number of results to return per page.
258
+
259
+ - offset: typing.Optional[int]. The initial index from which to return the results.
260
+
261
+ - request_options: typing.Optional[RequestOptions]. Request-specific configuration.
262
+ ---
263
+ from vellum.client import AsyncVellum
264
+
265
+ client = AsyncVellum(
266
+ api_key="YOUR_API_KEY",
267
+ )
268
+ await client.test_suites.list_test_suite_test_cases(
269
+ id="id",
270
+ )
271
+ """
272
+ _response = await self._client_wrapper.httpx_client.request(
273
+ "GET",
274
+ urllib.parse.urljoin(
275
+ f"{self._client_wrapper.get_environment().default}/",
276
+ f"v1/test-suites/{jsonable_encoder(id)}/test-cases",
277
+ ),
278
+ params=jsonable_encoder(
279
+ remove_none_from_dict(
280
+ {
281
+ "limit": limit,
282
+ "offset": offset,
283
+ **(
284
+ request_options.get("additional_query_parameters", {})
285
+ if request_options is not None
286
+ else {}
287
+ ),
288
+ }
289
+ )
290
+ ),
291
+ headers=jsonable_encoder(
292
+ remove_none_from_dict(
293
+ {
294
+ **self._client_wrapper.get_headers(),
295
+ **(request_options.get("additional_headers", {}) if request_options is not None else {}),
296
+ }
297
+ )
298
+ ),
299
+ timeout=request_options.get("timeout_in_seconds")
300
+ if request_options is not None and request_options.get("timeout_in_seconds") is not None
301
+ else self._client_wrapper.get_timeout(),
302
+ retries=0,
303
+ max_retries=request_options.get("max_retries") if request_options is not None else 0, # type: ignore
304
+ )
305
+ if 200 <= _response.status_code < 300:
306
+ return pydantic.parse_obj_as(PaginatedTestSuiteTestCaseList, _response.json()) # type: ignore
307
+ try:
308
+ _response_json = _response.json()
309
+ except JSONDecodeError:
310
+ raise ApiError(status_code=_response.status_code, body=_response.text)
311
+ raise ApiError(status_code=_response.status_code, body=_response_json)
312
+
172
313
  async def upsert_test_suite_test_case(
173
314
  self,
174
315
  id: str,
@@ -165,6 +165,7 @@ from .logprobs_enum import LogprobsEnum
165
165
  from .metadata_filter_config_request import MetadataFilterConfigRequest
166
166
  from .metadata_filter_rule_combinator import MetadataFilterRuleCombinator
167
167
  from .metadata_filter_rule_request import MetadataFilterRuleRequest
168
+ from .ml_model_usage import MlModelUsage
168
169
  from .model_version_build_config import ModelVersionBuildConfig
169
170
  from .model_version_exec_config import ModelVersionExecConfig
170
171
  from .model_version_exec_config_parameters import ModelVersionExecConfigParameters
@@ -233,6 +234,7 @@ from .paginated_slim_deployment_read_list import PaginatedSlimDeploymentReadList
233
234
  from .paginated_slim_document_list import PaginatedSlimDocumentList
234
235
  from .paginated_slim_workflow_deployment_list import PaginatedSlimWorkflowDeploymentList
235
236
  from .paginated_test_suite_run_execution_list import PaginatedTestSuiteRunExecutionList
237
+ from .paginated_test_suite_test_case_list import PaginatedTestSuiteTestCaseList
236
238
  from .processing_failure_reason_enum import ProcessingFailureReasonEnum
237
239
  from .processing_state_enum import ProcessingStateEnum
238
240
  from .prompt_deployment_expand_meta_request_request import PromptDeploymentExpandMetaRequestRequest
@@ -418,7 +420,10 @@ from .test_suite_run_metric_output import (
418
420
  TestSuiteRunMetricOutput,
419
421
  TestSuiteRunMetricOutput_Error,
420
422
  TestSuiteRunMetricOutput_Number,
423
+ TestSuiteRunMetricOutput_String,
421
424
  )
425
+ from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
426
+ from .test_suite_run_metric_string_output_type_enum import TestSuiteRunMetricStringOutputTypeEnum
422
427
  from .test_suite_run_read import TestSuiteRunRead
423
428
  from .test_suite_run_state import TestSuiteRunState
424
429
  from .test_suite_run_test_suite import TestSuiteRunTestSuite
@@ -669,6 +674,7 @@ __all__ = [
669
674
  "MetadataFilterConfigRequest",
670
675
  "MetadataFilterRuleCombinator",
671
676
  "MetadataFilterRuleRequest",
677
+ "MlModelUsage",
672
678
  "ModelVersionBuildConfig",
673
679
  "ModelVersionExecConfig",
674
680
  "ModelVersionExecConfigParameters",
@@ -731,6 +737,7 @@ __all__ = [
731
737
  "PaginatedSlimDocumentList",
732
738
  "PaginatedSlimWorkflowDeploymentList",
733
739
  "PaginatedTestSuiteRunExecutionList",
740
+ "PaginatedTestSuiteTestCaseList",
734
741
  "ProcessingFailureReasonEnum",
735
742
  "ProcessingStateEnum",
736
743
  "PromptDeploymentExpandMetaRequestRequest",
@@ -893,6 +900,9 @@ __all__ = [
893
900
  "TestSuiteRunMetricOutput",
894
901
  "TestSuiteRunMetricOutput_Error",
895
902
  "TestSuiteRunMetricOutput_Number",
903
+ "TestSuiteRunMetricOutput_String",
904
+ "TestSuiteRunMetricStringOutput",
905
+ "TestSuiteRunMetricStringOutputTypeEnum",
896
906
  "TestSuiteRunRead",
897
907
  "TestSuiteRunState",
898
908
  "TestSuiteRunTestSuite",
@@ -5,6 +5,7 @@ import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
7
  from .finish_reason_enum import FinishReasonEnum
8
+ from .ml_model_usage import MlModelUsage
8
9
 
9
10
  try:
10
11
  import pydantic.v1 as pydantic # type: ignore
@@ -19,6 +20,7 @@ class FulfilledPromptExecutionMeta(pydantic.BaseModel):
19
20
 
20
21
  latency: typing.Optional[int] = None
21
22
  finish_reason: typing.Optional[FinishReasonEnum] = None
23
+ usage: typing.Optional[MlModelUsage] = None
22
24
 
23
25
  def json(self, **kwargs: typing.Any) -> str:
24
26
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -0,0 +1,33 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
13
+
14
+ class MlModelUsage(pydantic.BaseModel):
15
+ output_token_count: typing.Optional[int] = None
16
+ input_token_count: typing.Optional[int] = None
17
+ input_char_count: typing.Optional[int] = None
18
+ output_char_count: typing.Optional[int] = None
19
+ compute_nanos: typing.Optional[int] = None
20
+
21
+ def json(self, **kwargs: typing.Any) -> str:
22
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
23
+ return super().json(**kwargs_with_defaults)
24
+
25
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
26
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
27
+ return super().dict(**kwargs_with_defaults)
28
+
29
+ class Config:
30
+ frozen = True
31
+ smart_union = True
32
+ extra = pydantic.Extra.allow
33
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,33 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .test_suite_test_case import TestSuiteTestCase
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class PaginatedTestSuiteTestCaseList(pydantic.BaseModel):
16
+ count: int
17
+ next: typing.Optional[str] = None
18
+ previous: typing.Optional[str] = None
19
+ results: typing.List[TestSuiteTestCase]
20
+
21
+ def json(self, **kwargs: typing.Any) -> str:
22
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
23
+ return super().json(**kwargs_with_defaults)
24
+
25
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
26
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
27
+ return super().dict(**kwargs_with_defaults)
28
+
29
+ class Config:
30
+ frozen = True
31
+ smart_union = True
32
+ extra = pydantic.Extra.allow
33
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -37,6 +37,11 @@ class PromptDeploymentExpandMetaRequestRequest(pydantic.BaseModel):
37
37
  If enabled, the response will include the reason provided by the model for why the execution finished.
38
38
  """
39
39
 
40
+ usage: typing.Optional[bool] = pydantic.Field(default=None)
41
+ """
42
+ If enabled, the response will include model host usage tracking. This may increase latency for some model hosts.
43
+ """
44
+
40
45
  def json(self, **kwargs: typing.Any) -> str:
41
46
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
42
47
  return super().json(**kwargs_with_defaults)
@@ -5,6 +5,7 @@ import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
7
  from .finish_reason_enum import FinishReasonEnum
8
+ from .ml_model_usage import MlModelUsage
8
9
 
9
10
  try:
10
11
  import pydantic.v1 as pydantic # type: ignore
@@ -17,6 +18,7 @@ class PromptExecutionMeta(pydantic.BaseModel):
17
18
  The subset of the metadata tracked by Vellum during prompt execution that the request opted into with `expand_meta`.
18
19
  """
19
20
 
21
+ usage: typing.Optional[MlModelUsage] = None
20
22
  model_name: typing.Optional[str] = None
21
23
  latency: typing.Optional[int] = None
22
24
  deployment_release_tag: typing.Optional[str] = None
@@ -6,6 +6,17 @@ import typing
6
6
 
7
7
  from .test_suite_run_metric_error_output import TestSuiteRunMetricErrorOutput
8
8
  from .test_suite_run_metric_number_output import TestSuiteRunMetricNumberOutput
9
+ from .test_suite_run_metric_string_output import TestSuiteRunMetricStringOutput
10
+
11
+
12
+ class TestSuiteRunMetricOutput_String(TestSuiteRunMetricStringOutput):
13
+ type: typing.Literal["STRING"] = "STRING"
14
+
15
+ class Config:
16
+ frozen = True
17
+ smart_union = True
18
+ allow_population_by_field_name = True
19
+ populate_by_name = True
9
20
 
10
21
 
11
22
  class TestSuiteRunMetricOutput_Number(TestSuiteRunMetricNumberOutput):
@@ -28,4 +39,6 @@ class TestSuiteRunMetricOutput_Error(TestSuiteRunMetricErrorOutput):
28
39
  populate_by_name = True
29
40
 
30
41
 
31
- TestSuiteRunMetricOutput = typing.Union[TestSuiteRunMetricOutput_Number, TestSuiteRunMetricOutput_Error]
42
+ TestSuiteRunMetricOutput = typing.Union[
43
+ TestSuiteRunMetricOutput_String, TestSuiteRunMetricOutput_Number, TestSuiteRunMetricOutput_Error
44
+ ]
@@ -0,0 +1,34 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
13
+
14
+ class TestSuiteRunMetricStringOutput(pydantic.BaseModel):
15
+ """
16
+ Output for a test suite run metric that is of type STRING
17
+ """
18
+
19
+ value: str
20
+ name: str
21
+
22
+ def json(self, **kwargs: typing.Any) -> str:
23
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
24
+ return super().json(**kwargs_with_defaults)
25
+
26
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
27
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
28
+ return super().dict(**kwargs_with_defaults)
29
+
30
+ class Config:
31
+ frozen = True
32
+ smart_union = True
33
+ extra = pydantic.Extra.allow
34
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,5 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ TestSuiteRunMetricStringOutputTypeEnum = typing.Literal["STRING"]
File without changes
File without changes