RobotecAI / o3de-genai-gems

Core features and interfaces enabling use of modern AI with O3DE for variety of purposes.
Other
1 stars 0 forks source link

Add EBus support for context #33

Closed arturkamieniecki closed 5 months ago

arturkamieniecki commented 5 months ago

I've created Ebus functions for model context manipulation. These buses enable the control of context remembering and resetting.

pawel-kotowski commented 5 months ago

I think the term "history" would be better than context because we have aiContext term used for different purpose in gen-ai-framework.

pawel-kotowski commented 5 months ago

@arturkamieniecki I would also appreciate some examples of ebus calls in Python added to the readme.