1
### Exemplary
1
### Exemplary
2
2
3
...is an AI tool for transforming documents based on a small set of
3
...is an AI tool for transforming documents based on a small set of
4
examples. Fittingly, let's demonstrate its use with an example.
4
examples. Fittingly, let's demonstrate its use with an example.
5
5
6
Take a look at the files in the `example` folder.
6
Take a look at the files in the `example` folder.
7
7
8
- `system_prompt.txt` explains the task, which is to summarize incoming mail.
8
- `system_prompt.txt` explains the task, which is to summarize incoming mail.
9
- `2025-10-10.txt` is an example of a personal letter.
9
- `2025-10-10.txt` is an example of a personal letter.
10
- `2025-10-10.out` is the desired output for that letter.
10
- `2025-10-10.out` is the desired output for that letter.
11
- `2025-10-20.jpg` is a photo of a handwritten letter.
11
- `2025-11-11.txt` is another letter, whose output will be generated.
12
- `2025-11-11.txt` is another letter, whose output will be generated.
12
13
13
To generate `2025-11-11.out`, run the following command
14
To generate `2025-11-11.out`, run the following command
14
`example/` directory.
15
`example/` directory.
15
16
16
```bash
17
```bash
17
go run oscarkilo.com/klex-git/exemplary
18
go run oscarkilo.com/klex-git/exemplary
18
```
19
```
20