We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbf3a96 + 50f0baf commit ded80b5Copy full SHA for ded80b5
services/webui/src/pages/AI/chat/AIChat.tsx
@@ -11,7 +11,7 @@ function AIChat({ setOpen, }: any) {
11
const [message, setMessage] = useState('')
12
const agent = JSON.parse(localStorage.getItem('agent') as string)
13
const [chats, setChats] = useState<ChatList>(
14
- agent?.id == 'devop' ? DEVOPS : IDENTITY
+ agent?.id == 'devops' ? DEVOPS : IDENTITY
15
)
16
17
const lastMessageRef = useRef(null)
0 commit comments