Skip to content

Commit 756cc0d

Browse files
committed
Fix documentation
1 parent 95a8b43 commit 756cc0d

File tree

1 file changed

+1
-1
lines changed
  • firebase-ai/src/main/kotlin/com/google/firebase/ai/type

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Tool.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal constructor(
7171
* content from those pages to inform and enhance its response.
7272
*
7373
* @param urlContext Specifies the URL context configuration.
74-
* @return A [Tool] configured for URL context
74+
* @return A [Tool] configured for URL context.
7575
*/
7676
@JvmStatic
7777
public fun urlContext(urlContext: UrlContext = UrlContext()): Tool {

0 commit comments

Comments
 (0)