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
I currently need some retrieved entities to be in the context to be used further down in the conversation, so exactly doing what "merge" used to do, merge entities into context, as seen in #103
I'm doing something wrong or is it expected that my code handles that situation?
Example: Asking for the weather of a location.
After message 1 I receive the date as an entity 'datetime'.
After message 3 I need that entity but it's gone from the context.
I currently need some retrieved entities to be in the context to be used further down in the conversation, so exactly doing what "merge" used to do, merge entities into context, as seen in #103
I'm doing something wrong or is it expected that my code handles that situation?
Example: Asking for the weather of a location.
After message 1 I receive the date as an entity 'datetime'.
After message 3 I need that entity but it's gone from the context.
getWeather(context):
Jump to getWeather
The text was updated successfully, but these errors were encountered: