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.
VoiceTab component
import { VoiceTab } from '@/components/VoiceTab';
export default function Example() {
return (
<VoiceTab config={config} updateConfig={updateConfig} errors={errors} />
);
}