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 JSON Mode option to OpenAIModelComponent #2386

Merged
merged 5 commits into from
Jun 26, 2024
Merged

Conversation

ogabrielluiz
Copy link
Contributor

This pull request adds a new option called "JSON Mode" to the OpenAIModelComponent. This option allows users to switch between different modes of interaction with the OpenAI model. The JSON Mode option provides a more structured and customizable way to interact with the model, allowing users to pass JSON payloads to the model for processing. This enhancement improves the flexibility and functionality of the OpenAIModelComponent.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jun 26, 2024
@dosubot dosubot bot added the enhancement New feature or request label Jun 26, 2024
@ogabrielluiz ogabrielluiz disabled auto-merge June 26, 2024 22:02
@ogabrielluiz ogabrielluiz merged commit a81f686 into dev Jun 26, 2024
3 of 4 checks passed
@ogabrielluiz ogabrielluiz deleted the update_openai branch June 26, 2024 22:02
ogabrielluiz added a commit that referenced this pull request Jun 27, 2024
* feat: Add JSON Mode option to OpenAIModelComponent

* ♻️ (OpenAIModel.py): add type ignore comment

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ogabrielluiz added a commit that referenced this pull request Jun 27, 2024
* feat: Add JSON Mode option to OpenAIModelComponent

* ♻️ (OpenAIModel.py): add type ignore comment

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ogabrielluiz added a commit that referenced this pull request Jul 1, 2024
* feat: Add JSON Mode option to OpenAIModelComponent

* ♻️ (OpenAIModel.py): add type ignore comment

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant