Skip to content

Commit

Permalink
#33 - Expose 'State' on FileResource
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmithsa committed Oct 11, 2024
1 parent 4b0e7fe commit c8a4975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Mscc.GenerativeAI/Types/Generative/FileResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,9 @@ public class FileResource
/// Output only. The uri of the File.
/// </summary>
public string Uri { get; set; }
/// <summary>
/// Output only. The state of the File.
/// </summary>
public string State { get; set; }
}
}

0 comments on commit c8a4975

Please sign in to comment.