Hey everyone I hope you like it. I'm trying to integrate AI and APIs. It's not super simple as you have a lot of issues like:<p>- APIs change
- Models can't access real time data quickly (e.g. scrape docs on real time)
- Sometimes libraries are required
- Models MUST make the right call
- ETC<p>I'm solving this by saving API specs as vectors and injecting them in the prompts + training the AI to make API calls, + having my own code interpreter where I can run any library from NPM in real time (no install step required thanks to deno)<p>Let me know your feedback and ideas around this!