Interface AgentDefinitionAssembler.SiblingResolver

Enclosing class:
AgentDefinitionAssembler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AgentDefinitionAssembler.SiblingResolver
Resolves a sibling file's content by name, returning null when absent.
  • Method Summary

    Modifier and Type
    Method
    Description
    read(String fileName)
     
  • Method Details

    • read

      String read(String fileName)
      Parameters:
      fileName - sibling file name (for example systemprompt.md)
      Returns:
      the content, or null when the sibling is not present