Building a Chat Interface Over Any API with TypeScript
Most AI chat interfaces do the same thing: the user types a message, the LLM generates text, and it appears on screen. But the interesting pattern is when the LLM does something — calls an API, queries a database, runs a command — and then explains w...
pavelespitia.hashnode.dev6 min read