#81 — Fix issue with pagination of LLM chat
Repo: Twill-AI/facade State: closed | Status: done Assignee: Unassigned
Created: 2024-08-21 · Updated: 2025-09-15
Description
Repro:
Run GET /llmchat/<id>/items?start_at=<time> where time is in the middle of LlmChatItem-s “created_at” values.
Actual behaviour
LLM chat items returns list of same item without taking start_at into consideration.
Expected behaviour
LLM chat should return list of older items when start_at param is passed.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets