Skip to content

Fix AgentState dunder keys (#84)#92

Open
pragati-0208 wants to merge 3 commits intoINCF:mainfrom
pragati-0208:fix-agentstate-dunder-keys
Open

Fix AgentState dunder keys (#84)#92
pragati-0208 wants to merge 3 commits intoINCF:mainfrom
pragati-0208:fix-agentstate-dunder-keys

Conversation

@pragati-0208
Copy link

Fix AgentState dunder keys

This PR fixes Issue #84 by removing double-underscore (__dunder__) keys from the AgentState TypedDict.

Changes

  • __start_number__start_number
  • __previous_text__previous_text
  • Updated all references in the code.

These changes avoid potential conflicts with Python internal naming conventions and improve code clarity.

@pragati-0208
Copy link
Author

Hi! This PR fixes Issue #84. Please let me know if any more changes are needed. Thanks!

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