pub fn operations_envelope(operations: &[AgentMessage]) -> Result<Value>Expand description
The envelope as a Value, for callers that embed it in a larger payload.
ยงErrors
Returns Error::Json if an operation cannot be
serialized.
pub fn operations_envelope(operations: &[AgentMessage]) -> Result<Value>The envelope as a Value, for callers that embed it in a larger payload.
Returns Error::Json if an operation cannot be
serialized.