mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
committed by
GitHub
Unverified
parent
d61c03ca08
commit
773fbf56a4
@@ -518,6 +518,7 @@ pub struct InterAgentCommunication {
|
||||
#[serde(default)]
|
||||
pub other_recipients: Vec<AgentPath>,
|
||||
pub content: String,
|
||||
pub trigger_turn: bool,
|
||||
}
|
||||
|
||||
impl InterAgentCommunication {
|
||||
@@ -526,12 +527,14 @@ impl InterAgentCommunication {
|
||||
recipient: AgentPath,
|
||||
other_recipients: Vec<AgentPath>,
|
||||
content: String,
|
||||
trigger_turn: bool,
|
||||
) -> Self {
|
||||
Self {
|
||||
author,
|
||||
recipient,
|
||||
other_recipients,
|
||||
content,
|
||||
trigger_turn,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user