refactor: streamline agent turn handling and background review process
This commit is contained in:
@@ -92,8 +92,6 @@ async fn handle_socket(mut socket: WebSocket, state: Arc<WsState>) {
|
||||
api_key,
|
||||
model,
|
||||
api_base: None,
|
||||
edit_count: 0,
|
||||
consecutive_empty_reviews: 0,
|
||||
};
|
||||
|
||||
zesdex_infrastructure::agent::spawn_agent_turn(params);
|
||||
|
||||
Reference in New Issue
Block a user