feat: add copilotEnabled and setCopilotEnabled to MesageInput

This commit is contained in:
litongjava
2025-02-03 15:00:06 -10:00
parent c2f4fb1dc9
commit 4dc5857b17
3 changed files with 13 additions and 1 deletions

View File

@@ -704,6 +704,8 @@ const ChatWindow = ({id}: { id?: string }) => {
setFileIds={setFileIds}
files={files}
setFiles={setFiles}
copilotEnabled={copilotEnabled}
setCopilotEnabled={setCopilotEnabled}
/>
</>
) : (