Skip to content

Commit

Permalink
Update FunctionCalling.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ILYA-2606 authored Feb 7, 2025
1 parent d224cef commit a3013ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/GoogleAI/FunctionCalling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public struct Tool {
/// ``FunctionResponse`` in ``ModelContent/Part/functionResponse(_:)`` with the
/// ``ModelContent/role`` "function", providing generation context for the next model turn.
/// - codeExecution: Enables the model to execute code as part of generation, if provided.
/// - googleSearch: Enables the Google Search.
public init(functionDeclarations: [FunctionDeclaration]? = nil,
codeExecution: CodeExecution? = nil,
googleSearch: GoogleSearch? = nil) {
Expand Down

0 comments on commit a3013ba

Please sign in to comment.