Skip to content

Add ProviderError exception and handle missing LLM response#609

Closed
davidlapsleyio wants to merge 1 commit intoopenai:mainfrom
shipkode:fix/604-sdk-crashes-when-choices-is-none
Closed

Add ProviderError exception and handle missing LLM response#609
davidlapsleyio wants to merge 1 commit intoopenai:mainfrom
shipkode:fix/604-sdk-crashes-when-choices-is-none

Conversation

@davidlapsleyio
Copy link
Copy Markdown

@davidlapsleyio davidlapsleyio commented Apr 26, 2025

This commit introduces a new ProviderError exception to handle cases where the LLM provider response lacks the expected 'choices' attribute. It ensures more robust error handling and improves the reliability of the system by catching and raising explicit errors for invalid responses.

Fixes #604

This commit introduces a new ProviderError exception to handle cases where the LLM provider response lacks the expected 'choices' attribute. It ensures more robust error handling and improves the reliability of the system by catching and raising explicit errors for invalid responses.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2025

This PR is stale because it has been open for 10 days with no activity.

@github-actions github-actions Bot added the stale label May 8, 2025
@github-actions
Copy link
Copy Markdown
Contributor

This PR was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions Bot closed this May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: SDK crashes when choices is None (provider-error payload)

1 participant