gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
Web
Web
@
Serializable
data
class
Web
(
val
uri
:
String
?
=
null
,
val
title
:
String
?
=
null
)
Chunk from the web.
Members
Constructors
Web
Link copied to clipboard
constructor
(
uri
:
String
?
=
null
,
title
:
String
?
=
null
)
Properties
title
Link copied to clipboard
val
title
:
String
?
Optional. Title of the web chunk.
uri
Link copied to clipboard
val
uri
:
String
?
Optional. URI of the web chunk.