Skip to content

Commit

Permalink
Return ai image count (#1182)
Browse files Browse the repository at this point in the history
* chore: return ai image count
  • Loading branch information
appflowy authored Jan 20, 2025
1 parent 227066b commit 5d9efb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/shared-entity/src/dto/billing_dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ pub struct WorkspaceUsageAndLimit {
pub single_upload_unlimited: bool,
pub ai_responses_count: i64,
pub ai_responses_count_limit: i64,
#[serde(default)]
pub ai_image_responses_count: i64,
#[serde(default)]
pub ai_image_responses_count_limit: i64,

pub local_ai: bool,
pub ai_responses_unlimited: bool,
Expand Down

0 comments on commit 5d9efb4

Please sign in to comment.