agentchat.contrib.captainagent.tools.math
agentchat.contrib.captainagent.tools.math.compute_currency_conversion
compute_currency_conversion
Compute the currency conversion of the given amount using the provided exchange rate.
Arguments:
amount
float - The amount to be converted.exchange_rate
float - The exchange rate to use for the conversion, represented as the amount of second currency equivalent to one unit of the first currency.
Returns:
float
- The converted amount.