Skip to content

Conversation

dylanbowman314
Copy link
Contributor

No description provided.

reasoning={"summary": "auto"}, # type: ignore[arg-type]
)
except AuthenticationError:
raise ValueError("OpenAI API key is set but is not valid.")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent Error Handling Across API Calls

The AuthenticationError handling for openai_client.responses.create() is only applied to the initial conversation path. The identical API call in the else branch for follow-up steps lacks this, causing inconsistent error behavior.

Fix in Cursor Fix in Web

Copy link
Contributor

promptless bot commented Sep 15, 2025

📝 Documentation updates detected!

New suggestion: Add authentication error troubleshooting guide for PR #121

@jdchawla29
Copy link
Collaborator

can you make sure pyright and ruff checks pass

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.

2 participants