Package com.google.genai
Class AsyncChats
-
- All Implemented Interfaces:
public class AsyncChatsA class for creating async chat sessions.
-
-
Method Summary
-
-
Method Detail
-
create
AsyncChat create(String model, GenerateContentConfig config)
Creates a new async chat session.
- Parameters:
model- The model to use for the async chat session.config- The configuration for the async chat session.- Returns:
The async chat session.
-
-
-
-