MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Props

Interface Props

tools/debug-console/components/ProviderPicker.tsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface Props {
15 provider: string;
16 model: string;
17 onChange: (provider: string, model: string) => void;
18}
19
20export function ProviderPicker({ provider, model, onChange }: Props) {
21 const t = useT();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected