Interface IPromptWithFiles
Prompts that require loading (e.g., from files) should implement this interface.
This ensures that any necessary loading operations are handled before the prompt is used.
public interface IPromptWithFiles : IPrompt
- Inherited Members
- Extension Methods
Methods
GetInputFiles()
List<IFile> GetInputFiles()
Returns
- List<IFile>
LoadFilesAsync()
UniTask LoadFilesAsync()
Returns
- UniTask
RequiresLoading()
bool RequiresLoading()
Returns
- bool