LLM Trace

Noun · AI & Machine Learning

Definitions

  1. A trace showing the full path of a large language model request through prompts, retrieval, model calls, tool interactions, and post-processing. LLM traces are valuable for debugging complex behavior in production systems.

    In plain English: A detailed record of how a large language model request was processed.

    Example: "The LLM trace revealed that a malformed tool result, not the final model call, caused the broken answer."

Related Terms