Documentation Index
Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
Use this file to discover all available pages before exploring further.
ConfigureAgentPanel component
Props
onOpenChange
(open: boolean) => void
required
onOpenChange
agent
CompanyAgentWithStats
required
agent
onSave
(config: AgentConfig) => void
onSave
Usage
import { ConfigureAgentPanel } from '@/components/ConfigureAgentPanel';
export default function Example() {
return (
<ConfigureAgentPanel open={open} onOpenChange={onOpenChange} agent={agent} />
);
}