athena-intelligence 0.1.51__py3-none-any.whl → 0.1.52__py3-none-any.whl

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.
@@ -17,7 +17,7 @@ class BaseClientWrapper:
17
17
  headers: typing.Dict[str, str] = {
18
18
  "X-Fern-Language": "Python",
19
19
  "X-Fern-SDK-Name": "athena-intelligence",
20
- "X-Fern-SDK-Version": "0.1.51",
20
+ "X-Fern-SDK-Version": "0.1.52",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
@@ -5,11 +5,10 @@ import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
7
  from ..core.pydantic_utilities import pydantic_v1
8
- from .document import Document
9
8
 
10
9
 
11
10
  class LangchainDocumentsRequestOut(pydantic_v1.BaseModel):
12
- documents: typing.List[Document]
11
+ output: typing.Dict[str, typing.Any]
13
12
 
14
13
  def json(self, **kwargs: typing.Any) -> str:
15
14
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.51
3
+ Version: 0.1.52
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -5,7 +5,7 @@ athena/chain/client.py,sha256=sG2nlODFv5RNTjJMyGvXGKx0-Q5yD4S3mug28N7o_gk,16236
5
5
  athena/client.py,sha256=8QypiDlbZ0C1YsJh6GzhylLVCZXDQc1MCJTURo2_vvI,3576
6
6
  athena/core/__init__.py,sha256=1pNSKkwyQvMl_F0wohBqmoQAITptg3zlvCwsoSSzy7c,853
7
7
  athena/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
8
- athena/core/client_wrapper.py,sha256=u8DHGNuIekgGXTxHUseMJdRdIbJZKAGKWBAD8jJ8m6o,1495
8
+ athena/core/client_wrapper.py,sha256=3MA97Atj6XCLxQXBax1jdhiwBaq5eY-EPfAEBmAE-jA,1495
9
9
  athena/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  athena/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
11
11
  athena/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
@@ -43,7 +43,7 @@ athena/types/firecrawl_scrape_url_metadata.py,sha256=kIKb0mMGxw7-49GSsagfx6Aperg
43
43
  athena/types/get_datasets_response.py,sha256=kbv8BI2nEo34-HJZV33dPhKWKrA1FiIS_OUkUYJj1ZQ,969
44
44
  athena/types/get_snippets_response.py,sha256=pgwYqmddU5shKeVaE4RQSFN9SLsVAeQp3sqIkQlvzoU,969
45
45
  athena/types/http_validation_error.py,sha256=u4t-1U0DI0u3Zj_Oz7AmGmpL4sqBzoS_5nZHImWQbmM,953
46
- athena/types/langchain_documents_request_out.py,sha256=9XPPEMY6zB2m5f4u4LnO2dmveKtOpAkzxKvENEJYz2c,919
46
+ athena/types/langchain_documents_request_out.py,sha256=O1v7mcgt0ryaY4e8YODpAHYJKyUY7jYFBc0s93A1sgo,892
47
47
  athena/types/llm_model.py,sha256=b1W7CtiusS5Du3jLugdvpd7fUQ5GhcIU-2YxK4UAqvs,4101
48
48
  athena/types/map_reduce_chain_out.py,sha256=6R-fuxHaww60dhUAuwrdZPp5lV-DyFZh9SGLCc6fp8E,950
49
49
  athena/types/message_out.py,sha256=HJZizmFH7crD3OHm0fdTy3189F2gv5qR8aaUbTTfWFI,845
@@ -61,6 +61,6 @@ athena/types/url_result.py,sha256=lIgnQeyKy_UfFFPe7HMrrRzb-SK089RxcKcKN9Q3DNQ,87
61
61
  athena/types/validation_error.py,sha256=yqombbKLBSzTPFn6CJH_hbo7tpS68T3JvMdd7kBtO1g,972
62
62
  athena/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
63
63
  athena/version.py,sha256=8aYAOJtVLaJLpRp6mTiEIhnl8gXA7yE0aDtZ-3mKQ4k,87
64
- athena_intelligence-0.1.51.dist-info/METADATA,sha256=Vc2wx4tcpWxrEJfTe-9dsuHdcGlq8tub_ilE_fLBdn8,4738
65
- athena_intelligence-0.1.51.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
66
- athena_intelligence-0.1.51.dist-info/RECORD,,
64
+ athena_intelligence-0.1.52.dist-info/METADATA,sha256=tgMC4l6VOKI1i8cpVNUZR6yhKE-dnyWBKdOjmUjETns,4738
65
+ athena_intelligence-0.1.52.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
66
+ athena_intelligence-0.1.52.dist-info/RECORD,,