| 59 | |
| 60 | } |
| 61 | interface 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 | } |
| 80 | interface Image { |
| 81 | link: string; |
| 82 | } |
nothing calls this directly
no outgoing calls
no test coverage detected