Skip to contents

Safely get toolcall output files instead of using direct @ access.

Usage

sn_get_toolcall_outputs(tool_call)

Arguments

tool_call

ToolCall object

Value

List. Output files with their roles

Examples

if (FALSE) { # \dontrun{
# Instead of: tool_call@outputs
outputs <- sn_get_toolcall_outputs(tool_call)
output_file <- outputs$alignment
} # }