Skip to content

Commit

Permalink
Fix and update test dtos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 4, 2024
1 parent c66cbb3 commit 354d09d
Show file tree
Hide file tree
Showing 2 changed files with 3,182 additions and 392 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected override async Task RunAsync(CreateAnswerTasks request, CancellationTo

log.LogInformation("Sending CreateOpenAiChat for Question {Id} Answer for {UserName}, replyTo: {ReplyTo}",
question.Id, userName, replyTo);
var response = await client.PostAsync(new CreateOpenAiChat
var response = await client.PostAsync(new QueueOpenAiChatCompletion()
{
Tag = "pvq",
ReplyTo = replyTo,
Expand Down
Loading

0 comments on commit 354d09d

Please sign in to comment.