The Schema-Driven LLM Query Pattern
Typically, when working with an LLM, you send your data along with a prompt and receive a response. But this pattern often introduces issues, especially with public LLMs, due to security concerns and token bloat.
There is a different pattern we can use: the Schema-Driven LLM Query Pattern.
With this