save_job
Save a job from your temporary list to your saved folder. Automatically extracts salary from job data if not provided.
Instructions
Save a specific job from temporary list into candidate's saved folder.
If salary not provided, extract it from the fetched job data.
Args: job_id: The ID of the job to save. salary (optional): The salary of the job to save.
Returns: A string indicating the job was saved successfully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| salary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |