update_salary
Update compensation details with currency-specific units: INR in lakhs, others in thousands. Provide base, bonus, stocks, signing bonus, and target salary.
Instructions
Update your salary/compensation details. IMPORTANT: For INR (currency code 2), pass values in lakhs (e.g., 20 for 20 lakhs). For all other currencies (USD, etc.), pass values in thousands (e.g., 400 for $400K). Use get_currencies to look up currency codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base salary. For INR: in lakhs (e.g., 20 = 20 lakhs). For USD/others: in thousands (e.g., 400 = $400K) | |
| bonus | No | Annual bonus. Same unit convention as base | |
| stocks | No | Annual stock/equity value. Same unit convention as base | |
| currency | No | Currency code. Use get_currencies to look up valid codes (e.g., 2 = INR, 3 = USD) | |
| signingBonus | No | Signing bonus. Same unit convention as base | |
| targetSalary | No | Target salary. Same unit convention as base |