Skip to content

Commit

Permalink
feat: 🧪 extend judgeClassify to support WorkspaceFile
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 20, 2024
1 parent 9b572ef commit 5725842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sample/genaisrc/judge.genai.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @returns
*/
async function judgeClassify(
task: Awaitable<string>,
result: Awaitable<string>,
task: Awaitable<string | WorkspaceFile>,
result: Awaitable<string | WorkspaceFile>,
categories: Record<string, string>,
options?: {
logprobs?: boolean
Expand Down

0 comments on commit 5725842

Please sign in to comment.