

















@@ -348,27 +348,27 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
348348detailKeys: ["path", "from", "lines"],
349349},
350350transcripts: {
351-emoji: "📝",
351+emoji: "🧾",
352352title: "Transcripts",
353353actions: {
354354start: {
355355label: "start",
356-detailKeys: ["providerId", "accountId", "guildId", "channelId", "title"],
356+detailKeys: ["title", "providerId", "accountId", "guildId", "channelId", "meetingUrl"],
357357},
358358stop: {
359359label: "stop",
360-detailKeys: ["sessionId"],
360+detailKeys: ["sessionId", "title"],
361361},
362362status: {
363363label: "status",
364364},
365365import: {
366366label: "import",
367-detailKeys: ["providerId", "title", "speakerLabel"],
367+detailKeys: ["title", "providerId", "speakerLabel"],
368368},
369369summarize: {
370370label: "summarize",
371-detailKeys: ["sessionId"],
371+detailKeys: ["sessionId", "title"],
372372},
373373},
374374},
@@ -592,30 +592,5 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
592592title: "TTS",
593593detailKeys: ["text", "channel"],
594594},
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-},
620595},
621596};
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。