mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 06:00:26 +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
|
#### 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
|
```typescript
|
||||||
pi.on("context", async (event, ctx) => {
|
pi.on("context", async (event, ctx) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue