microsoft / BCApps

Repository for collaboration on Microsoft Dynamics 365 Business Central applications.
https://microsoft.github.io/BCApps/
MIT License
317 stars 158 forks source link

[Copilot] Include arguments on the function result #1753

Closed msft-sam closed 2 months ago

msft-sam commented 2 months ago

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