athena-intelligence 0.1.224__tar.gz → 0.1.226__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of athena-intelligence might be problematic. Click here for more details.
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/PKG-INFO +1 -1
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/pyproject.toml +1 -1
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/__init__.py +0 -4
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/client_wrapper.py +2 -2
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/__init__.py +0 -4
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/aop_async_execute_response_out.py +0 -5
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/aop_execute_response_out.py +3 -4
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/conversation_asset_info.py +2 -3
- athena_intelligence-0.1.224/src/athena/types/conversation_message.py +0 -42
- athena_intelligence-0.1.224/src/athena/types/conversation_result.py +0 -67
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/README.md +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/sql/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/sql/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/sql/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/aop/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/aop/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/aop/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/assets/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/assets/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/assets/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/base_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/api_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/datetime_utils.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/file.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/force_multipart.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/http_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/http_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/jsonable_encoder.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/pydantic_utilities.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/query_encoder.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/remove_none_from_dict.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/request_options.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/serialization.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/environment.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/bad_request_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/content_too_large_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/internal_server_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/not_found_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/unauthorized_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/unprocessable_entity_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/unsupported_media_type_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/py.typed +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/types/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/types/query_execute_request_database_asset_ids.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/threads/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/threads/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/threads/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/types/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/types/insert_table_row_request_row_data_item_value.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/structured_data_extractor/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/structured_data_extractor/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/structured_data_extractor/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/raw_client.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/types/__init__.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/aop_execute_request_in.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/asset_content_request_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/asset_node.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/asset_screenshot_response_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk_content_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk_result.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk_result_chunk_id.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/content.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/create_new_sheet_tab_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/custom_agent_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/data_frame_request_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/data_frame_request_out_index_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/data_frame_unknown_format_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/document_chunk.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/drive_agent_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/file_chunk_request_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/file_too_large_error.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/folder_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_config.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_config_enabled_tools_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_request.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_response_message.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_response_message_kwargs.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/get_table_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/id.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/image_url_content.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/input_message.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/input_message_content_item.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/paginated_assets_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/prompt_message.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/public_asset_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/research_agent_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/save_asset_request_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/sheet_operation_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/sql_agent_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/structured_data_extractor_response.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/text_content.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/thread_status_response_out.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/type.py +0 -0
- {athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/version.py +0 -0
|
@@ -17,8 +17,6 @@ from .types import (
|
|
|
17
17
|
ChunkResultChunkId,
|
|
18
18
|
Content,
|
|
19
19
|
ConversationAssetInfo,
|
|
20
|
-
ConversationMessage,
|
|
21
|
-
ConversationResult,
|
|
22
20
|
CreateNewSheetTabResponse,
|
|
23
21
|
CustomAgentResponse,
|
|
24
22
|
DataFrameRequestOut,
|
|
@@ -92,8 +90,6 @@ __all__ = [
|
|
|
92
90
|
"Content",
|
|
93
91
|
"ContentTooLargeError",
|
|
94
92
|
"ConversationAssetInfo",
|
|
95
|
-
"ConversationMessage",
|
|
96
|
-
"ConversationResult",
|
|
97
93
|
"CreateNewSheetTabResponse",
|
|
98
94
|
"CustomAgentResponse",
|
|
99
95
|
"DataFrameRequestOut",
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/client_wrapper.py
RENAMED
|
@@ -22,10 +22,10 @@ class BaseClientWrapper:
|
|
|
22
22
|
|
|
23
23
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
24
24
|
headers: typing.Dict[str, str] = {
|
|
25
|
-
"User-Agent": "athena-intelligence/0.1.
|
|
25
|
+
"User-Agent": "athena-intelligence/0.1.226",
|
|
26
26
|
"X-Fern-Language": "Python",
|
|
27
27
|
"X-Fern-SDK-Name": "athena-intelligence",
|
|
28
|
-
"X-Fern-SDK-Version": "0.1.
|
|
28
|
+
"X-Fern-SDK-Version": "0.1.226",
|
|
29
29
|
**(self.get_custom_headers() or {}),
|
|
30
30
|
}
|
|
31
31
|
headers["X-API-KEY"] = self.api_key
|
|
@@ -14,8 +14,6 @@ from .chunk_result import ChunkResult
|
|
|
14
14
|
from .chunk_result_chunk_id import ChunkResultChunkId
|
|
15
15
|
from .content import Content
|
|
16
16
|
from .conversation_asset_info import ConversationAssetInfo
|
|
17
|
-
from .conversation_message import ConversationMessage
|
|
18
|
-
from .conversation_result import ConversationResult
|
|
19
17
|
from .create_new_sheet_tab_response import CreateNewSheetTabResponse
|
|
20
18
|
from .custom_agent_response import CustomAgentResponse
|
|
21
19
|
from .data_frame_request_out import DataFrameRequestOut
|
|
@@ -70,8 +68,6 @@ __all__ = [
|
|
|
70
68
|
"ChunkResultChunkId",
|
|
71
69
|
"Content",
|
|
72
70
|
"ConversationAssetInfo",
|
|
73
|
-
"ConversationMessage",
|
|
74
|
-
"ConversationResult",
|
|
75
71
|
"CreateNewSheetTabResponse",
|
|
76
72
|
"CustomAgentResponse",
|
|
77
73
|
"DataFrameRequestOut",
|
|
@@ -31,11 +31,6 @@ class AopAsyncExecuteResponseOut(UniversalBaseModel):
|
|
|
31
31
|
Base prompt of the AOP before user inputs were added
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
|
-
enabled_tools: typing.Optional[typing.List[str]] = pydantic.Field(default=None)
|
|
35
|
-
"""
|
|
36
|
-
List of tools that were enabled for this execution
|
|
37
|
-
"""
|
|
38
|
-
|
|
39
34
|
final_prompt: str = pydantic.Field()
|
|
40
35
|
"""
|
|
41
36
|
Final prompt used for execution including user inputs
|
|
@@ -4,7 +4,6 @@ import typing
|
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
-
from .conversation_result import ConversationResult
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class AopExecuteResponseOut(UniversalBaseModel):
|
|
@@ -32,14 +31,14 @@ class AopExecuteResponseOut(UniversalBaseModel):
|
|
|
32
31
|
Base prompt of the AOP before user inputs were added
|
|
33
32
|
"""
|
|
34
33
|
|
|
35
|
-
conversation:
|
|
34
|
+
conversation: typing.Optional[typing.Optional[typing.Any]] = pydantic.Field(default=None)
|
|
36
35
|
"""
|
|
37
36
|
The conversation result from the AOP execution
|
|
38
37
|
"""
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
error: typing.Optional[str] = pydantic.Field(default=None)
|
|
41
40
|
"""
|
|
42
|
-
|
|
41
|
+
Error message if execution failed
|
|
43
42
|
"""
|
|
44
43
|
|
|
45
44
|
final_prompt: str = pydantic.Field()
|
|
@@ -4,7 +4,6 @@ import typing
|
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
-
from .conversation_message import ConversationMessage
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class ConversationAssetInfo(UniversalBaseModel):
|
|
@@ -42,7 +41,7 @@ class ConversationAssetInfo(UniversalBaseModel):
|
|
|
42
41
|
Last active channel for the conversation
|
|
43
42
|
"""
|
|
44
43
|
|
|
45
|
-
last_message: typing.Optional[
|
|
44
|
+
last_message: typing.Optional[typing.Optional[typing.Any]] = pydantic.Field(default=None)
|
|
46
45
|
"""
|
|
47
46
|
Last message in the conversation
|
|
48
47
|
"""
|
|
@@ -61,7 +60,7 @@ class ConversationAssetInfo(UniversalBaseModel):
|
|
|
61
60
|
List of linked project assets
|
|
62
61
|
"""
|
|
63
62
|
|
|
64
|
-
messages: typing.Optional[typing.List[
|
|
63
|
+
messages: typing.Optional[typing.List[typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
65
64
|
"""
|
|
66
65
|
Complete list of messages in the conversation from checkpoints
|
|
67
66
|
"""
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
-
from .content import Content
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class ConversationMessage(UniversalBaseModel):
|
|
11
|
-
"""
|
|
12
|
-
Model representing a single message in the conversation.
|
|
13
|
-
"""
|
|
14
|
-
|
|
15
|
-
additional_kwargs: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
16
|
-
"""
|
|
17
|
-
Additional message metadata
|
|
18
|
-
"""
|
|
19
|
-
|
|
20
|
-
content: Content = pydantic.Field()
|
|
21
|
-
"""
|
|
22
|
-
Content of the message - either a string or multimodal content parts
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
id: str = pydantic.Field()
|
|
26
|
-
"""
|
|
27
|
-
Unique identifier for the message
|
|
28
|
-
"""
|
|
29
|
-
|
|
30
|
-
role: str = pydantic.Field()
|
|
31
|
-
"""
|
|
32
|
-
Role of the message sender (e.g., 'user', 'assistant')
|
|
33
|
-
"""
|
|
34
|
-
|
|
35
|
-
if IS_PYDANTIC_V2:
|
|
36
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
37
|
-
else:
|
|
38
|
-
|
|
39
|
-
class Config:
|
|
40
|
-
frozen = True
|
|
41
|
-
smart_union = True
|
|
42
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
-
from .conversation_message import ConversationMessage
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class ConversationResult(UniversalBaseModel):
|
|
11
|
-
"""
|
|
12
|
-
Model representing the conversation result from AOP execution.
|
|
13
|
-
"""
|
|
14
|
-
|
|
15
|
-
conversation_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
16
|
-
"""
|
|
17
|
-
ID of the conversation asset
|
|
18
|
-
"""
|
|
19
|
-
|
|
20
|
-
created_at: typing.Optional[str] = pydantic.Field(default=None)
|
|
21
|
-
"""
|
|
22
|
-
ISO timestamp when conversation was created
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
last_assistant_message: typing.Optional[ConversationMessage] = pydantic.Field(default=None)
|
|
26
|
-
"""
|
|
27
|
-
The last message from the assistant
|
|
28
|
-
"""
|
|
29
|
-
|
|
30
|
-
messages: typing.List[ConversationMessage] = pydantic.Field()
|
|
31
|
-
"""
|
|
32
|
-
Complete list of messages in the conversation
|
|
33
|
-
"""
|
|
34
|
-
|
|
35
|
-
messages_source: str = pydantic.Field()
|
|
36
|
-
"""
|
|
37
|
-
Source of the messages (e.g., 'checkpoints')
|
|
38
|
-
"""
|
|
39
|
-
|
|
40
|
-
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
41
|
-
"""
|
|
42
|
-
Additional conversation metadata
|
|
43
|
-
"""
|
|
44
|
-
|
|
45
|
-
num_messages: int = pydantic.Field()
|
|
46
|
-
"""
|
|
47
|
-
Total number of messages in the conversation
|
|
48
|
-
"""
|
|
49
|
-
|
|
50
|
-
title: typing.Optional[str] = pydantic.Field(default=None)
|
|
51
|
-
"""
|
|
52
|
-
Title of the conversation
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
updated_at: typing.Optional[str] = pydantic.Field(default=None)
|
|
56
|
-
"""
|
|
57
|
-
ISO timestamp when conversation was last updated
|
|
58
|
-
"""
|
|
59
|
-
|
|
60
|
-
if IS_PYDANTIC_V2:
|
|
61
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
62
|
-
else:
|
|
63
|
-
|
|
64
|
-
class Config:
|
|
65
|
-
frozen = True
|
|
66
|
-
smart_union = True
|
|
67
|
-
extra = pydantic.Extra.allow
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/drive/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/general/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/research/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/sql/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/agents/sql/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/datetime_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/force_multipart.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/http_response.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/jsonable_encoder.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/pydantic_utilities.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/query_encoder.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/remove_none_from_dict.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/request_options.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/core/serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/bad_request_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/not_found_error.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/errors/unauthorized_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/query/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/threads/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/calendar/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/email/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/sheets/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/__init__.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/tasks/raw_client.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/tools/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk_content_item.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/chunk_result.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/document_chunk.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/drive_agent_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/file_too_large_error.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/folder_response.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/general_agent_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/get_table_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/image_url_content.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/input_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/paginated_assets_out.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/prompt_message.py
RENAMED
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/public_asset_out.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/sql_agent_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{athena_intelligence-0.1.224 → athena_intelligence-0.1.226}/src/athena/types/text_content.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|