opencode-agent[bot] 1 месяц назад
Родитель
Сommit
87aa62d1e2
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/session-ui/src/components/timeline-playground.stories.tsx

+ 3 - 1
packages/session-ui/src/components/timeline-playground.stories.tsx

@@ -1221,7 +1221,9 @@ function Playground() {
     message: { [session().id]: state.messages },
     message: { [session().id]: state.messages },
     part: state.parts,
     part: state.parts,
     provider: {
     provider: {
-      all: new Map([["anthropic", { id: "anthropic", models: { "claude-sonnet-4-20250514": { name: "Claude Sonnet" } } }]]),
+      all: new Map([
+        ["anthropic", { id: "anthropic", models: { "claude-sonnet-4-20250514": { name: "Claude Sonnet" } } }],
+      ]),
       connected: ["anthropic"],
       connected: ["anthropic"],
       default: {},
       default: {},
     },
     },