pub fn insert_block_after_tool_results(content: &mut Vec<Value>, block: Value)Expand description
Inserts a block into the content array after the last tool_result block. Mutates the array in place.
ยงArguments
content- The content array to modifyblock- The block to insert