Skip to content

Conversation

gvanrossum
Copy link
Collaborator

Also make test_email.py print failures in red.

@gvanrossum gvanrossum requested a review from umeshma October 15, 2025 16:38
@gvanrossum
Copy link
Collaborator Author

@copilot please review

@gvanrossum-ms gvanrossum-ms requested a review from Copilot October 15, 2025 16:57
Copy link

@Copilot Copilot AI left a 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>
@gvanrossum-ms gvanrossum-ms merged commit 6a01331 into main Oct 15, 2025
12 checks passed
@gvanrossum-ms gvanrossum-ms deleted the docs branch October 15, 2025 17:07
@gvanrossum-ms gvanrossum-ms restored the docs branch October 15, 2025 17:08
@gvanrossum-ms gvanrossum-ms deleted the docs branch October 15, 2025 18:08
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.

3 participants