vellum-ai 0.0.42__py3-none-any.whl → 0.0.44__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. vellum/__init__.py +20 -2
  2. vellum/client.py +5 -1
  3. vellum/core/client_wrapper.py +1 -1
  4. vellum/core/jsonable_encoder.py +8 -6
  5. vellum/resources/deployments/client.py +5 -2
  6. vellum/resources/document_indexes/client.py +5 -2
  7. vellum/resources/documents/client.py +5 -2
  8. vellum/resources/model_versions/client.py +5 -2
  9. vellum/resources/registered_prompts/client.py +19 -4
  10. vellum/resources/sandboxes/client.py +5 -2
  11. vellum/resources/test_suites/client.py +5 -2
  12. vellum/types/__init__.py +20 -2
  13. vellum/types/api_node_result.py +5 -2
  14. vellum/types/api_node_result_data.py +5 -2
  15. vellum/types/chat_message.py +5 -2
  16. vellum/types/chat_message_request.py +5 -2
  17. vellum/types/conditional_node_result.py +5 -2
  18. vellum/types/conditional_node_result_data.py +5 -2
  19. vellum/types/deployment_read.py +5 -4
  20. vellum/types/document_document_to_document_index.py +5 -2
  21. vellum/types/document_index_read.py +5 -2
  22. vellum/types/document_read.py +5 -2
  23. vellum/types/enriched_normalized_completion.py +6 -2
  24. vellum/types/evaluation_params.py +5 -2
  25. vellum/types/evaluation_params_request.py +5 -2
  26. vellum/types/execute_workflow_stream_error_response.py +5 -2
  27. vellum/types/generate_error_response.py +5 -2
  28. vellum/types/generate_options_request.py +5 -2
  29. vellum/types/generate_request.py +5 -2
  30. vellum/types/generate_result.py +5 -2
  31. vellum/types/generate_result_data.py +5 -2
  32. vellum/types/generate_result_error.py +5 -2
  33. vellum/types/generate_stream_response.py +5 -2
  34. vellum/types/generate_stream_result.py +5 -2
  35. vellum/types/generate_stream_result_data.py +5 -2
  36. vellum/types/metadata_filter_config_request.py +5 -2
  37. vellum/types/metadata_filter_rule_request.py +5 -2
  38. vellum/types/model_version_build_config.py +6 -2
  39. vellum/types/model_version_compile_prompt_response.py +5 -2
  40. vellum/types/model_version_compiled_prompt.py +5 -2
  41. vellum/types/model_version_exec_config.py +5 -2
  42. vellum/types/model_version_exec_config_parameters.py +5 -2
  43. vellum/types/model_version_read.py +7 -5
  44. vellum/types/model_version_sandbox_snapshot.py +5 -2
  45. vellum/types/node_input_compiled_chat_history_value.py +5 -2
  46. vellum/types/node_input_compiled_error_value.py +31 -0
  47. vellum/types/node_input_compiled_json_value.py +5 -2
  48. vellum/types/node_input_compiled_number_value.py +5 -2
  49. vellum/types/node_input_compiled_search_results_value.py +5 -2
  50. vellum/types/node_input_compiled_string_value.py +5 -2
  51. vellum/types/node_input_variable_compiled_value.py +11 -0
  52. vellum/types/normalized_log_probs.py +5 -2
  53. vellum/types/normalized_token_log_probs.py +5 -2
  54. vellum/types/paginated_slim_document_list.py +5 -2
  55. vellum/types/prompt_node_result.py +5 -2
  56. vellum/types/prompt_node_result_data.py +5 -2
  57. vellum/types/prompt_template_block.py +5 -2
  58. vellum/types/prompt_template_block_data.py +5 -2
  59. vellum/types/prompt_template_block_data_request.py +5 -2
  60. vellum/types/prompt_template_block_properties.py +5 -2
  61. vellum/types/prompt_template_block_properties_request.py +5 -2
  62. vellum/types/prompt_template_block_request.py +5 -2
  63. vellum/types/provider_enum.py +10 -5
  64. vellum/types/register_prompt_error_response.py +5 -2
  65. vellum/types/register_prompt_model_parameters_request.py +5 -2
  66. vellum/types/register_prompt_prompt.py +5 -2
  67. vellum/types/register_prompt_prompt_info_request.py +5 -2
  68. vellum/types/register_prompt_response.py +5 -2
  69. vellum/types/registered_prompt_deployment.py +5 -2
  70. vellum/types/registered_prompt_input_variable_request.py +5 -2
  71. vellum/types/registered_prompt_model_version.py +5 -2
  72. vellum/types/registered_prompt_sandbox.py +5 -2
  73. vellum/types/registered_prompt_sandbox_snapshot.py +5 -2
  74. vellum/types/sandbox_metric_input_params.py +5 -2
  75. vellum/types/sandbox_metric_input_params_request.py +5 -2
  76. vellum/types/sandbox_scenario.py +5 -2
  77. vellum/types/scenario_input.py +5 -2
  78. vellum/types/scenario_input_request.py +5 -2
  79. vellum/types/search_error_response.py +5 -2
  80. vellum/types/search_filters_request.py +5 -2
  81. vellum/types/search_node_result.py +5 -2
  82. vellum/types/search_node_result_data.py +5 -2
  83. vellum/types/search_request_options_request.py +5 -2
  84. vellum/types/search_response.py +5 -2
  85. vellum/types/search_result.py +5 -2
  86. vellum/types/search_result_document.py +5 -2
  87. vellum/types/search_result_merging_request.py +5 -2
  88. vellum/types/search_weights_request.py +5 -2
  89. vellum/types/slim_document.py +5 -2
  90. vellum/types/submit_completion_actual_request.py +5 -2
  91. vellum/types/submit_completion_actuals_error_response.py +5 -2
  92. vellum/types/templating_node_chat_history_result.py +5 -2
  93. vellum/types/templating_node_error_result.py +30 -0
  94. vellum/types/templating_node_json_result.py +5 -2
  95. vellum/types/templating_node_number_result.py +5 -2
  96. vellum/types/templating_node_result.py +5 -2
  97. vellum/types/templating_node_result_data.py +5 -2
  98. vellum/types/templating_node_result_output.py +11 -0
  99. vellum/types/templating_node_search_results_result.py +5 -2
  100. vellum/types/templating_node_string_result.py +5 -2
  101. vellum/types/terminal_node_chat_history_result.py +5 -2
  102. vellum/types/terminal_node_error_result.py +31 -0
  103. vellum/types/terminal_node_json_result.py +5 -2
  104. vellum/types/terminal_node_number_result.py +5 -2
  105. vellum/types/terminal_node_result.py +5 -2
  106. vellum/types/terminal_node_result_data.py +5 -2
  107. vellum/types/terminal_node_result_output.py +11 -0
  108. vellum/types/terminal_node_search_results_result.py +5 -2
  109. vellum/types/terminal_node_string_result.py +5 -2
  110. vellum/types/test_suite_test_case.py +5 -2
  111. vellum/types/upload_document_error_response.py +5 -2
  112. vellum/types/upload_document_response.py +5 -2
  113. vellum/types/vellum_error.py +30 -0
  114. vellum/types/vellum_error_code_enum.py +31 -0
  115. vellum/types/vellum_variable.py +5 -2
  116. vellum/types/vellum_variable_type.py +5 -0
  117. vellum/types/workflow_event_error.py +5 -2
  118. vellum/types/workflow_execution_actual_chat_history_request.py +5 -2
  119. vellum/types/workflow_execution_actual_json_request.py +5 -2
  120. vellum/types/workflow_execution_actual_string_request.py +5 -2
  121. vellum/types/workflow_execution_node_result_event.py +5 -2
  122. vellum/types/workflow_execution_workflow_result_event.py +5 -2
  123. vellum/types/workflow_node_result_event.py +5 -2
  124. vellum/types/workflow_request_chat_history_input_request.py +5 -2
  125. vellum/types/workflow_request_json_input_request.py +5 -2
  126. vellum/types/workflow_request_string_input_request.py +5 -2
  127. vellum/types/workflow_result_event.py +5 -2
  128. vellum/types/workflow_result_event_output_data.py +11 -0
  129. vellum/types/workflow_result_event_output_data_chat_history.py +5 -2
  130. vellum/types/workflow_result_event_output_data_error.py +37 -0
  131. vellum/types/workflow_result_event_output_data_json.py +5 -2
  132. vellum/types/workflow_result_event_output_data_number.py +5 -2
  133. vellum/types/workflow_result_event_output_data_search_results.py +5 -2
  134. vellum/types/workflow_result_event_output_data_string.py +5 -2
  135. {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.44.dist-info}/METADATA +2 -2
  136. vellum_ai-0.0.44.dist-info/RECORD +180 -0
  137. vellum/types/model_type_deprecated.py +0 -22
  138. vellum_ai-0.0.42.dist-info/RECORD +0 -175
  139. {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.44.dist-info}/WHEEL +0 -0
