Skip to main content

function_call_name_and_arguments

Function function_call_name_and_arguments 

Source
fn function_call_name_and_arguments(
    function: &Map<String, Value>,
) -> Result<(String, Value)>
Expand description

Validate a function reference and decode its arguments into the object the checkpoint template iterates. Fresh requests carry the wire form (a JSON string); retained session history carries the decoded object.