Platform Extension MOIM (Minus One Info Message) (#5027)

This commit is contained in:
tlongwell-block
2025-11-16 12:14:49 -05:00
committed by GitHub
parent 5066a09c77
commit 02ca6f7ff1
16 changed files with 226 additions and 92 deletions
+6 -1
View File
@@ -946,10 +946,15 @@ impl Agent {
}
}
let conversation_with_moim = super::moim::inject_moim(
conversation.clone(),
&self.extension_manager,
).await;
let mut stream = Self::stream_response_from_provider(
self.provider().await?,
&system_prompt,
conversation.messages(),
conversation_with_moim.messages(),
&tools,
&toolshim_tools,
).await?;