Skip to content

Commit

Permalink
fix(guide): lang-core link error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 1, 2024
1 parent 66c3167 commit e902e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Programmable Prompt Engine (PPE) Language is a message-processing language, simi

PPE is designed to define AI prompt messages and their input/output configurations. It allows for the creation of a reusable and programmable prompt system akin to software engineering practices.

### [Programmable Prompt Engine Language - Core Structure](./core-lang.md)
### [Programmable Prompt Engine Language - Core Structure](./lang-core.md)

* Message-Based Dialogue: Defines interactions as a series of messages with roles (system, user, assistant).
* YAML-Like: Syntax is similar to YAML, making it readable and easy to understand.
Expand Down

0 comments on commit e902e71

Please sign in to comment.