import React, { useState } from 'react'; import { ChatInput } from '@agentscope-ai/chat'; export default function () { const [value, setValue] = useState(''); return }