@mastra/playground-ui 7.0.0-beta.3 → 7.0.0-beta.4

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.es.js CHANGED
@@ -14737,6 +14737,7 @@ const AgentMetadata = ({ agentId }) => {
14737
14737
  const agentWorkflows = agent.workflows ?? {};
14738
14738
  const workflows = Object.keys(agentWorkflows).map((key) => ({ id: key, ...agentWorkflows[key] }));
14739
14739
  return /* @__PURE__ */ jsxs(AgentMetadataWrapper, { children: [
14740
+ agent?.description && /* @__PURE__ */ jsx(AgentMetadataSection, { title: "Description", children: /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: agent.description }) }),
14740
14741
  agent.modelList ? /* @__PURE__ */ jsx(AgentMetadataSection, { title: "Models", children: /* @__PURE__ */ jsx(
14741
14742
  AgentMetadataModelList,
14742
14743
  {