fix openai tool calls, also plan bug where plan is empty.
This commit is contained in:
@@ -815,7 +815,7 @@ pub async fn execute_plan_read<W: UiWriter>(
|
||||
}
|
||||
None => {
|
||||
ctx.ui_writer.print_plan_compact(None, None, false);
|
||||
Ok(String::new())
|
||||
Ok("No plan exists yet. Use plan_write to create one.".to_string())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user