Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
export
interface
Agent<T extends object> extends AgentInfo {
17
handleMessage(message: string): Promise<Result<T>>;
18
};
19
20
interface
JsonPrintAgent<T extends object> extends Agent<T> {
Callers
1
routeRequest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected