bee-agent-framework icon indicating copy to clipboard operation
bee-agent-framework copied to clipboard

Tool creation validation

Open Tomas2D opened this issue 1 year ago • 0 comments

Throws an error (in the base tool constructor) when:

  • Name does not match the following regex ^[a-zA-Z1-9]+$ (feel free to discuss)
  • Description is empty
  • Schema is empty

Tomas2D avatar Oct 10 '24 12:10 Tomas2D