docs: sync README files with recent changes

This commit is contained in:
2026-05-24 17:04:09 +00:00
parent 9ab6291a41
commit a4677f8adb
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ type StepNodePayload = StepRecord & {
### Moderator context
```typescript
type StepContext = Omit<StepRecord, "output"> & { output: unknown };
type StepContext = Omit<StepRecord, "output"> & { output: unknown; content: string | null };
type ModeratorContext = {
start: StartNodePayload;