Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(logging): add YAML logging for original prompts in generate_prom…
…pt_with_hash - Implement YAML-based logging in the generate_prompt_with_hash function - Logs original prompts with their date to a YAML file instead of plain text - Appends new entries to the existing YAML file, if present - Utilizes PyYAML to manage serialization of log data - Maintains human-readable format for prompts, ensuring multiline handling
- Loading branch information