feat(web): agent feature add config

This commit is contained in:
zhaoying
2026-03-26 14:18:40 +08:00
parent 4cab6317de
commit 9ae1d2f0d9
13 changed files with 428 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2025-12-10 16:46:09
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-19 20:47:27
* @Last Modified time: 2026-03-26 13:32:46
*/
import { type FC } from 'react'
import ChatInput from './ChatInput'
@@ -40,6 +40,7 @@ const Chat: FC<ChatProps> = ({
labelFormat={labelFormat}
errorDesc={errorDesc}
renderRuntime={renderRuntime}
onSend={onSend}
/>
{/* Chat input area */}