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

Create feature flag for the support of content parts #513

Closed
adubovik opened this issue Oct 9, 2024 · 0 comments
Closed

Create feature flag for the support of content parts #513

adubovik opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@adubovik
Copy link
Contributor

adubovik commented Oct 9, 2024

OpenAI messages may have content represented as a list of sub-messages called content parts.

Whether deployment supports requests with content parts or not should be revealed in the Core listing.
E.g. DIAL Chat may turn on a hypothetical multi-part mode if a deployment supports content parts.

The feature should be called contentPartsSupported:

{
    "features": {
        "contentPartsSupported": true
    }
}

The issue is related to epam/ai-dial-sdk#163 and #506.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants