Skip to content

Commit 445c2fe

Browse files
authored
add pub modifier (#258)
1 parent 577c27f commit 445c2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-openai/src/types/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub struct MessageContentImageUrlObject {
191191
#[derive(Clone, Serialize, Debug, Deserialize, PartialEq)]
192192
pub struct MessageRequestContentTextObject {
193193
/// Text content to be sent to the model
194-
text: String,
194+
pub text: String,
195195
}
196196

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

0 commit comments

Comments
 (0)