This commit is contained in:
6
lib/elixir_ai/pubsub_topics.ex
Normal file
6
lib/elixir_ai/pubsub_topics.ex
Normal file
@@ -0,0 +1,6 @@
|
||||
defmodule ElixirAi.PubsubTopics do
|
||||
|
||||
def conversation_message_topic(name), do: "conversation_messages:#{name}"
|
||||
def chat_topic(name), do: "ai_chat:#{name}"
|
||||
def providers_topic, do: "providers"
|
||||
end
|
||||
Reference in New Issue
Block a user