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:
parent
fd7fc2f4d7
commit
6f5b0d9906
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue