Commit b9626d0
authored
fix: repair broken code fences in assistant hooks page (#1018)
* feat: document call.timeElapsed hook for assistant hooks
The call.timeElapsed hook exists in the codebase but was missing from
documentation. This adds full documentation including basic usage,
call discipline patterns with graceful wrap-up, and system message
injection for guiding LLM behavior at specific time points.
* fix: repair broken code fences in assistant hooks page
Remove stray four-backtick fence and fix mismatched closing fence
in the low confidence transcripts section, which prevented the
"Multiple hooks for different ranges" heading and code block from
rendering.1 parent 1fcb51c commit b9626d0
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
487 | | - | |
488 | 486 | | |
489 | 487 | | |
490 | 488 | | |
| |||
512 | 510 | | |
513 | 511 | | |
514 | 512 | | |
515 | | - | |
| 513 | + | |
516 | 514 | | |
517 | 515 | | |
518 | 516 | | |
| |||
0 commit comments