huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-21 17:51:35 +00:00
parent 8b2dd21e22
commit c58e204e8b
+7
View File
@@ -969,6 +969,12 @@
"fn load_chat_history",
"fn save_chat_history"
],
"server/src/chat/llm_turn.rs": [
"trait TransportFormat",
"fn build_llm_prompt",
"struct LlmTurnContext",
"fn run_llm_turn"
],
"server/src/chat/lookup.rs": [
"fn find_story_by_number"
],
@@ -977,6 +983,7 @@
"mod compact",
"mod dispatcher",
"mod history",
"mod llm_turn",
"mod lookup",
"mod test_helpers",
"mod timer",