Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ According to the documentation from [Google Gemini](https://drive.google.com/fil
- Role
- Context
- Goal
- Tone
- Constraints
- Instructions
- Examples
Expand Down
4 changes: 4 additions & 0 deletions generator/src/main/resources/pml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<xs:sequence>
<xs:element ref="metadata" minOccurs="0"/>
<xs:element ref="role"/>
<xs:element ref="tone" minOccurs="0"/>
<xs:element ref="context" minOccurs="0"/>
<xs:element ref="goal"/>
<xs:element ref="constraints" minOccurs="0"/>
Expand Down Expand Up @@ -68,6 +69,9 @@
<!-- System role -->
<xs:element name="role" type="xs:string"/>

<!-- Tone specification -->
<xs:element name="tone" type="xs:string"/>

<!-- Goal statement -->
<xs:element name="goal">
<xs:complexType mixed="true">
Expand Down
Loading