MCPcopy
hub / github.com/OpenHealthForAll/open-health / MessagePayload

Interface MessagePayload

src/lib/health-data/parser/prompt.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {BaseMessagePromptTemplateLike} from "@langchain/core/prompts";
2
3export interface MessagePayload {
4 context?: string;
5 image_data?: string;
6}
7
8const prompts: {
9 [key: string]: BaseMessagePromptTemplateLike[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected