huskies: merge 624_bug_agent_turn_and_budget_limits_not_enforced_coder_1_ran_5_6x_over_max_turns
This commit is contained in:
@@ -285,6 +285,7 @@ impl AgentPool {
|
||||
log_session_id: Some(log_session_id.clone()),
|
||||
merge_failure_reported: false,
|
||||
throttled: false,
|
||||
termination_reason: None,
|
||||
},
|
||||
);
|
||||
}
|
||||
@@ -652,6 +653,7 @@ impl AgentPool {
|
||||
completion: None,
|
||||
log_session_id: Some(log_session_id),
|
||||
throttled: false,
|
||||
termination_reason: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user