Jofthomas commited on
Commit
8648859
·
verified ·
1 Parent(s): 6504d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ def _search_linkedin_jobs_impl(
395
  geo_id: Optional[int] = None,
396
  ) -> List[JobPosting]:
397
  """
398
- - query: Search keywords, e.g. "machine learning engineer"
399
  - location: Optional location filter, e.g. "Paris, Île-de-France, France"
400
  - limit: Maximum number of jobs to return (<= 200)
401
  - pages: Number of pages to fetch (each page is ~25 results)
 
395
  geo_id: Optional[int] = None,
396
  ) -> List[JobPosting]:
397
  """
398
+ - query: Search keywords, e.g. "machine learning engineer" but not full sentences
399
  - location: Optional location filter, e.g. "Paris, Île-de-France, France"
400
  - limit: Maximum number of jobs to return (<= 200)
401
  - pages: Number of pages to fetch (each page is ~25 results)