Skip to content

Commit 1d2fc0c

Browse files
authored
Fix typo computer use environment (tjardoo#123)
* Fix typo * Fix typo
1 parent b2b2926 commit 1d2fc0c

File tree

1 file changed

+2
-2
lines changed
  • openai_dive/src/v1/resources/response

1 file changed

+2
-2
lines changed

openai_dive/src/v1/resources/response/shared.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub enum ResponseTool {
3939
ComputerUse {
4040
display_height: Option<u64>,
4141
display_width: Option<u64>,
42-
environment: Option<CompuserUseEnvironment>,
42+
environment: Option<ComputerUseEnvironment>,
4343
},
4444
}
4545

@@ -86,7 +86,7 @@ pub enum TruncationStrategy {
8686

8787
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
8888
#[serde(rename_all = "lowercase")]
89-
pub enum CompuserUseEnvironment {
89+
pub enum ComputerUseEnvironment {
9090
Browser,
9191
Mac,
9292
Ubuntu,

0 commit comments

Comments
 (0)