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] added support for multiple domains #42

Merged
merged 17 commits into from
Mar 31, 2024
Merged

Conversation

mayurvir
Copy link
Contributor

Description

This PR adds support for multiple domains using a registry object. It also fixes some resolution issues, removes gpt-4 requirement, updates test cases. Adds test cases for testing the apis.

Features covered

Changes made

  • Divided github workflow for testing into multiple flows so that failed test cases can be re-run in fragments
  • Added registry json
  • Added capability to get raw response from the api in Bot.js. This can now be used by GPT as well.
  • Updated schema files
  • Removed gpt-4 usage in Ai.js and added some logs
  • Updated config function to use registry in AI.js
  • Updated test cases

Screenshots/recordings

Testing

Self checks

  • Code follows coding style guidelines.
  • All tests pass successfully.
  • No new linting errors or warnings.
  • Documentation is updated, if necessary.
  • Dependencies are updated, if required.
  • There are no merge conflicts.

Reviewer Suggestions

None

…er used to lookup from actual registry

- Added seperate github workflows for different test case
- Fixed issues with config resolution
- Added test cases for workflow
- Updated openai prompt
- Added capability to get raw response from the api
- Udpated schemas with required fields
- Added info logs
- updated logic to fetch config
- Updated test cases
@mayurvir mayurvir requested a review from shreyvishal March 29, 2024 10:22
@mayurvir mayurvir self-assigned this Mar 29, 2024
@mayurvir mayurvir added the enhancement New feature or request label Mar 29, 2024
@mayurvir mayurvir merged commit c23339c into main Mar 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant