Skip to content

Commit

Permalink
Add optional token usage field to CodeTF spec
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Apr 12, 2024
1 parent 9a77884 commit a54360c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codetf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
"type": "array",
"items": { "$ref": "#/definitions/change" },
"minItems": 1
},
"tokens": {
"type": "integer",
"description": "The number of LLM tokens used to generate this change"
}
},
"required": ["path", "diff", "changes"]
Expand Down

0 comments on commit a54360c

Please sign in to comment.