Files
self f8e2bfaada refactor: use chat capability surfaces
Move Sender modules under TribeOne.TribesPlugin.Sender and replace the Aether-specific chat integration with the public chat@1 surface contract.
2026-05-26 01:13:38 +02:00

8 lines
218 B
Elixir

defmodule TribeOne.TribesPlugin.Sender.Streaming.ResourceHelpers do
@moduledoc false
def system_private_context(purpose \\ :sender_streaming) do
%{private: %{system?: true, system_purpose: purpose}}
end
end