We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba7572 commit 28d9c24Copy full SHA for 28d9c24
openai_client/src/multipart.rs
@@ -5,8 +5,8 @@ use crate::ConversaError;
5
#[derive(Debug, PartialEq, Serialize, Deserialize)]
6
pub struct File {
7
#[serde(skip)]
8
- file_name: String,
9
- file_data: Vec<u8>,
+ pub file_name: String,
+ pub file_data: Vec<u8>,
10
}
11
12
impl TryFrom<&std::path::Path> for File {
0 commit comments