fmt: applied formatting
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-27 19:26:29 -06:00
parent d008de1848
commit 2128390f99
+2
View File
@@ -145,6 +145,7 @@ pub async fn handle_user_tool(
"question": result["question"],
"options": result["options"],
}));
return Ok(result);
}
@@ -168,6 +169,7 @@ fn handle_headless(action: &str, args: &Value) -> Value {
.and_then(Value::as_array)
.cloned()
.unwrap_or_default();
json!({
"needs_human": true,
"action": action,