Class SessionsREPLTool.DefaultFileDownloader

java.lang.Object
dev.langchain4j.code.azure.acads.SessionsREPLTool.DefaultFileDownloader
All Implemented Interfaces:
SessionsREPLTool.FileDownloader
Enclosing class:
SessionsREPLTool

public class SessionsREPLTool.DefaultFileDownloader extends Object implements SessionsREPLTool.FileDownloader
Default implementation of the FileDownloader interface that downloads files from Azure Container Apps.
  • Constructor Details

    • DefaultFileDownloader

      public DefaultFileDownloader()
      Constructs a new DefaultFileDownloader. Uses the parent SessionsREPLTool's configuration for authentication and endpoint access.
  • Method Details