forked from molecule-ai/molecule-core
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:
parent
6538581922
commit
ecad02eadc
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user