Skip to content

Commit

Permalink
undo public.api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Dec 14, 2023
1 parent b2f425b commit bda26a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generativeai/public.api
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public final class com/google/ai/client/generativeai/GenerativeModel {
public abstract class com/google/ai/client/generativeai/java/ChatFutures {
public static final field Companion Lcom/google/ai/client/generativeai/java/ChatFutures$Companion;
public static final fun from (Lcom/google/ai/client/generativeai/Chat;)Lcom/google/ai/client/generativeai/java/ChatFutures;
public abstract fun getChat ()Lcom/google/ai/client/generativeai/Chat;
public abstract fun sendMessage (Lcom/google/ai/client/generativeai/type/Content;)Lcom/google/common/util/concurrent/ListenableFuture;
public abstract fun sendMessageStream (Lcom/google/ai/client/generativeai/type/Content;)Lorg/reactivestreams/Publisher;
}
Expand All @@ -50,7 +49,6 @@ public abstract class com/google/ai/client/generativeai/java/GenerativeModelFutu
public static final fun from (Lcom/google/ai/client/generativeai/GenerativeModel;)Lcom/google/ai/client/generativeai/java/GenerativeModelFutures;
public abstract fun generateContent ([Lcom/google/ai/client/generativeai/type/Content;)Lcom/google/common/util/concurrent/ListenableFuture;
public abstract fun generateContentStream ([Lcom/google/ai/client/generativeai/type/Content;)Lorg/reactivestreams/Publisher;
public abstract fun getGenerativeModel ()Lcom/google/ai/client/generativeai/GenerativeModel;
public abstract fun startChat ()Lcom/google/ai/client/generativeai/java/ChatFutures;
public abstract fun startChat (Ljava/util/List;)Lcom/google/ai/client/generativeai/java/ChatFutures;
}
Expand Down

0 comments on commit bda26a4

Please sign in to comment.