MCPcopy Create free account
hub / github.com/MagicCube/agentara / ModelSelectorDialog

Function ModelSelectorDialog

web/src/components/ai-elements/model-selector.tsx:61–63  ·  view source on GitHub ↗
(props: ModelSelectorDialogProps)

Source from the content-addressed store, hash-verified

59export type ModelSelectorDialogProps = ComponentProps<typeof CommandDialog>;
60
61export const ModelSelectorDialog = (props: ModelSelectorDialogProps) => (
62 <CommandDialog {...props} />
63);
64
65export type ModelSelectorInputProps = ComponentProps<typeof CommandInput>;
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected