Auto deployments & columns
This commit is contained in:
parent
fab5746c42
commit
f75c11b67d
2 changed files with 6 additions and 19 deletions
|
|
@ -194,6 +194,8 @@ pub struct AgentTaskSpec {
|
|||
pub agent_type: Option<AgentType>,
|
||||
#[serde(default)]
|
||||
pub suggested_test_files: Vec<String>,
|
||||
#[serde(default)]
|
||||
pub project_id: Option<Uuid>,
|
||||
}
|
||||
|
||||
impl AgentTaskSpec {
|
||||
|
|
@ -221,6 +223,7 @@ impl AgentTaskSpec {
|
|||
session_budget: None,
|
||||
agent_type: None,
|
||||
suggested_test_files: Vec::new(),
|
||||
project_id: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue