Skip to content

feat: ignored field in llmo config#1326

Merged
jjenscodee merged 7 commits intomainfrom
feat/ignore-gsc-prompts
Feb 10, 2026
Merged

feat: ignored field in llmo config#1326
jjenscodee merged 7 commits intomainfrom
feat/ignore-gsc-prompts

Conversation

@jjenscodee
Copy link
Copy Markdown
Contributor

@jjenscodee jjenscodee commented Feb 6, 2026

Added ignored schema to LlmoConfig for persisting GSC-suggested prompts that customers have chosen to hide.

Schema structure:

ignored: {
  prompts: {
    "<uuid>": {
      prompt: "string",      // required
      region: "US",          // required
      source: "gsc",         // required (or any string)
      updatedBy: "string",   // optional
      updatedAt: "string"    // optional
    }
  }
}

Please ensure your pull request adheres to the following guidelines:

  • make sure to link the related issues in this description
  • when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes

Related Issues

https://jira.corp.adobe.com/browse/LLMO-3005

Thanks for contributing!

@jjenscodee jjenscodee self-assigned this Feb 6, 2026
@jjenscodee jjenscodee marked this pull request as ready for review February 6, 2026 15:52
@jjenscodee jjenscodee changed the title feat: ignore gsc prompts field in llmo config feat: ignore prompts field in llmo config Feb 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

This PR will trigger a minor release when merged.

@jjenscodee jjenscodee changed the title feat: ignore prompts field in llmo config feat: ignore field in llmo config Feb 9, 2026
@jjenscodee jjenscodee changed the title feat: ignore field in llmo config feat: ignored field in llmo config Feb 9, 2026
@jjenscodee jjenscodee merged commit 8a3e707 into main Feb 10, 2026
3 of 4 checks passed
@jjenscodee jjenscodee deleted the feat/ignore-gsc-prompts branch February 10, 2026 09:53
solaris007 pushed a commit that referenced this pull request Feb 10, 2026
@solaris007
Copy link
Copy Markdown
Member

🎉 This PR is included in version @adobe/spacecat-shared-utils-v1.93.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants