Interface InteractionParams.Request

All Known Implementing Classes:
InteractionParams.AgentInteractionParams, InteractionParams.ModelInteractionParams
Enclosing class:
InteractionParams

public static sealed interface InteractionParams.Request permits InteractionParams.ModelInteractionParams, InteractionParams.AgentInteractionParams
Common interface for all interaction requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns whether the response should be streamed.
  • Method Details

    • stream

      Boolean stream()
      Returns whether the response should be streamed.
      Returns:
      whether the response should be streamed.