Skip to content
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

Feat/ai service/dspy #902

Draft
wants to merge 22 commits into
base: feat/ai-service/dspy
Choose a base branch
from

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

}
)
else:
invalid_generation_results.append(
{
"sql": quoted_sql,
"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