Class Runner.HandoffInput

java.lang.Object
ai.acolite.agentsdk.core.Runner.HandoffInput
Enclosing class:
Runner

public static class Runner.HandoffInput extends Object
Input parameters for handoff tool calls. Simple structure with optional reason field.
  • Field Details

    • reason

      @JsonPropertyDescription("Optional reason for the handoff") public String reason
  • Constructor Details

    • HandoffInput

      public HandoffInput()