优化
This commit is contained in:
@@ -207,6 +207,7 @@ const handleSend = async () => {
|
||||
agentId: props.agent?.id,
|
||||
content: question,
|
||||
conversationId: conversationId.value,
|
||||
modelMode: modelMode.value,
|
||||
ctrl: abortController.value,
|
||||
onMessage: (result) => {
|
||||
if (result.event === 'message' && result.content) {
|
||||
|
||||
Reference in New Issue
Block a user