Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/Hide agent response for chatflow #3729

Merged

Conversation

richersoon
Copy link
Contributor

Show Agent Reasoning is not saving for chatflows, based on code line number 150:

if (isAgentCanvas) {
            // if showAgentMessages is undefined, default to true
            if (showAgentMessages === undefined || showAgentMessages === null) {
                obj.showAgentMessages = true
            } else {
                obj.showAgentMessages = showAgentMessages
            }
        }

it is only applicable for Agentflows, so maybe better to hide it for Chatflows.

@richersoon richersoon changed the title fix: hide agent response for chatflow Bugfix/Hide agent response for chatflow Dec 18, 2024
Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @richersoon

@HenryHengZJ HenryHengZJ merged commit bb15e5c into FlowiseAI:main Dec 18, 2024
@richersoon richersoon deleted the bugfix/share-chatbot-agent-response branch December 25, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants