Interface InvokeActStepResponse.Builder

  • Method Details

    • calls

      A list of tool calls that the act wants to execute in this step.

      Parameters:
      calls - A list of tool calls that the act wants to execute in this step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • calls

      A list of tool calls that the act wants to execute in this step.

      Parameters:
      calls - A list of tool calls that the act wants to execute in this step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • calls

      A list of tool calls that the act wants to execute in this step.

      This is a convenience method that creates an instance of the Call.Builder avoiding the need to create one manually via Call.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to calls(List<Call>).

      Parameters:
      calls - a consumer that will call methods on Call.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stepId

      The unique identifier for this execution step.

      Parameters:
      stepId - The unique identifier for this execution step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.