Skip to main content

bulk_update_conversation_context

Function bulk_update_conversation_context 

Source
pub async fn bulk_update_conversation_context(
    updates: Vec<ContextUpdateItem>,
    session_id: Uuid,
) -> Result<MCPToolResult, Error>
Expand description

Record multiple context updates in a single batch via the canonical service. Items that fail translation or persistence are reported in the response payload — the rest still land, matching the legacy gRPC bulk semantics.