Skip to content

Added dashbot features #754

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

saisreesatyassss
Copy link
Contributor

Pull Request Description

Summary

This PR introduces new enhancements to API Dash, focusing on improving debugging, API documentation generation, and response visualization. These features align with the discussions in Issue #621 and contribute to the broader vision of DashBot as an AI-powered assistant for API Dash.


Features Implemented

1. Multi-Model Selection (Google Maps & Snowflake)

2. Debug Requests Based on Status Codes & Error Messages

  • Introduced an intelligent debugging system that analyzes API responses.
  • Provides insights into errors by categorizing them based on status codes and error messages.
  • Enhances developer productivity by offering suggestions for quick issue resolution.
  • Screenshot:
    Debugging Feature Screenshot

3. Generate API Documentation

4. Generate Plots & Visualizations for API Responses


Notes & Discussion

I know this may not be the perfect way to implement it, but I created a separate backend to call API endpoints and used it to interact with LLMs instead of using Flutter packages directly. Since I couldn’t include API keys in the PR, I avoided hardcoding them.

However, if there's a better way to integrate LLM-based features in API Dash while keeping API keys secure, I’m open to suggestions. Would using Flutter plugins for direct LLM calls be a better approach, or should we continue with a backend-based API call system? Looking forward to feedback!


Related Issues

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

We encourage you to add relevant test cases.

  • Yes
  • No, and this is why: I will add the tests for the module once the approach is verified.

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

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