Class TaskTool.TaskRequest

java.lang.Object
com.alibaba.cloud.ai.graph.agent.extension.tools.model.TaskTool.TaskRequest
Enclosing class:
TaskTool

public static class TaskTool.TaskRequest extends Object
Request structure for the task tool.
  • Field Details

    • description

      @JsonPropertyDescription("Detailed description of the task to be performed by the subagent") public String description
    • subagentType

      @JsonPropertyDescription("The type of subagent to use for this task") public String subagentType
  • Constructor Details

    • TaskRequest

      public TaskRequest()
    • TaskRequest

      public TaskRequest(String description, String subagentType)