Skip to content

Commit

Permalink
docs: re-order TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan authored May 25, 2024
1 parent 05c0f14 commit f107ee0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ You can define variables in the promptML file and use them in the prompt `contex
@end
```

## TODO

We are currently working on:

1. `VSCode` syntax highlighting support
2. Add more unit tests


## Serialization
PromptML document can be serialized into multiple formats like:
Expand All @@ -210,4 +203,12 @@ prompt.to_json()

# YAML
prompt.to_yaml()
```
```

## TODO

We are currently working on:

1. `VSCode` syntax highlighting support
2. Add more unit tests
3. Add RAG example

0 comments on commit f107ee0

Please sign in to comment.