Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
74
type
Role =
'AGENT'
|
'USER'
;
75
76
interface
Chat {
77
id: number,
78
role: Role;
79
text: string;
80
}
81
82
interface
AgentResponse {
83
agentResponse: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected