-
Notifications
You must be signed in to change notification settings - Fork 48
feat(aiagent): add changelog and docs for chat mode feature #1113
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
Conversation
- Added changelog entry for AI Agent chat mode and conversation memory - Updated AI agents documentation with chat mode section and messages_context_length parameter - Documented how to enable chat mode on flow inputs - Added details about multiple conversations and persistent context Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Deploying windmilldocs with
|
Latest commit: |
b479aa6
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ead4bc1b.windmilldocs.pages.dev |
Branch Preview URL: | https://claude-issue-1112-20251006-1.windmilldocs.pages.dev |
slug: ai-agent-chat-mode | ||
version: v1.555.0 | ||
title: AI Agent chat mode and conversation memory | ||
tags: ['AI Agents', 'Flows', 'Chat', 'Conversation'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Flow editor' instead of 'Flow'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we do a video instead? 🙏
'New messages_context_length configuration option for AI agents to remember past conversations.', | ||
'Persistent conversation history across flow executions for continuous interactions.' | ||
] | ||
docs: /docs/core_concepts/ai_agents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add video to the changelog please :)
Summary
Added documentation for the AI Agent chat mode feature as requested by @centdix.
Changes
messages_context_length
parameter documentationRelated Issue
Closes #1112
Generated with Claude Code