Skip to content

Commit

Permalink
Removed exception test
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed Feb 21, 2024
1 parent 38b65a2 commit 7a5b609
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ public Message postMessage(String threadId, MessageRequest messageRequest) {
}

public Run runConversation(String threadId, RunCreateRequest runCreateRequest) {

if (true) {
throw new IllegalArgumentException("Test exception!");
}

return this.openAiService.createRun(threadId, runCreateRequest);
}

Expand Down

0 comments on commit 7a5b609

Please sign in to comment.