data_designer.config.utils.trace_type
data_designer.config.utils.trace_type
data_designer.config.utils.trace_type
Bases: data_designer.config.utils.type_helpers.StrEnum
Specifies the type of reasoning trace to capture for LLM columns.
Traces capture the conversation history during LLM generation, which is useful for debugging, analysis, and understanding model behavior.
Attributes:
No trace is captured. This is the default.
Only the final assistant message is captured.
The full conversation history (system/user/assistant/tool) is captured.
Initialization:
Initialize self. See help(type(self)) for accurate signature.