Current section
Files
Jump to
Current section
Files
lib/gen_agent_anthropic.ex
defmodule GenAgentAnthropic do
@moduledoc """
Documentation for `GenAgentAnthropic`.
"""
@doc """
Hello world.
## Examples
iex> GenAgentAnthropic.hello()
:world
"""
def hello do
:world
end
end