Class LiteralText

  • All Implemented Interfaces:
    com.embabel.agent.api.common.LlmReference , com.embabel.agent.api.common.reference.LlmReferenceProvider , com.embabel.common.ai.prompt.PromptContributor , com.embabel.common.ai.prompt.PromptElement , com.embabel.common.core.types.Described , com.embabel.common.core.types.Named , com.embabel.common.core.types.NamedAndDescribed

    
    public final class LiteralText
     implements LlmReferenceProvider, LlmReference
                        

    Reference for literal text, in notes field. Held in memory.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName()
      String getDescription()
      final String getNotes()
      String notes() Notes about this reference, such as usage guidance.
      LlmReference reference() Create an LLM reference
      • Methods inherited from class com.embabel.agent.api.common.LlmReference

        asMatryoshka, contribution, getNamingStrategy, toolInstances, toolObject, toolPrefix, tools
      • Methods inherited from class com.embabel.common.ai.prompt.PromptElement

        getPromptContributionLocation, getRole
      • Methods inherited from class com.embabel.common.ai.prompt.PromptContributor

        promptContribution
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait