Skip to content

Conversation

@Matt-From-AnswerRocket
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new GraphQL mutation method to enable updating individual metadata fields of copilot skills. This provides a more flexible alternative to updating entire skill objects by allowing targeted field updates.

  • Added update_copilot_skill_field mutation operation accepting copilot ID, skill ID, field name, and field value
  • Integrated the new mutation into the GraphQL schema and SDK operations layer
  • Exposed the functionality through a public method in the Config class with proper documentation

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
answer_rocket/graphql/operations/copilots.gql Added GraphQL mutation definition for updating copilot skill fields with required parameters
answer_rocket/graphql/schema.py Registered the new mutation in the Mutation type field names and added field definition with proper type annotations
answer_rocket/graphql/sdk_operations.py Implemented mutation operation function and added to Mutation class for SDK integration
answer_rocket/config.py Added public method with complete documentation to expose the update functionality to SDK users

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Matt-From-AnswerRocket Matt-From-AnswerRocket merged commit ac79e47 into main Jan 6, 2026
9 checks passed
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.

3 participants