exa-py 1.3.0b0__tar.gz → 1.3.1b0__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.
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/PKG-INFO +1 -1
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py/api.py +3 -3
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py.egg-info/PKG-INFO +1 -1
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/setup.py +1 -1
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/README.md +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py/__init__.py +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py/py.typed +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py/utils.py +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py.egg-info/SOURCES.txt +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py.egg-info/dependency_links.txt +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py.egg-info/requires.txt +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/exa_py.egg-info/top_level.txt +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/pyproject.toml +0 -0
- {exa_py-1.3.0b0 → exa_py-1.3.1b0}/setup.cfg +0 -0
|
@@ -147,8 +147,8 @@ CONTENTS_OPTIONS_TYPES = {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
CONTENTS_ENDPOINT_OPTIONS_TYPES = {
|
|
150
|
-
"subpages": [int],
|
|
151
|
-
"subpage_target": [str, list]
|
|
150
|
+
"subpages": [int], # Number of subpages to get contents for; these will appear as additional content results
|
|
151
|
+
"subpage_target": [str, list] # Specific subpage(s) to get contents for
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
# FOR BETA OPTIONS
|
|
@@ -471,7 +471,7 @@ class Exa:
|
|
|
471
471
|
self,
|
|
472
472
|
api_key: Optional[str],
|
|
473
473
|
base_url: str = "https://api.exa.ai",
|
|
474
|
-
user_agent: str = "exa-py 1.3.
|
|
474
|
+
user_agent: str = "exa-py 1.3.1-beta",
|
|
475
475
|
):
|
|
476
476
|
"""Initialize the Exa client with the provided API key and optional base URL and user agent.
|
|
477
477
|
|
|
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
|