@@ -3,14 +3,17 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .document_document_to_document_index import DocumentDocumentToDocumentIndex
10
8
  from .document_status import DocumentStatus
11
9
  from .processing_failure_reason_enum import ProcessingFailureReasonEnum
12
10
  from .processing_state_enum import ProcessingStateEnum
13
11
 
12
+ try:
13
+ import pydantic.v1 as pydantic # type: ignore
14
+ except ImportError:
15
+ import pydantic # type: ignore
16
+
14
17
 
15
18
  class SlimDocument(pydantic.BaseModel):
16
19
  id: str = pydantic.Field(description="Vellum-generated ID that uniquely identifies this document.")
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class SubmitCompletionActualRequest(pydantic.BaseModel):
12
15
  id: typing.Optional[str] = pydantic.Field(
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class SubmitCompletionActualsErrorResponse(pydantic.BaseModel):
12
15
  detail: str
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .chat_message import ChatMessage
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TemplatingNodeChatHistoryResult(pydantic.BaseModel):
13
16
  id: str
@@ -0,0 +1,30 @@
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 .vellum_error import VellumError
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class TemplatingNodeErrorResult(pydantic.BaseModel):
16
+ id: str
17
+ value: typing.Optional[VellumError]
18
+
19
+ def json(self, **kwargs: typing.Any) -> str:
20
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
21
+ return super().json(**kwargs_with_defaults)
22
+
23
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().dict(**kwargs_with_defaults)
26
+
27
+ class Config:
28
+ frozen = True
29
+ smart_union = True
30
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TemplatingNodeJsonResult(pydantic.BaseModel):
12
15
  id: str
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TemplatingNodeNumberResult(pydantic.BaseModel):
12
15
  id: str
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .templating_node_result_data import TemplatingNodeResultData
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TemplatingNodeResult(pydantic.BaseModel):
13
16
  data: TemplatingNodeResultData
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .templating_node_result_output import TemplatingNodeResultOutput
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TemplatingNodeResultData(pydantic.BaseModel):
13
16
  output: TemplatingNodeResultOutput
@@ -7,6 +7,7 @@ import typing
7
7
  import typing_extensions
8
8
 
9
9
  from .templating_node_chat_history_result import TemplatingNodeChatHistoryResult
10
+ from .templating_node_error_result import TemplatingNodeErrorResult
10
11
  from .templating_node_json_result import TemplatingNodeJsonResult
11
12
  from .templating_node_number_result import TemplatingNodeNumberResult
12
13
  from .templating_node_search_results_result import TemplatingNodeSearchResultsResult
@@ -58,10 +59,20 @@ class TemplatingNodeResultOutput_SearchResults(TemplatingNodeSearchResultsResult
58
59
  allow_population_by_field_name = True
59
60
 
60
61
 
62
+ class TemplatingNodeResultOutput_Error(TemplatingNodeErrorResult):
63
+ type: typing_extensions.Literal["ERROR"]
64
+
65
+ class Config:
66
+ frozen = True
67
+ smart_union = True
68
+ allow_population_by_field_name = True
69
+
70
+
61
71
  TemplatingNodeResultOutput = typing.Union[
62
72
  TemplatingNodeResultOutput_String,
63
73
  TemplatingNodeResultOutput_Number,
64
74
  TemplatingNodeResultOutput_Json,
65
75
  TemplatingNodeResultOutput_ChatHistory,
66
76
  TemplatingNodeResultOutput_SearchResults,
77
+ TemplatingNodeResultOutput_Error,
67
78
  ]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .search_result import SearchResult
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TemplatingNodeSearchResultsResult(pydantic.BaseModel):
13
16
  id: str
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TemplatingNodeStringResult(pydantic.BaseModel):
12
15
  id: str
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .chat_message import ChatMessage
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TerminalNodeChatHistoryResult(pydantic.BaseModel):
13
16
  id: typing.Optional[str]
@@ -0,0 +1,31 @@
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 .vellum_error import VellumError
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class TerminalNodeErrorResult(pydantic.BaseModel):
16
+ id: typing.Optional[str]
17
+ name: str = pydantic.Field(description="The unique name given to the terminal node that produced this output.")
18
+ value: typing.Optional[VellumError]
19
+
20
+ def json(self, **kwargs: typing.Any) -> str:
21
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
22
+ return super().json(**kwargs_with_defaults)
23
+
24
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
25
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
26
+ return super().dict(**kwargs_with_defaults)
27
+
28
+ class Config:
29
+ frozen = True
30
+ smart_union = True
31
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TerminalNodeJsonResult(pydantic.BaseModel):
12
15
  id: typing.Optional[str]
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TerminalNodeNumberResult(pydantic.BaseModel):
12
15
  id: typing.Optional[str]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .terminal_node_result_data import TerminalNodeResultData
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TerminalNodeResult(pydantic.BaseModel):
13
16
  data: TerminalNodeResultData
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .terminal_node_result_output import TerminalNodeResultOutput
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TerminalNodeResultData(pydantic.BaseModel):
13
16
  output: TerminalNodeResultOutput
@@ -7,6 +7,7 @@ import typing
7
7
  import typing_extensions
8
8
 
9
9
  from .terminal_node_chat_history_result import TerminalNodeChatHistoryResult
10
+ from .terminal_node_error_result import TerminalNodeErrorResult
10
11
  from .terminal_node_json_result import TerminalNodeJsonResult
11
12
  from .terminal_node_number_result import TerminalNodeNumberResult
12
13
  from .terminal_node_search_results_result import TerminalNodeSearchResultsResult
@@ -58,10 +59,20 @@ class TerminalNodeResultOutput_SearchResults(TerminalNodeSearchResultsResult):
58
59
  allow_population_by_field_name = True
59
60
 
60
61
 
62
+ class TerminalNodeResultOutput_Error(TerminalNodeErrorResult):
63
+ type: typing_extensions.Literal["ERROR"]
64
+
65
+ class Config:
66
+ frozen = True
67
+ smart_union = True
68
+ allow_population_by_field_name = True
69
+
70
+
61
71
  TerminalNodeResultOutput = typing.Union[
62
72
  TerminalNodeResultOutput_String,
63
73
  TerminalNodeResultOutput_Number,
64
74
  TerminalNodeResultOutput_Json,
65
75
  TerminalNodeResultOutput_ChatHistory,
66
76
  TerminalNodeResultOutput_SearchResults,
77
+ TerminalNodeResultOutput_Error,
67
78
  ]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .search_result import SearchResult
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TerminalNodeSearchResultsResult(pydantic.BaseModel):
13
16
  id: typing.Optional[str]
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class TerminalNodeStringResult(pydantic.BaseModel):
12
15
  id: typing.Optional[str]
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .evaluation_params import EvaluationParams
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class TestSuiteTestCase(pydantic.BaseModel):
13
16
  test_case_id: typing.Optional[str] = pydantic.Field(
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class UploadDocumentErrorResponse(pydantic.BaseModel):
12
15
  detail: str
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class UploadDocumentResponse(pydantic.BaseModel):
12
15
  document_id: str = pydantic.Field(description="The ID of the newly created document.")
@@ -0,0 +1,30 @@
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 .vellum_error_code_enum import VellumErrorCodeEnum
8
+
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
14
+
15
+ class VellumError(pydantic.BaseModel):
16
+ message: str
17
+ code: VellumErrorCodeEnum
18
+
19
+ def json(self, **kwargs: typing.Any) -> str:
20
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
21
+ return super().json(**kwargs_with_defaults)
22
+
23
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
24
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
25
+ return super().dict(**kwargs_with_defaults)
26
+
27
+ class Config:
28
+ frozen = True
29
+ smart_union = True
30
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,31 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import enum
4
+ import typing
5
+
6
+ T_Result = typing.TypeVar("T_Result")
7
+
8
+
9
+ class VellumErrorCodeEnum(str, enum.Enum):
10
+ """
11
+ * `INVALID_REQUEST` - INVALID_REQUEST
12
+ * `PROVIDER_ERROR` - PROVIDER_ERROR
13
+ * `INTERNAL_SERVER_ERROR` - INTERNAL_SERVER_ERROR
14
+ """
15
+
16
+ INVALID_REQUEST = "INVALID_REQUEST"
17
+ PROVIDER_ERROR = "PROVIDER_ERROR"
18
+ INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR"
19
+
20
+ def visit(
21
+ self,
22
+ invalid_request: typing.Callable[[], T_Result],
23
+ provider_error: typing.Callable[[], T_Result],
24
+ internal_server_error: typing.Callable[[], T_Result],
25
+ ) -> T_Result:
26
+ if self is VellumErrorCodeEnum.INVALID_REQUEST:
27
+ return invalid_request()
28
+ if self is VellumErrorCodeEnum.PROVIDER_ERROR:
29
+ return provider_error()
30
+ if self is VellumErrorCodeEnum.INTERNAL_SERVER_ERROR:
31
+ return internal_server_error()
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .vellum_variable_type import VellumVariableType
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class VellumVariable(pydantic.BaseModel):
13
16
  id: str
@@ -13,6 +13,7 @@ class VellumVariableType(str, enum.Enum):
13
13
  * `JSON` - JSON
14
14
  * `CHAT_HISTORY` - CHAT_HISTORY
15
15
  * `SEARCH_RESULTS` - SEARCH_RESULTS
16
+ * `ERROR` - ERROR
16
17
  """
17
18
 
18
19
  STRING = "STRING"
@@ -20,6 +21,7 @@ class VellumVariableType(str, enum.Enum):
20
21
  JSON = "JSON"
21
22
  CHAT_HISTORY = "CHAT_HISTORY"
22
23
  SEARCH_RESULTS = "SEARCH_RESULTS"
24
+ ERROR = "ERROR"
23
25
 
24
26
  def visit(
25
27
  self,
@@ -28,6 +30,7 @@ class VellumVariableType(str, enum.Enum):
28
30
  json: typing.Callable[[], T_Result],
29
31
  chat_history: typing.Callable[[], T_Result],
30
32
  search_results: typing.Callable[[], T_Result],
33
+ error: typing.Callable[[], T_Result],
31
34
  ) -> T_Result:
32
35
  if self is VellumVariableType.STRING:
33
36
  return string()
@@ -39,3 +42,5 @@ class VellumVariableType(str, enum.Enum):
39
42
  return chat_history()
40
43
  if self is VellumVariableType.SEARCH_RESULTS:
41
44
  return search_results()
45
+ if self is VellumVariableType.ERROR:
46
+ return error()
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_execution_event_error_code import WorkflowExecutionEventErrorCode
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowEventError(pydantic.BaseModel):
13
16
  message: str
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .chat_message_request import ChatMessageRequest
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowExecutionActualChatHistoryRequest(pydantic.BaseModel):
13
16
  output_id: typing.Optional[str] = pydantic.Field(
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class WorkflowExecutionActualJsonRequest(pydantic.BaseModel):
12
15
  output_id: typing.Optional[str] = pydantic.Field(
@@ -3,10 +3,13 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
 
8
+ try:
9
+ import pydantic.v1 as pydantic # type: ignore
10
+ except ImportError:
11
+ import pydantic # type: ignore
12
+
10
13
 
11
14
  class WorkflowExecutionActualStringRequest(pydantic.BaseModel):
12
15
  output_id: typing.Optional[str] = pydantic.Field(
@@ -3,11 +3,14 @@
3
3
  import datetime as dt
4
4
  import typing
5
5
 
6
- import pydantic
7
-
8
6
  from ..core.datetime_utils import serialize_datetime
9
7
  from .workflow_node_result_event import WorkflowNodeResultEvent
10
8
 
9
+ try:
10
+ import pydantic.v1 as pydantic # type: ignore
11
+ except ImportError:
12
+ import pydantic # type: ignore
13
+
11
14
 
12
15
  class WorkflowExecutionNodeResultEvent(pydantic.BaseModel):
13
16
  execution_id: str