Skip to content

Commit

Permalink
fix: add heuristicFnLanguage to api spec (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
xke committed Apr 29, 2024
1 parent c93f24b commit 6ed6d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,9 @@ components:
type: string
description: For heuristic evaluators, the heuristic function to use
nullable: true
heuristicFnLanguage:
type: string
description: For heuristic evaluators, the coding language of the heuristic function (such as "JAVASCRIPT", "PYTHON")
aiPromptFormat:
type: string
description: For AI evaluators, the prompt template that should be sent to the AI model
Expand Down

0 comments on commit 6ed6d73

Please sign in to comment.