MCPcopy Index your code
hub / github.com/TanStack/ai / sendMessage

Function sendMessage

packages/ai-angular/src/inject-chat.ts:206–208  ·  view source on GitHub ↗
(content: string | MultimodalContent)

Source from the content-addressed store, hash-verified

204 })
205
206 const sendMessage = async (content: string | MultimodalContent) => {
207 await client.sendMessage(content)
208 }
209 const append = async (message: ModelMessage | UIMessage<TTools>) => {
210 await client.append(message)
211 }

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.65

Tested by

no test coverage detected