Skip to content

Commit

Permalink
Add chat export functionality (#64)
Browse files Browse the repository at this point in the history
# Add chat export functionality

## ♻️ Current situation & Problem
Without a chat export feature, users cannot save or reference their
conversation history, leading to lost information and manual
copy-pasting workarounds.

## ⚙️ Release Notes 
Added a feature to export chat conversations in text format.


## 📚 Documentation
N/A


## ✅ Testing
N/A


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
jdisho authored Feb 12, 2025
1 parent 33d2dca commit 839e1cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ struct MultipleResourcesChatView: View {
set: { llm.context.chat = $0 }
),
disableInput: llm.state.representation == .processing,
exportFormat: .text,
messagePendingAnimation: .automatic
)
.speak(llm.context.chat, muted: !textToSpeech)
Expand Down

0 comments on commit 839e1cc

Please sign in to comment.