Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore(text): add missing output instillFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Mar 11, 2024
1 parent b5ac353 commit b9334d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/text/v0/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"chunk_num": {
"description": "Total number of output text chunks",
"instillUIOrder": 2,
"instillFormat": "integer",
"title": "Number of Text Chunks",
"type": "integer"
},
Expand All @@ -197,6 +198,7 @@
"token_count": {
"description": "Total count of tokens in the input text",
"instillUIOrder": 0,
"instillFormat": "integer",
"title": "Token Count",
"type": "integer"
}
Expand Down

0 comments on commit b9334d9

Please sign in to comment.