chrysopedia/frontend/src
jlightner c7ac4be860 feat: Store LLM request params (max_tokens, model, modality) in pipeline events
- _make_llm_callback now accepts request_params dict
- All 6 LLM call sites pass max_tokens, model_override, modality, response_model, hard_limit
- request_params stored in payload JSONB on every llm_call event (always, not just debug mode)
- Frontend JSON export includes full payload + request_params at top level
- DebugPayloadViewer shows 'Request Params' section even with debug mode off
- Answers whether max_tokens is actually being sent on pipeline requests
2026-04-01 07:01:57 +00:00
..
api fix: Parallel search with match_context, deterministic Qdrant IDs, raised embedding timeout 2026-04-01 06:54:34 +00:00
components feat: Created SortDropdown component and useSortPreference hook, integr… 2026-04-01 06:41:52 +00:00
hooks feat: Created SortDropdown component and useSortPreference hook, integr… 2026-04-01 06:41:52 +00:00
pages feat: Store LLM request params (max_tokens, model, modality) in pipeline events 2026-04-01 07:01:57 +00:00
utils feat: Extracted catSlug to shared utility; added category accent border… 2026-03-31 06:26:06 +00:00
App.css fix: Parallel search with match_context, deterministic Qdrant IDs, raised embedding timeout 2026-04-01 06:54:34 +00:00
App.tsx feat: Change global search shortcut from Cmd+K to Ctrl+Shift+F 2026-03-31 17:33:09 +00:00
main.tsx feat: Split key moment card header into standalone h3 title and flex-ro… 2026-03-30 08:55:48 +00:00
vite-env.d.ts feat: Added AppFooter component displaying app version, build date, com… 2026-03-30 12:00:58 +00:00