Skip to content

Commit 43bd7bd

Browse files
ci: apply automated fixes
1 parent ec5cef5 commit 43bd7bd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/blog/debug-logging-for-tanstack-ai.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ chat({
6060

6161
Omitted categories default to `true`, so the common case is "turn off the one thing that's drowning you." Every category maps to a real pipeline surface:
6262

63-
| Category | What it logs |
64-
|----------|--------------|
65-
| `request` | Outgoing call to a provider (model, message count, tool count) |
66-
| `provider` | Every raw chunk or frame from the provider SDK |
67-
| `output` | Every chunk or result yielded to the caller |
68-
| `middleware` | Inputs and outputs around every middleware hook |
69-
| `tools` | Before and after tool call execution |
70-
| `agentLoop` | Agent-loop iterations and phase transitions |
71-
| `config` | Config transforms returned by middleware `onConfig` hooks |
72-
| `errors` | Every caught error anywhere in the pipeline |
63+
| Category | What it logs |
64+
| ------------ | -------------------------------------------------------------- |
65+
| `request` | Outgoing call to a provider (model, message count, tool count) |
66+
| `provider` | Every raw chunk or frame from the provider SDK |
67+
| `output` | Every chunk or result yielded to the caller |
68+
| `middleware` | Inputs and outputs around every middleware hook |
69+
| `tools` | Before and after tool call execution |
70+
| `agentLoop` | Agent-loop iterations and phase transitions |
71+
| `config` | Config transforms returned by middleware `onConfig` hooks |
72+
| `errors` | Every caught error anywhere in the pipeline |
7373

7474
Chat-only categories like `tools` and `agentLoop` just don't fire for `summarize()` or `generateImage()`, because they don't exist in those pipelines. You don't have to think about it.
7575

0 commit comments

Comments
 (0)