FunctionChatInput({
disabled,
input,
onChange,
onSubmit,
placeholder,
}: {
disabled: boolean;
input: string;
on
exercises/09-advanced-patterns/09.03-comparing-multiple-outputs/solution/client/components.tsx:63
FunctionChatInput({
disabled,
input,
onChange,
onSubmit,
placeholder,
}: {
disabled: boolean;
input: string;
on
exercises/09-advanced-patterns/09.03-comparing-multiple-outputs/problem/client/components.tsx:63
FunctionChatInput({
input,
onChange,
onSubmit,
disabled,
}: {
input: string;
onChange: (e: React.ChangeEvent<HTMLIn
exercises/08-agents-and-workflows/08.02-streaming-custom-data-to-the-frontend/solution/client/components.tsx:61
FunctionChatInput({
input,
onChange,
onSubmit,
disabled,
}: {
input: string;
onChange: (e: React.ChangeEvent<HTMLIn
exercises/08-agents-and-workflows/08.02-streaming-custom-data-to-the-frontend/problem/client/components.tsx:45
FunctionChatInput({
input,
onInputChange,
onFileSelect,
selectedFile,
onSubmit,
}: {
input: string;
onInputChange
exercises/01-ai-sdk-basics/01.10-passing-images-and-files/solution/client/components.tsx:45
FunctionChatInput({
input,
onInputChange,
onFileSelect,
selectedFile,
onSubmit,
}: {
input: string;
onInputChange
exercises/01-ai-sdk-basics/01.10-passing-images-and-files/problem/client/components.tsx:45