Skip to content

Commit

Permalink
Revert "Change from user to system"
Browse files Browse the repository at this point in the history
This reverts commit 6cddfe3.
  • Loading branch information
1998code committed May 14, 2024
1 parent e15bc95 commit 65b440f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private extension FunctionResponse {
}
let messageText = "Function response returned by app:\n```\n\(json)\n```"

return ChatMessage(message: messageText, participant: .system)
return ChatMessage(message: messageText, participant: .user)
}
}

Expand Down

0 comments on commit 65b440f

Please sign in to comment.