fix: add transcripts tool display metadata · openclaw/openclaw@645cbf6
steipete
·
2026-05-27
·
via Recent Commits to openclaw:main
File tree
apps/shared/OpenClawKit/Sources/OpenClawKit/Resources
| Original file line number | Diff line number | Diff line change |
|---|
@@ -499,6 +499,45 @@
|
499 | 499 | "lines" |
500 | 500 | ] |
501 | 501 | }, |
| 502 | +"transcripts": { |
| 503 | +"emoji": "📝", |
| 504 | +"title": "Transcripts", |
| 505 | +"actions": { |
| 506 | +"start": { |
| 507 | +"label": "start", |
| 508 | +"detailKeys": [ |
| 509 | +"providerId", |
| 510 | +"accountId", |
| 511 | +"guildId", |
| 512 | +"channelId", |
| 513 | +"title" |
| 514 | + ] |
| 515 | + }, |
| 516 | +"stop": { |
| 517 | +"label": "stop", |
| 518 | +"detailKeys": [ |
| 519 | +"sessionId" |
| 520 | + ] |
| 521 | + }, |
| 522 | +"status": { |
| 523 | +"label": "status" |
| 524 | + }, |
| 525 | +"import": { |
| 526 | +"label": "import", |
| 527 | +"detailKeys": [ |
| 528 | +"providerId", |
| 529 | +"title", |
| 530 | +"speakerLabel" |
| 531 | + ] |
| 532 | + }, |
| 533 | +"summarize": { |
| 534 | +"label": "summarize", |
| 535 | +"detailKeys": [ |
| 536 | +"sessionId" |
| 537 | + ] |
| 538 | + } |
| 539 | + } |
| 540 | + }, |
502 | 541 | "web_search": { |
503 | 542 | "emoji": "🔎", |
504 | 543 | "title": "Web Search", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -347,6 +347,31 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
|
347 | 347 | title: "Memory Get", |
348 | 348 | detailKeys: ["path", "from", "lines"], |
349 | 349 | }, |
| 350 | +transcripts: { |
| 351 | +emoji: "📝", |
| 352 | +title: "Transcripts", |
| 353 | +actions: { |
| 354 | +start: { |
| 355 | +label: "start", |
| 356 | +detailKeys: ["providerId", "accountId", "guildId", "channelId", "title"], |
| 357 | +}, |
| 358 | +stop: { |
| 359 | +label: "stop", |
| 360 | +detailKeys: ["sessionId"], |
| 361 | +}, |
| 362 | +status: { |
| 363 | +label: "status", |
| 364 | +}, |
| 365 | +import: { |
| 366 | +label: "import", |
| 367 | +detailKeys: ["providerId", "title", "speakerLabel"], |
| 368 | +}, |
| 369 | +summarize: { |
| 370 | +label: "summarize", |
| 371 | +detailKeys: ["sessionId"], |
| 372 | +}, |
| 373 | +}, |
| 374 | +}, |
350 | 375 | web_search: { |
351 | 376 | emoji: "🔎", |
352 | 377 | title: "Web Search", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。