Skip to content

Commit 323632c

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bf7c84d commit 323632c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

FirebaseAI/Sources/Types/Public/URLContextMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
/// Metadata related to ``URLContextTool``.
15+
/// Metadata related to the ``Tool/urlContext()`` tool.
1616
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
1717
public struct URLContextMetadata: Sendable, Hashable {
1818
/// List of URL metadata used to provide context to the Gemini model.

FirebaseAI/Sources/Types/Public/URLMetadata.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
import Foundation
1616

17-
/// The number of tokens in the results from tool executions, which are provided back to the model
18-
/// as input.
17+
/// Metadata for a single URL retrieved by the `urlContext` tool.
1918
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
2019
public struct URLMetadata: Sendable, Hashable {
2120
/// Status of the URL retrieval.

0 commit comments

Comments
 (0)