We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f632bdb commit df4915bCopy full SHA for df4915b
FirebaseVertexAI/Sample/FunctionCallingSample/ViewModels/FunctionCallingViewModel.swift
@@ -249,7 +249,7 @@ private extension FunctionResponse {
249
}
250
let messageText = "Function response returned by app:\n```\n\(json)\n```"
251
252
- return ChatMessage(message: messageText, participant: .system)
+ return ChatMessage(message: messageText, participant: .user)
253
254
255
0 commit comments