MCPcopy Create free account
hub / github.com/microsoft/TypeChat / handleMessage

Method handleMessage

typescript/examples/multiSchema/src/agent.ts:17–17  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

15
16export interface Agent<T extends object> extends AgentInfo {
17 handleMessage(message: string): Promise<Result<T>>;
18};
19
20interface JsonPrintAgent<T extends object> extends Agent<T> {

Callers 1

routeRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected