Skip to content

Commit

Permalink
Change from user to system
Browse files Browse the repository at this point in the history
  • Loading branch information
1998code committed May 10, 2024
1 parent 36444d8 commit 6cddfe3
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: .user)
return ChatMessage(message: messageText, participant: .system)
}
}

Expand Down

0 comments on commit 6cddfe3

Please sign in to comment.