MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / FunctionMessageInclSummary

Interface FunctionMessageInclSummary

lib/models.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 | FunctionMessageInclSummary;
41
42export interface FunctionMessageInclSummary extends FunctionMessage {
43 summary?: string;
44 urls?: { name: string; url: string }[];
45}
46
47interface MessageChoice {
48 message: ChatGPTMessage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected