Skip to content

Commit 3bfa014

Browse files
committed
fix format
1 parent 1537efc commit 3bfa014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chat-ui/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ import { ChatSection } from '@llamaindex/chat-ui'
145145
import { useChat } from '@ai-sdk/react'
146146

147147
function MyChat() {
148-
const handler = useChat({
148+
const handler = useChat({
149149
transport: new DefaultChatTransport({
150150
api: '/api/chat',
151151
}),

0 commit comments

Comments
 (0)