diff --git a/README.md b/README.md index ec6c97e..1365b25 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,17 @@ Example: [llm:validated] task=article_optimizer ok=true ``` -The `raw=` field is truncated to 4000 characters to avoid log explosions. API -keys, prompts, system messages, and environment secrets are not logged. +The `raw=` field is truncated to 4000 characters to avoid log explosions. Set +`LLM_LOG_RAW_LIMIT=0` to suppress raw response snippets, or set a larger number +when diagnosing model output. API keys, prompts, system messages, and +environment secrets are not logged. + +Workflow task names are: + +- `fact_extractor` +- `article_optimizer` +- `quality_inspector` +- `targeted_rewriter` ## Commands