Props
AgentConfig
required
config
<K extends keyof AgentConfig>(
key: K,
value: AgentConfig[K]
) => void
required
updateConfig
Record<string, string>
required
errors
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TransferTab component
import { TransferTab } from '@/components/TransferTab';
export default function Example() {
return (
<TransferTab config={config} updateConfig={updateConfig} errors={errors} />
);
}