Skip to content

Add ai prompt v2 - #1249

Open
ElyasRashno wants to merge 23 commits into
spdx:developfrom
ElyasRashno:add-ai-prompt-v2
Open

Add ai prompt v2#1249
ElyasRashno wants to merge 23 commits into
spdx:developfrom
ElyasRashno:add-ai-prompt-v2

Conversation

@ElyasRashno

Copy link
Copy Markdown
Contributor

This PR introduces newly proposed fields for the prompt class in the AI profile. Here is the related issue number, along with the discussions from the AI & Dataset group meeting.
#1247

@bact bact added the Profile:AI Artificial Intelligence profile and related matters label Apr 8, 2026
@@ -0,0 +1,31 @@
SPDX-License-Identifier: Community-Spec-1.0

# promptRole

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

From 8 Apr 2026 SPDX AI WG call, the property name is update pending. The group is still to decide so Elyas can update this accordingly.

Possible alternatives are:

  • promptKind
  • promptSource
  • promptLevel
  • promptClass
  • promptCategory

or it can be others.

@@ -0,0 +1,31 @@
SPDX-License-Identifier: Community-Spec-1.0

# PromptRoleType

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

When possible, avoid using "-Type" suffix for term that already indicate class or category.

In this case, "Role" already implies a class/category, so it is unnecessary to repeat the notion again with "Type".

No need to change anything here btw, since we will rename the promptRole.

Comment thread .gitignore Outdated
@bact bact mentioned this pull request Apr 9, 2026
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@@ -0,0 +1,32 @@
SPDX-License-Identifier: Community-Spec-1.0

# isContextAugmented

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

isContextAugmented is bad name.

It can have two reads:

  1. Is context augmented?
  2. Is it augmented by context?

I think about intention is (2).

May need to rename

@stevenc-stb stevenc-stb left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

the Property of isContextAugmented -> isPromptAugmented make it clearer, see meeting notes on 2026 08 19

@@ -0,0 +1,32 @@
SPDX-License-Identifier: Community-Spec-1.0

# isContextAugmented

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
# isContextAugmented
# isPromptAugmented

@bact bact mentioned this pull request Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Profile:AI Artificial Intelligence profile and related matters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants