chore: fix typos in packages/ui/src/ui-component/input/suggestionOption.js (#5412)

Fix typos in packages/ui/src/ui-component/input/suggestionOption.js
This commit is contained in:
Lê Nam Khánh 2025-11-05 19:59:25 +07:00 committed by GitHub
parent fd7fc2f4d7
commit 6f5b0d9906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class API_DocumentLoaders implements INode {
type: 'string',
rows: 4,
description:
'Each document loader comes with a default set of metadata keys that are extracted from the document. You can use this field to omit some of the default metadata keys. The value should be a list of keys, seperated by comma. Use * to omit all metadata keys execept the ones you specify in the Additional Metadata field',
'Each document loader comes with a default set of metadata keys that are extracted from the document. You can use this field to omit some of the default metadata keys. The value should be a list of keys, separated by comma. Use * to omit all metadata keys except the ones you specify in the Additional Metadata field',
placeholder: 'key1, key2, key3.nestedKey1',
optional: true,
additionalParams: true

View File

@ -68,7 +68,7 @@ export const suggestionOptions = (
{
id: 'runtime_messages_length',
mentionLabel: 'runtime_messages_length',
description: 'Total messsages between LLM and Agent',
description: 'Total messages between LLM and Agent',
category: 'Chat Context'
},
{