MCPcopy Index your code
hub / github.com/angular/examples / Chat

Interface Chat

genkit-angular-starter-kit/src/app/agent.service.ts:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74type Role = 'AGENT' | 'USER';
75
76interface Chat {
77 id: number,
78 role: Role;
79 text: string;
80}
81
82interface AgentResponse {
83 agentResponse: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected