-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Oracle Assistant Batch API #619
Merged
Merged
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3786d0 - Browse repository at this point
Copy the full SHA c3786d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110c232 - Browse repository at this point
Copy the full SHA 110c232View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c6fc5 - Browse repository at this point
Copy the full SHA c4c6fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0cf76 - Browse repository at this point
Copy the full SHA cf0cf76View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23380b2 - Browse repository at this point
Copy the full SHA 23380b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a830b - Browse repository at this point
Copy the full SHA 25a830bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a639a9 - Browse repository at this point
Copy the full SHA 8a639a9View commit details -
Add support for Array and Object inputs
OIA input variables may consist arrays and objects. So, we enhance `FnLiteral` to be essentially a `Aeson.Value` with native support for `uncertain` and `unknown`. A missing value (`null` or absent) is inferred to be `unknown`. An empty object (`{}`) represents a `uncertain` value. Only the simala backend can handle OIA values, such as arrays, objects and `unknown`/`uncertain`. We should now be able to handle all OIA batch requests, however, we may ignore configurations, such as `reportSilent` and `decision-report` style.
Configuration menu - View commit details
-
Copy full SHA for 74d2e74 - Browse repository at this point
Copy the full SHA 74d2e74View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.