Support for Optional Parameters in Oracle AI Agent Studio Business Object Functions
We are currently building AI-powered agents using Oracle Fusion AI Agent Studio for ERP use cases. A common requirement across these agents is the ability to query business objects dynamically based on user input, especially for search scenarios.
Example user queries:
“Show requisitions for Vision Operations”
“Show requisitions prepared by John last 30 days”
“Show requisitions for BU X by preparer Y between Jan 1 and Jan 31”
Currently, designing functions for these scenarios often leads to:
- Multiple functions for each combination of parameters
- Increased complexity in agent design
- Ambiguity in function selection by the LLM
- Higher maintenance overhead
Not sure if I am missing something that is already available to build functions for this need, if this is not possible then here my idea to enable first-class support for optional parameters in Business Object function definitions, such that:
Tagged:
0