We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eebba0 commit fdf4467Copy full SHA for fdf4467
1 file changed
Tool/Sources/AIModel/ChatModel.swift
@@ -14,6 +14,10 @@ public struct ChatModel: Codable, Equatable, Identifiable {
14
self.name = name
15
self.format = format
16
self.info = info
17
+
18
+ if format == .googleAI {
19
+ self.info.supportsFunctionCalling = false
20
+ }
21
}
22
23
public enum Format: String, Codable, Equatable, CaseIterable {
0 commit comments