Open
Description
Is your feature request related to a problem? Please describe.
We don't want to expose sensitive API parameters (user ids, session ids, etc) to the LLM
Describe the solution you'd like
Sandbox the LLM so sensitive parameters aren't exposed and instead passed via context directly to the API
Describe alternatives you've considered
n/a
Additional context
See https://github.com/DataSQRL/Acorn-java for a reference implementation.