Interface EpisodicReflectionOverride.Builder

  • Method Details

    • appendToPrompt

      EpisodicReflectionOverride.Builder appendToPrompt(String appendToPrompt)

      The text appended to the prompt for the reflection step of the episodic memory strategy.

      Parameters:
      appendToPrompt - The text appended to the prompt for the reflection step of the episodic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelId

      The model ID used for the reflection step of the episodic memory strategy.

      Parameters:
      modelId - The model ID used for the reflection step of the episodic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      The namespaces over which reflections were created. Can be less nested than the episodic namespaces.

      Parameters:
      namespaces - The namespaces over which reflections were created. Can be less nested than the episodic namespaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      EpisodicReflectionOverride.Builder namespaces(String... namespaces)

      The namespaces over which reflections were created. Can be less nested than the episodic namespaces.

      Parameters:
      namespaces - The namespaces over which reflections were created. Can be less nested than the episodic namespaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.