Skip to content

Conversation

tedyyan
Copy link
Contributor

@tedyyan tedyyan commented Nov 12, 2024

No description provided.

@tedyyan
Copy link
Contributor Author

tedyyan commented Nov 12, 2024

This is follow-up of #892

"type": "DRY_RUN",
"error": addition.get("error_message", ""),
"correlation_id": addition.get("correlation_id", ""),
"error": addition.get("error_message", "") if isinstance(addition, dict) else addition,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If using DSPy, the addition is a string instead of a dict

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