| 42 | } |
| 43 | |
| 44 | interface SeedHistoryOptions { |
| 45 | includeAssistantMeta?: boolean |
| 46 | trailingUser?: boolean |
| 47 | } |
| 48 | |
| 49 | // Seed a settled turn through the real WS pipeline: the page talks to the |
| 50 | // real gateway, but chat.history responses are rewritten in flight so a |
nothing calls this directly
no outgoing calls
no test coverage detected