@mastra/playground-ui 5.1.21-alpha.1 → 5.1.21-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -8046,8 +8046,8 @@ const Models = {
8046
8046
  icon: "openai.chat"
8047
8047
  },
8048
8048
  anthropic: {
8049
- models: anthropicModels?.map((model) => ({ provider: "anthropic", model, icon: "anthropic.chat" })),
8050
- icon: "anthropic.chat"
8049
+ models: anthropicModels?.map((model) => ({ provider: "anthropic", model, icon: "anthropic.messages" })),
8050
+ icon: "anthropic.messages"
8051
8051
  },
8052
8052
  google: {
8053
8053
  models: googleModels?.map((model) => ({ provider: "google", model, icon: "GOOGLE" })),