MCPcopy Create free account
hub / github.com/developersdigest/llm-answer-engine / StreamMessage

Interface StreamMessage

app/page.tsx:61–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60}
61interface StreamMessage {
62 isolatedView: any;
63 searchResults?: any;
64 userMessage?: string;
65 llmResponse?: string;
66 llmResponseEnd?: boolean;
67 images?: any;
68 videos?: any;
69 followUp?: any;
70 conditionalFunctionCallUI?: any;
71 status?: string;
72 places?: Place[];
73 shopping?: Shopping[];
74 ticker?: string;
75 spotify?: string;
76 cachedData?: string;
77 semanticCacheKey?: any;
78 falBase64Image?: any;
79}
80interface Image {
81 link: string;
82}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected