Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Oct 2, 2024
1 parent e2f4866 commit 595591f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/program/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ impl Executor {
"arguments": serde_json::from_str::<serde_json::Value>(&tool_call.function.arguments)?
});
raw_calls.push(serde_json::to_string(&call_json)?);

}
}
return Ok(raw_calls.join("\n\n"));
Expand Down

0 comments on commit 595591f

Please sign in to comment.