Skip to content

Commit

Permalink
Remove images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zarubin committed Dec 15, 2024
1 parent a56684a commit 87fa07d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions collection/faq/ru/dataset.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import "../../templates/FaqTemplate.pkl"
dataset = new Listing<FaqTemplate> {
new {
t = "Демонстрационное_сообщение."
i = new Listing<String> {
"aurora" "aurora os" "аврора" "что за" "операционная система"
}
b = """
Это демонстрация возможного ответа. Для проверки работоспособности бота и описания формата dataset-а.
Expand Down
5 changes: 0 additions & 5 deletions collection/templates/FaqTemplate.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ t: String
*/
k: Listing<String>?

/*
Images for data
*/
i: Listing<Uri>?

/*
Body - answer
*/
Expand Down

0 comments on commit 87fa07d

Please sign in to comment.