GenerateContentRequest | Represents a request to generate content. This class contains parameters required to define the specifics of content generation, including inputs, tools, configurations, and safety constraints. |
GenerateContentRequest(Content) | Represents a request to generate content. This class enables the definition of content generation specifics through properties such as the content details, tools, tool configurations, safety settings, and system instructions. Optional configurations allow customization and adaptation of the generation process. |
GenerateContentRequest(ListContent, ListTool, ToolConfig, ListSafetySetting, Content, GenerationConfig, String) | Represents a request used to generate content. This class includes properties like content, tools, configurations, safety settings, and instructions required for the content generation process. |