mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
docs(coding-agent): link to session.md for message types in context event
This commit is contained in:
parent
b078141c24
commit
c3b8685467
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ pi.on("turn_end", async (event, ctx) => {
|
|||
|
||||
#### context
|
||||
|
||||
Fired before each LLM call. Modify messages non-destructively.
|
||||
Fired before each LLM call. Modify messages non-destructively. See [session.md](session.md) for message types.
|
||||
|
||||
```typescript
|
||||
pi.on("context", async (event, ctx) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue