Interface SemanticMemoryStrategyInput.Builder

  • Method Details

    • name

      The name of the semantic memory strategy.

      Parameters:
      name - The name of the semantic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SemanticMemoryStrategyInput.Builder description(String description)

      The description of the semantic memory strategy.

      Parameters:
      description - The description of the semantic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      The namespaces associated with the semantic memory strategy.

      Parameters:
      namespaces - The namespaces associated with the semantic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      SemanticMemoryStrategyInput.Builder namespaces(String... namespaces)

      The namespaces associated with the semantic memory strategy.

      Parameters:
      namespaces - The namespaces associated with the semantic memory strategy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.