Class SessionsREPLTool.DefaultFileLister
java.lang.Object
dev.langchain4j.code.azure.acads.SessionsREPLTool.DefaultFileLister
- All Implemented Interfaces:
SessionsREPLTool.FileLister
- Enclosing class:
SessionsREPLTool
public class SessionsREPLTool.DefaultFileLister
extends Object
implements SessionsREPLTool.FileLister
Default implementation of the FileLister interface that lists files in Azure Container Apps.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFileLister
public DefaultFileLister()Constructs a new DefaultFileLister. Uses the parent SessionsREPLTool's configuration for authentication and endpoint access.
-
-
Method Details
-
listFiles
Description copied from interface:SessionsREPLTool.FileLister
Lists all files in the Azure Container Apps session.- Specified by:
listFiles
in interfaceSessionsREPLTool.FileLister
- Returns:
- a string representation of the file listing
-