You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve tool and state isolation in .llm() method (#40)
- Add _clear_tools() and _disable_state() methods to ensure clean tool and state isolation
- Modify .llm() method to create a clean copy of the Promptic instance
- Bump version to 5.3.1 to reflect the isolation improvement
- Add test case to verify tool isolation between parent and child functions
0 commit comments