Uses of Class
com.mulesoft.modules.agent.broker.internal.state.model.TaskContext
Packages that use TaskContext
Package
Description
-
Uses of TaskContext in com.mulesoft.modules.agent.broker.internal.state
Methods in com.mulesoft.modules.agent.broker.internal.state that return TaskContextModifier and TypeMethodDescriptionTaskContextService.getOrCreate(String taskId, String contextId, String configRefName, org.mule.runtime.api.store.ObjectStore<TaskContext> taskContextStore) Methods in com.mulesoft.modules.agent.broker.internal.state with parameters of type TaskContextModifier and TypeMethodDescriptionvoidTaskContextService.upsertTaskContext(TaskContext taskContext, String configRef, org.mule.runtime.api.store.ObjectStore<TaskContext> taskContextStore) Method parameters in com.mulesoft.modules.agent.broker.internal.state with type arguments of type TaskContextModifier and TypeMethodDescriptionTaskContextService.getOrCreate(String taskId, String contextId, String configRefName, org.mule.runtime.api.store.ObjectStore<TaskContext> taskContextStore) voidTaskContextService.remove(String taskId, String contextId, String configRefName, org.mule.runtime.api.store.ObjectStore<TaskContext> taskContextStore) voidTaskContextService.upsertTaskContext(TaskContext taskContext, String configRef, org.mule.runtime.api.store.ObjectStore<TaskContext> taskContextStore) -
Uses of TaskContext in com.mulesoft.modules.agent.broker.internal.tool
Methods in com.mulesoft.modules.agent.broker.internal.tool that return TaskContextConstructors in com.mulesoft.modules.agent.broker.internal.tool with parameters of type TaskContextModifierConstructorDescriptionToolRequest(String toolName, String toolInput, String reasoning, int iterationNumber, TaskContext taskContext, String apiInstanceId)