Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "echo" model for dry run debugging #1155

Merged
merged 4 commits into from
Feb 21, 2025
Merged

Add "echo" model for dry run debugging #1155

merged 4 commits into from
Feb 21, 2025

Conversation

pelikhan
Copy link
Member

@pelikhan pelikhan commented Feb 20, 2025

Introduce the "echo" model to the GenAI ecosystem, enabling dry runs without LLM calls. This addition enhances debugging capabilities by allowing users to see the expected output without invoking an actual LLM provider.


• ✨ Introduces an "echo" provider that does a dry run by returning messages without calling any external service
• 🦺 Adds a "hidden" property for providers so some can be excluded from CLI prompts or configuration menus
• 📚 Updates documentation and CLI references to include the new "echo" provider and to only show non-hidden providers
• ➿ Improves text rendering by collapsing excessive line breaks
• 🏗 Adds a sample script demonstrating usage with the "echo" provider for debugging and testing

AI-generated content by prd may be incorrect

- Introduced "echo" as a new model and provider type in CLI & core
Introduce "echo" model to enable dry runs without LLM calls.
@pelikhan pelikhan merged commit 4ed0c46 into main Feb 21, 2025
14 of 15 checks passed
@pelikhan pelikhan deleted the echo-model branch February 21, 2025 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant