store_output

Function store_output 

Source
pub fn store_output(output: &Value, tool_name: &str) -> String
Expand description

Store output to disk and return reference ID

§Arguments

  • output - The JSON value to store
  • tool_name - Name of the tool (used as prefix in ref_id)

§Returns

Reference ID that can be used to retrieve the output later