Interface Rationale.Builder

    • Method Detail

      • text

        Rationale.Builder text​(String text)

        The reasoning or thought process of the agent, based on the input.

        Parameters:
        text - The reasoning or thought process of the agent, based on the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • traceId

        Rationale.Builder traceId​(String traceId)

        The unique identifier of the trace step.

        Parameters:
        traceId - The unique identifier of the trace step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.