calculate_fraction_sum
autogen.agentchat.contrib.captainagent.tools.math.calculate_fraction_sum.calculate_fraction_sum
calculate_fraction_sum
Calculates the sum of two fractions and returns the result as a mixed number.
Parameters:Name | Description |
---|---|
fraction1_numerator | The numerator of the first fraction. Type: int |
fraction1_denominator | The denominator of the first fraction. Type: int |
fraction2_numerator | The numerator of the second fraction. Type: int |
fraction2_denominator | The denominator of the second fraction. Type: int |