Skip to content

Commit 3186c5b

Browse files
authored
accessor for tools should be public
1 parent 642fc8e commit 3186c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FunctionCalling-FirebaseVertexAI/FunctionCalling_FirebaseVertexAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Foundation
1212
typealias FunctionCallingTool = FunctionCalling.Tool
1313

1414
extension ToolContainer {
15-
var firebaseVertexAITools: [FirebaseVertexAI.Tool] {
15+
public var firebaseVertexAITools: [FirebaseVertexAI.Tool] {
1616
get throws {
1717
let data = allTools.data(using: .utf8)!
1818
let functionCallingTools = try JSONDecoder().decode([FunctionCallingTool].self, from: data)

0 commit comments

Comments
 (0)