mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Fix only provide parameters used by tool functions #200

Closed barnettwilliam closed 3 months ago

barnettwilliam commented 3 months ago

Modified invokeActionFunction() to not populate unused parameters as 'undefined' because this is no longer necessary when using the Epsilon micronaut tool service.

Along https://github.com/epsilonlabs/playground-micronaut/pull/4 with fixes #41

Mentioned in code review for PR https://github.com/mdenet/educationplatform/pull/198#discussion_r1531961177

barnettwilliam commented 3 months ago

There's no need to wait for the Epsilon micronaut PR