update prompt to generate MakeApiCall #944
Merged
vtalas merged 1 commit intoAppmixer-ai:devfrom Jan 28, 2026
Merged
Conversation
vtalas
approved these changes
Jan 28, 2026
jirihofman
added a commit
to jirihofman/appmixer-connectors
that referenced
this pull request
Jan 28, 2026
…Convex APIs (Appmixer-ai#944) - Implemented MakeApiCall.js for Axiom and Convex with error handling and request validation. - Created component.json for both Axiom and Convex MakeApiCall components with input/output specifications. - Updated bundle.json for Axiom and Convex to include changelog entries for the new component. - Added prompts for testing components with CLI, enhancing user guidance for API interactions.
jirihofman
added a commit
that referenced
this pull request
Feb 10, 2026
…Convex APIs (#944) (#946) - Implemented MakeApiCall.js for Axiom and Convex with error handling and request validation. - Created component.json for both Axiom and Convex MakeApiCall components with input/output specifications. - Updated bundle.json for Axiom and Convex to include changelog entries for the new component. - Added prompts for testing components with CLI, enhancing user guidance for API interactions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve the prompt that will help us later.
Changes Made
Added prerequisite to review connector structure - New step to examine
auth.js,quota.js,lib.js, andservice.jsonbefore creating the componentClarified naming convention - Added guidance on the
MakeApiCallvsMakeAPICallnaming inconsistency, recommendingMakeApiCallfor new componentsUpdated component.json attribute order - Listed the correct order: name, author, description, version, private, auth, quota, inPorts, outPorts, icon
Added
versionfield - The template now includes"version": "1.0.0"which was missingRemoved
defaultfrom schema - Thedefaultvalue should only be in inspector'sdefaultValue, not in schemaAdded notes section for component.json - Detailed guidance on auth.service, auth.scope, quota, icon, and tooltip formatting
Updated MakeApiCall.js patterns -
throw new context.CancelError(...)Improved API-Specific Considerations - Converted to tables for easier reference
Updated Examples Reference - Converted to a table with locations and key features
Enhanced Validation Checklist - More comprehensive checklist aligned with standards
Added Post-Creation Steps - Clear instructions for bundle.json update and verification
Added Success Criteria - Checklist format for verifying completion