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
Add ability to access and modify the chat history through RunHooks/AgentHooks while the agent is running. This would allow adding custom messages or modifying the conversation context during execution.
Use Case
Injecting context-specific messages during agent execution
Modifying conversation history in response to specific events
Proposed Dummy Implementation
Add message history to RunContextWrapper
Expose methods to add/modify messages through hooks:
Description
Add ability to access and modify the chat history through RunHooks/AgentHooks while the agent is running. This would allow adding custom messages or modifying the conversation context during execution.
Use Case
Proposed Dummy Implementation
The text was updated successfully, but these errors were encountered: