Skip to content
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 8 commits into from
Sep 26, 2024
Merged

Conversation

fendor
Copy link
Contributor

@fendor fendor commented Sep 11, 2024

@fendor fendor changed the title Draft: Add support for Oracle Assistant Batch API Add support for Oracle Assistant Batch API Sep 23, 2024
kosmikus and others added 5 commits September 23, 2024 22:58
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.
Copy link
Contributor

@mengwong mengwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed, thank you, looks good.

@fendor fendor merged commit 23e1c01 into main Sep 26, 2024
3 checks passed
@fendor fendor deleted the fendor/feature/oracle branch September 26, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants