| 1 | import {BaseMessagePromptTemplateLike} from "@langchain/core/prompts"; |
| 2 | |
| 3 | export interface MessagePayload { |
| 4 | context?: string; |
| 5 | image_data?: string; |
| 6 | } |
| 7 | |
| 8 | const prompts: { |
| 9 | [key: string]: BaseMessagePromptTemplateLike[] |
nothing calls this directly
no outgoing calls
no test coverage detected