custom
code
sovereign-compute
SNAPKITTYWEST's picture
chore: push from SNAPKITTYWEST local build
92d9567 verified
Raw
History Blame Contribute Delete
239 Bytes
defmodule PerplexityMacro.Adapters.Code do
@moduledoc "Code sandbox adapter."
def run(code, _opts \\ []), do: {:ok, [%{title: "code", url: "code://", content: code, score: 1.0, source_hash: :erlang.phash2(code,0xFFFFFFFF)}]}
end