(feat:stream) save conversations optionally

This commit is contained in:
ManishMadan2882
2025-02-25 17:32:35 +05:30
parent d823fba60b
commit caed6df53b
2 changed files with 23 additions and 11 deletions

View File

@@ -262,6 +262,7 @@ export function handleFetchSharedAnswerStreaming( //for shared conversations
question: question,
history: JSON.stringify(history),
api_key: apiKey,
save_conversation: false,
};
conversationService
.answerStream(payload, signal)