parent
91e6b38285
commit
10a2426a58
4 changed files with 91 additions and 32 deletions
|
@ -499,6 +499,10 @@ impl Thread {
|
|||
self.tools.remove(name).is_some()
|
||||
}
|
||||
|
||||
pub fn profile(&self) -> &AgentProfileId {
|
||||
&self.profile_id
|
||||
}
|
||||
|
||||
pub fn set_profile(&mut self, profile_id: AgentProfileId) {
|
||||
self.profile_id = profile_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue