- );
-}
diff --git a/server/endpoints/workspaceMetaResponse.js b/server/endpoints/workspaceMetaResponse.js
index dcbcacba..95e08160 100644
--- a/server/endpoints/workspaceMetaResponse.js
+++ b/server/endpoints/workspaceMetaResponse.js
@@ -251,19 +251,23 @@ const metaResponseDefaultSettings = {
dropDownMenu: {
isEnabled: false,
options: [],
+ description: "Drop Down menu best to select between functional derisions, ie: continue, Repeat or Move to a new sequence.. etc",
},
optionsList: {
isEnabled: false,
options: [],
+ description: "Best suited for expansion on a topic",
},
optionsButtons: {
isEnabled: false,
options: [],
+ description: "Chat will provide answers with the LLM's general knowledge and document context that is found.",
},
multiSelectCheckboxes: {
isEnabled: false,
options: [],
+ description: "Chat will provide answers with the LLM's general knowledge and document context that is found.",
},
},
},
diff --git a/server/endpoints/workspaces.js b/server/endpoints/workspaces.js
index 8ebac42d..07a0acb5 100644
--- a/server/endpoints/workspaces.js
+++ b/server/endpoints/workspaces.js
@@ -616,24 +616,33 @@ const metaResponseDefaultSettings = {
dropDownMenu: {
isEnabled: false,
options: [],
+ description: "Drop Down menu best to select between functional derisions, ie: continue, Repeat or Move to a new sequence.. etc",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/inputs/dropdown-menu",
},
optionsList: {
isEnabled: false,
options: [],
+ description: "Best suited for expansion on a topic",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/inputs/options-list",
},
optionsButtons: {
isEnabled: false,
options: [],
+ description: "Chat will provide answers with the LLM's general knowledge and document context that is found.",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/inputs/options-buttons",
},
multiSelectCheckboxes: {
isEnabled: false,
options: [],
+ description: "Chat will provide answers with the LLM's general knowledge and document context that is found.",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/inputs/multi-select-checkboxes",
},
},
},
permissions: ["user"],
description: "Traditionally, interaction with AnythingLLM occurs through a text area. Meta Inputs enhance this by offering alternative interaction methods, including option buttons, multi-select checkboxes, sliders, drop-down menus, and date/time selectors. To utilize these components, you'll need to guide the LLM on incorporating them into its responses with a specific schema",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/inputs",
},
sentiments: {
isEnabled: false,
@@ -684,6 +693,7 @@ const metaResponseDefaultSettings = {
},
permissions: ["user"],
description: "Activate to enable the AI to analyze and adapt its responses based on the emotional tone of the conversation, enhancing interaction personalization",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/sentiments",
},
avatars: {
isEnabled: false,
@@ -734,6 +744,7 @@ const metaResponseDefaultSettings = {
},
permissions: ["user"],
description: "Enable avatars to reflect user sentiments, allowing the AI to visually empathize and convey understanding through changes in its profile image based on the meta object's sentiment data.",
+ infoLink: "https://docs.anythingllm.com/docs/meta-response/avatars",
},
};