Skip to content

Commit

Permalink
add pub modifier (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
64bit authored Aug 29, 2024
1 parent 577c27f commit 445c2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-openai/src/types/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pub struct MessageContentImageUrlObject {
#[derive(Clone, Serialize, Debug, Deserialize, PartialEq)]
pub struct MessageRequestContentTextObject {
/// Text content to be sent to the model
text: String,
pub text: String,
}

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

0 comments on commit 445c2fe

Please sign in to comment.