Merge pull request #953 from Molecule-AI/fix/chattab-comment-path

fix: ChatTab comment path
This commit is contained in:
Hongming Wang 2026-04-18 01:49:05 -07:00 committed by GitHub
commit 8332a3a21b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {