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

Interface Message

app/api/stream/route.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import OpenAI from "openai"
3
4interface Message {
5 role: string;
6 content: string;
7}
8
9interface ModelSettings {
10 provider: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected