Skip to content

Commit

Permalink
chore: add user question completion type (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardshiue authored Mar 5, 2025
1 parent 8daa5b3 commit 6872da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/appflowy-ai-client/src/dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub enum CompletionType {
MakeLonger = 4,
ContinueWriting = 5,
Explain = 6,
UserQuestion = 7,
}

#[derive(Debug, Clone, Serialize)]
Expand Down

0 comments on commit 6872da3

Please sign in to comment.