mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 05:01:12 +03:00
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:
@@ -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'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user