mirror of
https://github.com/openai/codex.git
synced 2026-05-24 04:54:52 +00:00
fmt
This commit is contained in:
@@ -188,10 +188,7 @@ mod tests {
|
||||
struct StubExtensionExecutor;
|
||||
|
||||
impl codex_tool_api::ToolExecutor for StubExtensionExecutor {
|
||||
fn execute(
|
||||
&self,
|
||||
_call: codex_tool_api::ToolCall,
|
||||
) -> codex_tool_api::ToolFuture {
|
||||
fn execute(&self, _call: codex_tool_api::ToolCall) -> codex_tool_api::ToolFuture {
|
||||
Box::pin(async { Ok(json!({ "ok": true })) })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user