Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
s6nqou committed Feb 17, 2025
1 parent 83df70d commit 42ecc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/providers/openai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ impl From<String> for ToolResultContent {
fn from(s: String) -> Self {
ToolResultContent {
r#type: ToolResultContentType::default(),
text: s
text: s,
}
}
}
Expand Down

0 comments on commit 42ecc7f

Please sign in to comment.