@@ -149,7 +149,7 @@ impl CursorAgentProvider {
|
||||
MessageContent::ToolRequest(tool_request) => {
|
||||
if let Ok(tool_call) = &tool_request.tool_call {
|
||||
full_prompt.push_str(&format!(
|
||||
"Tool Use: {} with args: {:?}\n",
|
||||
"Tool Use: {} with args: {}\n",
|
||||
tool_call.name, tool_call.arguments
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user