MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / respond

Method respond

apps/cli/src/agent/extension-client.ts:373–375  ·  view source on GitHub ↗

* Send a text response. * * Use for: * - Answering follow-up questions * - Providing additional context * - Giving feedback on completion * * @param text - The response text * @param images - Optional base64-encoded images

(text: string, images?: string[])

Source from the content-addressed store, hash-verified

371 * @param images - Optional base64-encoded images
372 */
373 respond(text: string, images?: string[]): void {
374 this.sendResponse("messageResponse", text, images)
375 }
376
377 /**
378 * Generic method to send any ask response.

Callers 2

startBedrockMockServerFunction · 0.80

Calls 1

sendResponseMethod · 0.95

Tested by

no test coverage detected