GeminiFunction

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class GeminiFunction(val description: String)

Represents the gemini function.

Properties

Link copied to clipboard
val description: String

The description.