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

Interface Properties

lib/models.ts:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178export interface Properties {
179 [key: string | number]: {
180 type?: string;
181 description?: string;
182 path: (string | number)[];
183 data?: any;
184 };
185}
186
187export interface EmbeddingResponse {
188 data: { embedding: number[]; index: number; object: string }[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected