(ctx context.Context, id int64)
| 388 | // otherwise the setting defaults to true. |
| 389 | GetChatIncludeDefaultSystemPrompt(ctx context.Context) (bool, error) |
| 390 | GetChatMessageByID(ctx context.Context, id int64) (ChatMessage, error) |
| 391 | // Aggregates message-level metrics per chat for messages created |
| 392 | // after the given timestamp. Uses message created_at so that |
| 393 | // ongoing activity in long-running chats is captured each window. |
no outgoing calls