Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Dec 01:18
· 7 commits to main since this release

Added

  • File input support for prompts: -pf / --prompt-file option to read prompts from text files
  • File input support for examples: -ef / --example-file option to read JSON examples from text files
  • read_text_file utility function for reading file contents
  • Dynamic help text generation for environment variables in CLI
  • Metadata documentation for Config dataclass fields

Changed

  • Prompt input now supports both direct string (-p) and file input (-pf) as mutually exclusive options
  • Example input now supports both direct string (-e) and file input (-ef) as mutually exclusive options
  • Enhanced Config dataclass with field metadata for better documentation
  • Improved CLI help output with get_env_vars_help method