fix: Set 'Include Metadata' as non-advanced option (#9400)

* Set 'Include Metadata' as non-advanced option

Changed the 'Include Metadata' parameter in KBRetrievalComponent from advanced to non-advanced, making it more visible in the UI.

* [autofix.ci] apply automated fixes

* Update Knowledge Retrieval.json

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-08-14 14:59:05 -04:00 committed by GitHub
commit ede849aaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 36 deletions

View file

@ -66,7 +66,7 @@ class KBRetrievalComponent(Component):
display_name="Include Metadata",
info="Whether to include all metadata and embeddings in the output. If false, only content is returned.",
value=True,
advanced=True,
advanced=False,
),
]

File diff suppressed because one or more lines are too long