fix(agents): restore current guard checks (#86934) · openclaw/openclaw@9b1b6d0
vincentkoc
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -592,5 +592,30 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
|
592 | 592 | title: "TTS", |
593 | 593 | detailKeys: ["text", "channel"], |
594 | 594 | }, |
| 595 | +transcripts: { |
| 596 | +emoji: "🧾", |
| 597 | +title: "Transcripts", |
| 598 | +actions: { |
| 599 | +start: { |
| 600 | +label: "start", |
| 601 | +detailKeys: ["title", "providerId", "accountId", "guildId", "channelId", "meetingUrl"], |
| 602 | +}, |
| 603 | +stop: { |
| 604 | +label: "stop", |
| 605 | +detailKeys: ["sessionId", "title"], |
| 606 | +}, |
| 607 | +import: { |
| 608 | +label: "import", |
| 609 | +detailKeys: ["title", "providerId", "speakerLabel"], |
| 610 | +}, |
| 611 | +summarize: { |
| 612 | +label: "summarize", |
| 613 | +detailKeys: ["sessionId", "title"], |
| 614 | +}, |
| 615 | +status: { |
| 616 | +label: "status", |
| 617 | +}, |
| 618 | +}, |
| 619 | +}, |
595 | 620 | }, |
596 | 621 | }; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。