Skip to main content
View module source on GitHub

addition_tool

@tool
def addition_tool(a, b)
Add two integers together.

subtraction_tool

@tool
def subtraction_tool(a, b)
Subtract two integers.
I