vellum-ai 0.0.42__py3-none-any.whl → 0.0.43__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vellum/client.py +5 -1
- vellum/core/client_wrapper.py +1 -1
- vellum/core/jsonable_encoder.py +8 -6
- vellum/resources/deployments/client.py +5 -2
- vellum/resources/document_indexes/client.py +5 -2
- vellum/resources/documents/client.py +5 -2
- vellum/resources/model_versions/client.py +5 -2
- vellum/resources/registered_prompts/client.py +5 -2
- vellum/resources/sandboxes/client.py +5 -2
- vellum/resources/test_suites/client.py +5 -2
- vellum/types/api_node_result.py +5 -2
- vellum/types/api_node_result_data.py +5 -2
- vellum/types/chat_message.py +5 -2
- vellum/types/chat_message_request.py +5 -2
- vellum/types/conditional_node_result.py +5 -2
- vellum/types/conditional_node_result_data.py +5 -2
- vellum/types/deployment_read.py +5 -2
- vellum/types/document_document_to_document_index.py +5 -2
- vellum/types/document_index_read.py +5 -2
- vellum/types/document_read.py +5 -2
- vellum/types/enriched_normalized_completion.py +5 -2
- vellum/types/evaluation_params.py +5 -2
- vellum/types/evaluation_params_request.py +5 -2
- vellum/types/execute_workflow_stream_error_response.py +5 -2
- vellum/types/generate_error_response.py +5 -2
- vellum/types/generate_options_request.py +5 -2
- vellum/types/generate_request.py +5 -2
- vellum/types/generate_result.py +5 -2
- vellum/types/generate_result_data.py +5 -2
- vellum/types/generate_result_error.py +5 -2
- vellum/types/generate_stream_response.py +5 -2
- vellum/types/generate_stream_result.py +5 -2
- vellum/types/generate_stream_result_data.py +5 -2
- vellum/types/metadata_filter_config_request.py +5 -2
- vellum/types/metadata_filter_rule_request.py +5 -2
- vellum/types/model_version_build_config.py +5 -2
- vellum/types/model_version_compile_prompt_response.py +5 -2
- vellum/types/model_version_compiled_prompt.py +5 -2
- vellum/types/model_version_exec_config.py +5 -2
- vellum/types/model_version_exec_config_parameters.py +5 -2
- vellum/types/model_version_read.py +5 -2
- vellum/types/model_version_sandbox_snapshot.py +5 -2
- vellum/types/node_input_compiled_chat_history_value.py +5 -2
- vellum/types/node_input_compiled_json_value.py +5 -2
- vellum/types/node_input_compiled_number_value.py +5 -2
- vellum/types/node_input_compiled_search_results_value.py +5 -2
- vellum/types/node_input_compiled_string_value.py +5 -2
- vellum/types/normalized_log_probs.py +5 -2
- vellum/types/normalized_token_log_probs.py +5 -2
- vellum/types/paginated_slim_document_list.py +5 -2
- vellum/types/prompt_node_result.py +5 -2
- vellum/types/prompt_node_result_data.py +5 -2
- vellum/types/prompt_template_block.py +5 -2
- vellum/types/prompt_template_block_data.py +5 -2
- vellum/types/prompt_template_block_data_request.py +5 -2
- vellum/types/prompt_template_block_properties.py +5 -2
- vellum/types/prompt_template_block_properties_request.py +5 -2
- vellum/types/prompt_template_block_request.py +5 -2
- vellum/types/register_prompt_error_response.py +5 -2
- vellum/types/register_prompt_model_parameters_request.py +5 -2
- vellum/types/register_prompt_prompt.py +5 -2
- vellum/types/register_prompt_prompt_info_request.py +5 -2
- vellum/types/register_prompt_response.py +5 -2
- vellum/types/registered_prompt_deployment.py +5 -2
- vellum/types/registered_prompt_input_variable_request.py +5 -2
- vellum/types/registered_prompt_model_version.py +5 -2
- vellum/types/registered_prompt_sandbox.py +5 -2
- vellum/types/registered_prompt_sandbox_snapshot.py +5 -2
- vellum/types/sandbox_metric_input_params.py +5 -2
- vellum/types/sandbox_metric_input_params_request.py +5 -2
- vellum/types/sandbox_scenario.py +5 -2
- vellum/types/scenario_input.py +5 -2
- vellum/types/scenario_input_request.py +5 -2
- vellum/types/search_error_response.py +5 -2
- vellum/types/search_filters_request.py +5 -2
- vellum/types/search_node_result.py +5 -2
- vellum/types/search_node_result_data.py +5 -2
- vellum/types/search_request_options_request.py +5 -2
- vellum/types/search_response.py +5 -2
- vellum/types/search_result.py +5 -2
- vellum/types/search_result_document.py +5 -2
- vellum/types/search_result_merging_request.py +5 -2
- vellum/types/search_weights_request.py +5 -2
- vellum/types/slim_document.py +5 -2
- vellum/types/submit_completion_actual_request.py +5 -2
- vellum/types/submit_completion_actuals_error_response.py +5 -2
- vellum/types/templating_node_chat_history_result.py +5 -2
- vellum/types/templating_node_json_result.py +5 -2
- vellum/types/templating_node_number_result.py +5 -2
- vellum/types/templating_node_result.py +5 -2
- vellum/types/templating_node_result_data.py +5 -2
- vellum/types/templating_node_search_results_result.py +5 -2
- vellum/types/templating_node_string_result.py +5 -2
- vellum/types/terminal_node_chat_history_result.py +5 -2
- vellum/types/terminal_node_json_result.py +5 -2
- vellum/types/terminal_node_number_result.py +5 -2
- vellum/types/terminal_node_result.py +5 -2
- vellum/types/terminal_node_result_data.py +5 -2
- vellum/types/terminal_node_search_results_result.py +5 -2
- vellum/types/terminal_node_string_result.py +5 -2
- vellum/types/test_suite_test_case.py +5 -2
- vellum/types/upload_document_error_response.py +5 -2
- vellum/types/upload_document_response.py +5 -2
- vellum/types/vellum_variable.py +5 -2
- vellum/types/workflow_event_error.py +5 -2
- vellum/types/workflow_execution_actual_chat_history_request.py +5 -2
- vellum/types/workflow_execution_actual_json_request.py +5 -2
- vellum/types/workflow_execution_actual_string_request.py +5 -2
- vellum/types/workflow_execution_node_result_event.py +5 -2
- vellum/types/workflow_execution_workflow_result_event.py +5 -2
- vellum/types/workflow_node_result_event.py +5 -2
- vellum/types/workflow_request_chat_history_input_request.py +5 -2
- vellum/types/workflow_request_json_input_request.py +5 -2
- vellum/types/workflow_request_string_input_request.py +5 -2
- vellum/types/workflow_result_event.py +5 -2
- vellum/types/workflow_result_event_output_data_chat_history.py +5 -2
- vellum/types/workflow_result_event_output_data_json.py +5 -2
- vellum/types/workflow_result_event_output_data_number.py +5 -2
- vellum/types/workflow_result_event_output_data_search_results.py +5 -2
- vellum/types/workflow_result_event_output_data_string.py +5 -2
- {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.43.dist-info}/METADATA +2 -2
- vellum_ai-0.0.43.dist-info/RECORD +175 -0
- vellum_ai-0.0.42.dist-info/RECORD +0 -175
- {vellum_ai-0.0.42.dist-info → vellum_ai-0.0.43.dist-info}/WHEEL +0 -0
@@ -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 SearchErrorResponse(pydantic.BaseModel):
|
12
15
|
detail: str = pydantic.Field(description="Details about why the request failed.")
|
@@ -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 .metadata_filter_config_request import MetadataFilterConfigRequest
|
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 SearchFiltersRequest(pydantic.BaseModel):
|
13
16
|
external_ids: typing.Optional[typing.List[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 .search_node_result_data import SearchNodeResultData
|
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 SearchNodeResult(pydantic.BaseModel):
|
13
16
|
data: SearchNodeResultData
|
@@ -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 SearchNodeResultData(pydantic.BaseModel):
|
13
16
|
results_output_id: str
|
@@ -3,13 +3,16 @@
|
|
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_filters_request import SearchFiltersRequest
|
10
8
|
from .search_result_merging_request import SearchResultMergingRequest
|
11
9
|
from .search_weights_request import SearchWeightsRequest
|
12
10
|
|
11
|
+
try:
|
12
|
+
import pydantic.v1 as pydantic # type: ignore
|
13
|
+
except ImportError:
|
14
|
+
import pydantic # type: ignore
|
15
|
+
|
13
16
|
|
14
17
|
class SearchRequestOptionsRequest(pydantic.BaseModel):
|
15
18
|
limit: typing.Optional[int] = pydantic.Field(description="The maximum number of results to return.")
|
vellum/types/search_response.py
CHANGED
@@ -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 SearchResponse(pydantic.BaseModel):
|
13
16
|
results: typing.List[SearchResult] = pydantic.Field(
|
vellum/types/search_result.py
CHANGED
@@ -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_document import SearchResultDocument
|
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 SearchResult(pydantic.BaseModel):
|
13
16
|
text: str = pydantic.Field(description="The text of the chunk that matched the search query.")
|
@@ -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 SearchResultDocument(pydantic.BaseModel):
|
12
15
|
id: str = pydantic.Field(description="The ID of the 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 SearchResultMergingRequest(pydantic.BaseModel):
|
12
15
|
enabled: typing.Optional[bool] = pydantic.Field(description="Whether to enable merging results")
|
@@ -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 SearchWeightsRequest(pydantic.BaseModel):
|
12
15
|
semantic_similarity: typing.Optional[float] = pydantic.Field(
|
vellum/types/slim_document.py
CHANGED
@@ -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
|
@@ -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
|
@@ -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]
|
@@ -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
|
@@ -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.")
|
vellum/types/vellum_variable.py
CHANGED
@@ -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
|
@@ -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
|
@@ -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_result_event import WorkflowResultEvent
|
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 WorkflowExecutionWorkflowResultEvent(pydantic.BaseModel):
|
13
16
|
execution_id: str
|
@@ -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 .node_input_variable_compiled_value import NodeInputVariableCompiledValue
|
10
8
|
from .workflow_event_error import WorkflowEventError
|
11
9
|
from .workflow_node_result_data import WorkflowNodeResultData
|
12
10
|
from .workflow_node_result_event_state import WorkflowNodeResultEventState
|
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 WorkflowNodeResultEvent(pydantic.BaseModel):
|
16
19
|
id: str
|