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

fix(agents-api): Fix execution input query #440

Merged
merged 3 commits into from
Aug 3, 2024

Conversation

creatorrr
Copy link
Contributor

@creatorrr creatorrr commented Aug 2, 2024

Signed-off-by: Diwank Tomer diwank@julep.ai


🚀 This description was created by Ellipsis for commit 08d0466

Summary:

Fixed execution input query by updating datalog queries, handling of UUIDs, and metadata processing across multiple files.

Key points:

  • Removed unused imports in agents-api/agents_api/autogen/Chat.py and agents-api/agents_api/autogen/Entries.py.
  • Modified datalog queries to return lists of strings instead of single strings in multiple files under agents-api/agents_api/models/.
  • Updated handling of UUIDs and metadata in various models and utility functions.
  • Ensured that the execution input query works correctly by updating the prepare_execution_input function in agents-api/agents_api/models/execution/prepare_execution_input.py.
  • Refactored code to improve readability and maintainability.

Generated with ❤️ by ellipsis.dev

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to 08d0466 in 1 minute and 1 seconds

More details
  • Looked at 2646 lines of code in 54 files
  • Skipped 2 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. agents-api/agents_api/autogen/openapi_model.py:53
  • Draft comment:
    The PR title and description do not accurately reflect the changes made in the PR, which are related to import adjustments and minor formatting. Please update the PR title and description to accurately describe the changes for clear documentation and tracking.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_FTJkYpYrcVpIWlu3


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Base automatically changed from dev-tasks-disable-routes to dev-tasks August 3, 2024 09:00
@whiterabbit1983 whiterabbit1983 merged commit e270602 into dev-tasks Aug 3, 2024
2 of 6 checks passed
@whiterabbit1983 whiterabbit1983 deleted the f/execution-input-model branch August 3, 2024 09:00
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