Ask a question to get started
Enter to sendā¢Shift+Enter new line
from_file( cls, template_file: str | Path, encoding: str | None =
template_file
str | Path
encoding
str | None
None
Load a prompt from a file.
The path to the file containing the prompt template.
The encoding system for opening the template file.
If not provided, will use the OS default.