Skip to content

Conversation

aws-banjo
Copy link
Contributor

Description

Fixed incorrect model name in conversation management documentation example. Updated claude-haiku-4-20250514 (which doesn't exist) to the correct claude-3-5-haiku-20241022 model name in the SummarizingConversationManager example.

Type of Change

  • Bug fix
  • Typo/formatting fix

Motivation and Context

The documentation contained an example using a non-existent model name claude-haiku-4-20250514. This would cause errors for users trying to follow the example code. The correct model name is claude-3-5-haiku-20241022, which is the actual Claude 3.5 Haiku model available from Anthropic. View full list here

Areas Affected

  • docs/user-guide/concepts/agents/conversation-management.md - Line 139 in the SummarizingConversationManager advanced configuration example

Screenshots

N/A - Text-only change

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using mkdocs serve
  • Links in the documentation are valid and working
  • Images/diagrams are properly sized and formatted
  • All new and existing tests pass

Additional Notes

This is a simple but important fix to ensure the documentation examples work correctly for users. The change maintains the same functionality while using the correct model identifier.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dbschmigelski dbschmigelski merged commit b332a72 into strands-agents:main Aug 4, 2025
2 checks passed
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