Skip to content

Commit a7b0585

Browse files
fcenedesCopilot
andauthored
Update docs/configuration.md
Co-authored-by: Copilot <[email protected]>
1 parent c75f0b3 commit a7b0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Messages in working memory should include `created_at` timestamps for accurate o
124124
| Setting | Behavior |
125125
|---------|----------|
126126
| `REQUIRE_MESSAGE_TIMESTAMPS=false` (default) | Auto-generates missing timestamps with deprecation warning |
127-
| `REQUIRE_MESSAGE_TIMESTAMPS=true` | Rejects messages without `created_at` with 400 error |
127+
| `REQUIRE_MESSAGE_TIMESTAMPS=true` | Rejects messages without `created_at` with 422 error |
128128

129129
**Future timestamp validation**: Messages with `created_at` more than `MAX_FUTURE_TIMESTAMP_SECONDS` in the future are rejected to prevent clock skew issues.
130130

0 commit comments

Comments
 (0)