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.extension
Methods in com.mulesoft.modules.agent.broker.internal.extension that return types with arguments of type TaskContextModifier and TypeMethodDescriptionorg.mule.runtime.api.store.ObjectStore<TaskContext>AgentsBroker.getTasksObjectStore() -
Uses of TaskContext in com.mulesoft.modules.agent.broker.internal.state
Methods in com.mulesoft.modules.agent.broker.internal.state that return TaskContextModifier and TypeMethodDescriptionConversationService.getTaskFor(io.a2a.spec.Message message, Conversation conversation, String fallbackTaskId, AgentsBroker broker) Methods in com.mulesoft.modules.agent.broker.internal.state with parameters of type TaskContextModifier and TypeMethodDescriptionvoidConversationService.upsert(TaskContext taskContext, AgentsBroker broker) -
Uses of TaskContext in com.mulesoft.modules.agent.broker.internal.state.model
Methods in com.mulesoft.modules.agent.broker.internal.state.model with parameters of type TaskContext -
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) -
Uses of TaskContext in com.mulesoft.modules.agent.broker.internal.tool.a2a
Methods in com.mulesoft.modules.agent.broker.internal.tool.a2a with parameters of type TaskContextModifier and TypeMethodDescriptionA2AService.completedJsonResult(Conversation conversation, TaskContext taskContext, String output) A2AService.inputRequiredJsonResult(Conversation conversation, TaskContext taskContext, String message)