Skip to content

[Assets-Models] All feature toggles are OFF by default, should match core defaults #1127

Description

@AShchurEP

EPAM AI DIAL Admin version

Admin: [FE]0.20.0-dev.56 [BE]0.20.0-dev.10

How to reproduce

  1. Log in to DIAL Admin.
  2. Navigate to Assets → Models.
  3. Click Add Model to create a new model.
  4. Open the Features tab.

Actual result

All feature toggles are OFF by default in Assets → Models:

  • Temperature supported — OFF
  • Custom temperature — OFF
  • Max tokens — OFF
  • Parallel tool calls — OFF
  • System prompt — OFF
  • Allow resume — OFF
  • Accessible by request key — OFF
Image

Expected result

The following feature toggles should be ON by default, as defined in AI DIAL Core (FeaturesData.java) and reflected correctly in Entities → Models:

  • Temperature supported — ON
  • Custom temperature — ON
  • Max tokens — ON
  • Parallel tool calls — ON
  • System prompt — ON
  • Allow resume — ON
  • Accessible by request key — ON
Image

Additional information

The discrepancy is between Assets → Models (all OFF) and Entities → Models (correct defaults applied). Core defaults are defined in FeaturesData.java.

Confidential information

I confirm that do not share any confidential information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

P3 – MediumSecondary flow or UX is degraded. No data loss. Reasonable workaround availablebugIssues or problems that need to be fixed.

Type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions