sample_tools

Function sample_tools 

Source
pub fn sample_tools() -> Vec<MockTool>
Expand description

Create a set of sample tools for testing.

Returns tools:

  • echo: Echoes back the input
  • add: Adds two numbers
  • multiply: Multiplies two numbers
  • fail: Always returns an error