fix: ChatTab comment path for workspace-server rename

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-04-18 01:48:59 -07:00
parent 6538581922
commit ecad02eadc

View File

@ -33,7 +33,7 @@ interface A2AResponse {
}
// extractReplyText pulls the agent's text reply out of an A2A response.
// Mirrors the Go-side extractReplyText in platform/internal/channels/manager.go.
// Mirrors the Go-side extractReplyText in workspace-server/internal/channels/manager.go.
function extractReplyText(resp: A2AResponse): string {
const result = resp?.result;
if (result?.parts) {