Skip to content

Commit a072a78

Browse files
committed
feat: 修改细节
1 parent 4fc27b7 commit a072a78

File tree

1 file changed

+1
-5
lines changed
  • spring-ai-alibaba-integration-example/frontend/src

1 file changed

+1
-5
lines changed

spring-ai-alibaba-integration-example/frontend/src/App.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,7 @@ const Independent: React.FC = () => {
283283
GetProp<typeof Bubble.List, "items">
284284
>([]);
285285

286-
const {
287-
onRequest,
288-
parsedMessages: messages,
289-
setMessages
290-
} = useXChat({
286+
const { onRequest, messages, setMessages } = useXChat({
291287
agent
292288
});
293289

0 commit comments

Comments
 (0)