-
Notifications
You must be signed in to change notification settings - Fork 11
First version of docs as I envisioned them #26
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
Conversation
@copilot please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces comprehensive documentation for Typeagent, replacing the previous query-focused docs with a complete user guide covering installation, basic usage, and API references. Additionally, it improves error visibility in the email testing tool by highlighting "No answer found" responses in red, and adds a clarifying comment to an unreachable code path.
Key changes:
- Restructured documentation with getting started guide, API reference, and environment variable setup
- Enhanced test_email.py to display query failures in red instead of green
- Added clarifying comment to unreachable case statement in conversation_base.py
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
docs/README.md | Updated index with new documentation structure |
docs/getting-started.md | New comprehensive getting started guide with example programs |
docs/high-level-api.md | New API reference documenting classes and functions |
docs/env-vars.md | New guide for configuring OpenAI and Azure OpenAI environment variables |
docs/demos.md | New placeholder for demo reproduction instructions |
docs/gmail.md | New placeholder for Gmail extraction documentation |
docs/developing.md | New contributor guide with development setup info |
docs/query-method.md | Removed previous query-focused documentation |
tools/test_email.py | Enhanced to print failures in red color |
typeagent/knowpro/conversation_base.py | Added clarifying comment to unreachable code path |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Also make test_email.py print failures in red.