//! Config update RPC types for the ACP protocol.
//!
//! Covers the `config/update` RPC call from agent to host.
use ;
use Value;
use HashMap;
/// Parameters for the `config/update` RPC call from agent to host.
///
/// Allows the agent to update par-term configuration settings directly,
/// bypassing the config.yaml file to avoid race conditions with par-term's
/// own config saves.