Skip to content

Commit

Permalink
Rename tools_outputs to tool_outputs (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodir-t committed Nov 14, 2023
1 parent 15838b5 commit f8acee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-openai/src/types/assistants/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub struct ListRunsResponse {
#[derive(Clone, Serialize, Default, Debug, Deserialize, PartialEq)]
pub struct SubmitToolOutputsRunRequest {
/// A list of tools for which the outputs are being submitted.
pub tools_outputs: Vec<ToolsOutputs>,
pub tool_outputs: Vec<ToolsOutputs>,
}

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

0 comments on commit f8acee5

Please sign in to comment.