Skip to content

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Oct 29, 2025

Summary

Adds documentation about the memory_id query parameter requirement when using messages_context_length via webhook for AI agents.

Changes

  • Added a new subsection under messages_context_length explaining the requirement
  • Included example webhook URL with proper 32-character UUID format
  • Clarified that memory_id is required to maintain message history across webhook calls

Context

When using AI agents with messages_context_length via webhook, users need to include a memory_id query parameter in their request. This parameter must be a 32-character UUID that uniquely identifies the conversation context.

Resolves #1132


Generated with Claude Code

- Add section explaining memory_id requirement for messages_context_length via webhook
- Include example webhook URL with 32-character UUID
- Clarify that memory_id is required to maintain message history across webhook calls

Resolves #1132

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

Deploying windmilldocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: b0430c1
Status: ✅  Deploy successful!
Preview URL: https://2adba6fe.windmilldocs.pages.dev
Branch Preview URL: https://claude-issue-1132-20251029-1.windmilldocs.pages.dev

View logs

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.

chore(aiagent): add memory_id query param precision

1 participant