Functions
Functions are callable interfaces that would be invoked whenever an AI agent senses the need to execute it based on the user message. Each function would take in certain parameters and output a result.
This section covers
- Creating Javascript and API based functions
- Testing functions