Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration

This commit is contained in:
cristhianzl 2024-03-29 00:21:07 -03:00
commit 26ad87170d
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ export default function IOView({
{/* TODO ADAPT TO ALL TYPES OF INPUTS AND OUTPUTS */}
<BaseModal.Header description={CHAT_FORM_DIALOG_SUBTITLE}>
<div className="flex items-center">
<span className="pr-2">Chat</span>
<span className="pr-2">Interaction Panel</span>
<IconComponent
name="prompts"
className="h-6 w-6 pl-1 text-foreground"

View file

@ -107,7 +107,7 @@ export const CODE_DIALOG_SUBTITLE =
* @constant
*/
export const CHAT_FORM_DIALOG_SUBTITLE =
"Set up the input variables defined in prompt templates. Interact with agents and chains.";
"Adjust or overwrite input values, inspect outputs or interact through the chat console.";
/**
* The base text for subtitle of Edit Node Dialog