MCPcopy
hub / github.com/chatchat-space/Langchain-Chatchat / DataItem

Interface DataItem

frontend/scripts/readmeWorkflow/const.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DataItem {
2 author: string;
3 createdAt: string;
4 homepage: string;
5 identifier: string;
6 meta: { avatar: string; description: string; tags: string[]; title: string };
7}
8
9export const MARKET_URL = 'https://chat-preview.lobehub.com/market';
10export const PLGUIN_URL = 'https://chat-preview.lobehub.com/settings/agent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected