Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 743 Bytes

Math tool

This is a math tool based on the Wolfram Alpha API.

Getting started

  • Import the tool:

    wxflows init --endpoint-name api/my-project \
        --import-name math  \
        --import-package https://raw.githubusercontent.com/IBM/wxflows/refs/heads/main/tools/math.zip \
        --import-tool-name math \
        --import-tool-description "Performs mathematical calculations, date and unit conversions, formula solving, etc." \
        --import-tool-fields "wolframAlpha"
  • Deploy the wxflows endpoint:

    wxflows deploy
    

Support

Please reach out to us on Discord if you have any questions or want to share feedback. We'd love to hear from you!