MCPcopy
hub / github.com/firecrawl/fireplexity / MessageData

Interface MessageData

app/chat-interface.tsx:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { ImageResults } from './image-results'
16
17interface MessageData {
18 sources: SearchResult[]
19 newsResults?: NewsResult[]
20 imageResults?: ImageResult[]
21 followUpQuestions: string[]
22 ticker?: string
23}
24
25// Helper function to extract text content from UIMessage
26function getMessageContent(message: UIMessage): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected