huskies: merge 1015
This commit is contained in:
@@ -10,7 +10,7 @@ use std::path::Path;
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
pub struct AgentAssignment {
|
||||
pub agent_name: crate::config::AgentName,
|
||||
pub model: Option<String>,
|
||||
pub model: Option<crate::agents::AgentModel>,
|
||||
pub status: crate::agents::AgentStatus,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user