Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.CodeExecutionCallArguments
Packages that use Content.CodeExecutionCallArguments
-
Uses of Content.CodeExecutionCallArguments in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Content.CodeExecutionCallArgumentsModifier and TypeMethodDescriptionContent.CodeExecutionCallContent.arguments()Returns the value of theargumentsrecord component.Events.CodeExecutionCallDelta.arguments()Returns the value of theargumentsrecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Content.CodeExecutionCallArgumentsModifierConstructorDescriptionCodeExecutionCallContent(String type, String id, Content.CodeExecutionCallArguments arguments) Creates an instance of aCodeExecutionCallContentrecord class.CodeExecutionCallDelta(Events.DeltaType type, String id, Content.CodeExecutionCallArguments arguments) Creates an instance of aCodeExecutionCallDeltarecord class.