Uses of Class
dyntabs.ai.activity.ActivityContext
Packages that use ActivityContext
-
Uses of ActivityContext in dyntabs.ai
Methods in dyntabs.ai with parameters of type ActivityContextModifier and TypeMethodDescriptionAssistantBuilder.withActivityContext(ActivityContext activityContext) Makes this assistant ambient-activity aware: before each call to any of the assistant's methods, the given context is re-rendered and folded into the system message, so the model already knows what the user has recently been doing in the UI (and can resolve "this"/"that" without being told).ConversationBuilder.withActivityContext(ActivityContext activityContext) Makes this conversation ambient-activity aware: before eachConversation.send(String)the given context is re-rendered and folded into the system message, so the model already knows what the user has recently been doing in the UI (and can resolve "this"/"that" without being told). -
Uses of ActivityContext in dyntabs.ai.activity
Methods in dyntabs.ai.activity that return ActivityContext