Skip to content

Commit

Permalink
add comment explaining jsonobject
Browse files Browse the repository at this point in the history
  • Loading branch information
David Motsonashvili committed Jun 27, 2024
1 parent 002d302 commit cdb3879
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ data class GenerationConfig(
@Serializable
data class Tool(
val functionDeclarations: List<FunctionDeclaration>? = null,
// This is a json object because it is not possible to make a data class with no parameters.
val codeExecution: JsonObject? = null,
)

Expand Down

0 comments on commit cdb3879

Please sign in to comment.