MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-angular/tests/inject-chat.test.ts:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 @Component({ standalone: true, template: '' })
131 class StructuredHost {
132 chat = injectChat({ connection: adapter, outputSchema: schema })
133 }
134 const fixture = TestBed.createComponent(StructuredHost)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected