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(openapi): Fix mistakes in openapi.yaml file #434

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

creatorrr
Copy link
Contributor

@creatorrr creatorrr commented Jul 12, 2024

Signed-off-by: Diwank Tomer [email protected]


🚀 This description was created by Ellipsis for commit 9a5a894

Summary:

Enhanced openapi.yaml with new endpoints, updated existing ones, and refined schemas for better task and execution management.

Key points:

  • Enhanced openapi.yaml with new endpoints, updated existing ones, and refined schemas for better task and execution management.
  • Added new endpoints for /agents/{agent_id}/tasks/{task_id} to handle GET, DELETE, PUT, and PATCH operations.
  • Updated /agents/{agent_id}/tasks/{task_id}/executions to include POST and GET operations with additional query parameters for filtering and sorting.
  • Added /tasks/{task_id}/executions/{execution_id} endpoint to handle GET and PUT operations.
  • Added /executions/{execution_id}/transitions and /executions/{execution_id}/transitions/{transition_id} endpoints for managing execution transitions.
  • Updated schemas for Task, Execution, ExecutionTransition, and added new schemas like StopExecution and ResumeExecutionTransitionRequest.
  • Corrected operation IDs and descriptions for consistency and clarity.

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.

❌ Changes requested. Reviewed everything up to 02dc028 in 52 seconds

More details
  • Looked at 469 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_Uj1eHemSk8phSWpA


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

openapi.yaml Outdated Show resolved Hide resolved
Signed-off-by: Diwank Tomer <[email protected]>
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! Incremental review on 9a5a894 in 1 minute and 26 seconds

More details
  • Looked at 73 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 drafted comments based on config settings.
1. openapi.yaml:1344
  • Draft comment:
    The schema reference *ref_3 was replaced with an explicit schema definition for task_id and execution_id. This change is repeated in multiple places. Ensure that this change is intentional and correctly reflects the desired schema structure for these parameters.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.
2. openapi.yaml:1394
  • Draft comment:
    The security settings for endpoints have been updated to explicitly list api-key: [] instead of using a reference. Confirm that this explicit declaration is intended and correctly implements the required security measures.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_19unmlCwB8vU2hZB


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

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
@creatorrr creatorrr merged commit 80c5af9 into dev-tasks Jul 12, 2024
2 of 6 checks passed
@creatorrr creatorrr deleted the x/openapi-errors branch July 12, 2024 19:56
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.

1 participant