Skip to content

Commit

Permalink
updated predictions for missing output
Browse files Browse the repository at this point in the history
  • Loading branch information
KCaverly committed Dec 1, 2023
1 parent 2605001 commit 076e9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/predictions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ pub struct Prediction {
pub created_at: String,
/// Urls to either retrieve or cancel details for this prediction
pub urls: PredictionUrls,
/// The output of the prediction if completed
pub output: Option<Value>,
}

/// Paginated list of available predictions
Expand Down

0 comments on commit 076e9bc

Please sign in to comment.