When setting the tool invoke preference to Manual, the caller may want to invoke the function results manually. To do this, the caller needs to be able to read the function arguments in order to pass them into their function.
This PR adds the function arguments to the function response object.
Summary
When setting the tool invoke preference to
Manual
, the caller may want to invoke the function results manually. To do this, the caller needs to be able to read the function arguments in order to pass them into their function.This PR adds the function arguments to the function response object.
Work Item(s)
Fixes AB#542604