fix(model-fallback): add gpt-5-nano to multimodal-looker chain, remove librarian hardcoding

- BUG-7: Add gpt-5-nano as final fallback in multimodal-looker model requirements
- BUG-14: Remove hardcoded LIBRARIAN_MODEL, let librarian resolve through normal fallback chain
- Update snapshots and tests to reflect new fallback behavior
This commit is contained in:
YeonGyu-Kim
2026-02-21 02:16:08 +09:00
parent aa1c8a4626
commit f0ff232b43
2 changed files with 114 additions and 113 deletions
+1
View File
@@ -120,6 +120,7 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
fb("quotio", "claude-opus-4-6-thinking"),
fb("quotio", "claude-sonnet-4-5-thinking"),
fb("quotio", "claude-haiku-4-5"),
fb("quotio", "gpt-5-nano"),
],
},
prometheus: {