Request Storage
Nuabase stores the full context of every request:- Input Data: The raw JSON data you passed in.
- Prompt: The exact prompt template used.
- Output: The raw LLM response and the parsed JSON result.
- Metadata: Token usage, latency, model version, and cost.
Retrieving Request Details
Every Nuabase response includes anllmRequestId. You can use this ID to fetch the full details of that execution later.
Usage in Development
During development, this is invaluable. You can:- Run a function from your local machine.
- Go to the Nuabase Console.
- See exactly what was sent to the LLM and why it responded the way it did.