exa-py 1.15.3__py3-none-any.whl → 1.15.5__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.

Potentially problematic release.


This version of exa-py might be problematic. Click here for more details.

exa_py/api.py CHANGED
@@ -2319,6 +2319,7 @@ class Exa:
2319
2319
  system_prompt: Optional[str] = None,
2320
2320
  model: Optional[Literal["exa", "exa-pro"]] = None,
2321
2321
  output_schema: Optional[JSONSchemaInput] = None,
2322
+ user_location: Optional[str] = None,
2322
2323
  ) -> Union[AnswerResponse, StreamAnswerResponse]: ...
2323
2324
 
2324
2325
  def answer(
@@ -2330,6 +2331,7 @@ class Exa:
2330
2331
  system_prompt: Optional[str] = None,
2331
2332
  model: Optional[Literal["exa", "exa-pro"]] = None,
2332
2333
  output_schema: Optional[JSONSchemaInput] = None,
2334
+ user_location: Optional[str] = None,
2333
2335
  ) -> Union[AnswerResponse, StreamAnswerResponse]:
2334
2336
  """Generate an answer to a query using Exa's search and LLM capabilities.
2335
2337
 
@@ -2384,6 +2386,7 @@ class Exa:
2384
2386
  system_prompt: Optional[str] = None,
2385
2387
  model: Optional[Literal["exa", "exa-pro"]] = None,
2386
2388
  output_schema: Optional[JSONSchemaInput] = None,
2389
+ user_location: Optional[str] = None,
2387
2390
  ) -> StreamAnswerResponse:
2388
2391
  """Generate a streaming answer response.
2389
2392
 
@@ -2852,6 +2855,7 @@ class AsyncExa(Exa):
2852
2855
  system_prompt: Optional[str] = None,
2853
2856
  model: Optional[Literal["exa", "exa-pro"]] = None,
2854
2857
  output_schema: Optional[JSONSchemaInput] = None,
2858
+ user_location: Optional[str] = None,
2855
2859
  ) -> Union[AnswerResponse, StreamAnswerResponse]:
2856
2860
  """Generate an answer to a query using Exa's search and LLM capabilities.
2857
2861
 
exa_py/websets/types.py CHANGED
@@ -1473,7 +1473,7 @@ class WebsetItemArticleProperties(ExaBaseModel):
1473
1473
  The text content for the article
1474
1474
  """
1475
1475
  article: WebsetItemArticlePropertiesFields = Field(
1476
- ..., title='WebsetItemArticlePropertiesFields'
1476
+ ..., title='WebsetItemArticlePropertiesFields', alias='article'
1477
1477
  )
1478
1478
  """
1479
1479
  The article fields
@@ -1506,7 +1506,7 @@ class WebsetItemCompanyProperties(ExaBaseModel):
1506
1506
  The text content of the company website
1507
1507
  """
1508
1508
  company: WebsetItemCompanyPropertiesFields = Field(
1509
- ..., title='WebsetItemCompanyPropertiesFields'
1509
+ ..., title='WebsetItemCompanyPropertiesFields', alias='company'
1510
1510
  )
1511
1511
  """
1512
1512
  The company fields
@@ -1569,7 +1569,7 @@ class WebsetItemCustomProperties(ExaBaseModel):
1569
1569
  The text content of the Item
1570
1570
  """
1571
1571
  custom: WebsetItemCustomPropertiesFields = Field(
1572
- ..., title='WebsetItemCustomPropertiesFields'
1572
+ ..., title='WebsetItemCustomPropertiesFields', alias='custom'
1573
1573
  )
1574
1574
  """
1575
1575
  The custom fields
@@ -1631,7 +1631,7 @@ class WebsetItemPersonProperties(ExaBaseModel):
1631
1631
  Short description of the relevance of the person
1632
1632
  """
1633
1633
  person: WebsetItemPersonPropertiesFields = Field(
1634
- ..., title='WebsetItemPersonPropertiesFields'
1634
+ ..., title='WebsetItemPersonPropertiesFields', alias='person'
1635
1635
  )
1636
1636
  """
1637
1637
  The person fields
@@ -1687,7 +1687,7 @@ class WebsetItemResearchPaperProperties(ExaBaseModel):
1687
1687
  The text content of the research paper
1688
1688
  """
1689
1689
  research_paper: WebsetItemResearchPaperPropertiesFields = Field(
1690
- ..., title='WebsetItemResearchPaperPropertiesFields'
1690
+ ..., title='WebsetItemResearchPaperPropertiesFields', alias='researchPaper'
1691
1691
  )
1692
1692
  """
1693
1693
  The research paper fields
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: exa-py
3
- Version: 1.15.3
3
+ Version: 1.15.5
4
4
  Summary: Python SDK for Exa API.
5
5
  License: MIT
6
6
  Author: Exa AI
@@ -1,5 +1,5 @@
1
1
  exa_py/__init__.py,sha256=M2GC9oSdoV6m2msboW0vMWWl8wrth4o6gmEV4MYLGG8,66
2
- exa_py/api.py,sha256=ftJRM7qnF-Ki4agnG4PLtCn7YcrBV1JlC_TmhH5bbG4,109112
2
+ exa_py/api.py,sha256=WczYSUEf5HhlJZrHv44nCYfT0uogh_N98b_8FTbwuUc,109292
3
3
  exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  exa_py/research/__init__.py,sha256=qbWY5c3LYBM7L4yGVtiMs9nUg_kMcAVhMhT0DvN6EI4,1014
5
5
  exa_py/research/async_client.py,sha256=zNPVLyI_8pPnUypyVAWOBTMpwgCuvFGY2GH5WHeQJMI,9488
@@ -29,9 +29,9 @@ exa_py/websets/monitors/runs/__init__.py,sha256=rfE6PmQds4uPAd0fN3u992pG7INwbx1Q
29
29
  exa_py/websets/monitors/runs/client.py,sha256=_fMPqxzF0gy5g76wU6N8i7XrKTtq5vaOrrIzXkM1ZcA,1985
30
30
  exa_py/websets/searches/__init__.py,sha256=w6fJnCTKwl07GWgRVKQbYkPcoAct975YyOZog37C2q8,133
31
31
  exa_py/websets/searches/client.py,sha256=_mCuQtdLvKus5ofgs2a9MtY56Zg07JBJzqIg6YWre2A,3495
32
- exa_py/websets/types.py,sha256=naBzmlJ-nZK3ynDGBE15lmItD5p8-x_OfsWGFpKZRDs,50874
32
+ exa_py/websets/types.py,sha256=gpY1xvVLg5_OQdrJjEX6Eg0uc-P7RGelS0Pv1KW2eWM,50963
33
33
  exa_py/websets/webhooks/__init__.py,sha256=DMl6RFkS0c79AWzkuHOXnaU5QKHmkIHYW2PhZWUFIGc,191
34
34
  exa_py/websets/webhooks/client.py,sha256=rdYU0DZKAslw5LwGKB567j3T8L34ZF9tSnlN9jLi23A,7143
35
- exa_py-1.15.3.dist-info/METADATA,sha256=O64a58jO-ZeKkgwuvYY-JL5szCfqftlRkHA9MyfZ54E,3826
36
- exa_py-1.15.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
37
- exa_py-1.15.3.dist-info/RECORD,,
35
+ exa_py-1.15.5.dist-info/METADATA,sha256=fgoHoXtGi2g1_XH_i2PWcRHxnc5MvbbLYTbAaC1T8jo,3826
36
+ exa_py-1.15.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
37
+ exa_py-1.15.5.dist-info/RECORD,,