MCPcopy Create free account
hub / github.com/Seanium/ChatMap / Message

Interface Message

lib/client-api.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ModelSettings, ProviderSettings } from "@/components/model-settings"
5
6interface Message {
7 role: string;
8 content: string;
9}
10
11export async function generateMapResponseClient(query: string, conversationHistory?: Message[]) {
12 if (!query || typeof query !== "string") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected