FunctionChatInput({
className,
input,
disabled,
handleInputChange,
handleSubmit,
onStop,
}: ChatInputProps)
src/components/chat/chat-input.tsx:19
FunctionProviderSettings({
baseUrl,
apiKey,
onBaseUrlChange,
onApiKeyChange,
onSave,
onCancel,
}: ProviderSettingsProps)
src/components/settings/provider-settings.tsx:14