Skip to content

Commit 0797500

Browse files
committed
fix(tool-display): cover transcripts runtime tool
1 parent d1d682e commit 0797500

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

apps/shared/OpenClawKit/Sources/OpenClawKit/Resources/tool-display.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,21 @@
886886
"message"
887887
]
888888
},
889+
"transcripts": {
890+
"emoji": "📝",
891+
"title": "Transcripts",
892+
"detailKeys": [
893+
"action",
894+
"sessionId",
895+
"title",
896+
"providerId",
897+
"accountId",
898+
"guildId",
899+
"channelId",
900+
"meetingUrl",
901+
"speakerLabel"
902+
]
903+
},
889904
"tts": {
890905
"emoji": "🔊",
891906
"title": "TTS",

src/agents/tool-display-config.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,21 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
562562
title: "Yield",
563563
detailKeys: ["message"],
564564
},
565+
transcripts: {
566+
emoji: "📝",
567+
title: "Transcripts",
568+
detailKeys: [
569+
"action",
570+
"sessionId",
571+
"title",
572+
"providerId",
573+
"accountId",
574+
"guildId",
575+
"channelId",
576+
"meetingUrl",
577+
"speakerLabel",
578+
],
579+
},
565580
tts: {
566581
emoji: "🔊",
567582
title: "TTS",

0 commit comments

Comments
 (0)