Skip to content

Commit 782b6ca

Browse files
committed
Fix formatting in README for Tool Support section
1 parent c1b465f commit 782b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A delightful Ruby way to work with AI. Chat in text, analyze and generate images
2222
- 👁️ **Vision Understanding** - Let AIs analyze images with a simple `chat.ask "what's in this?", with: { image: "photo.jpg" }`
2323
- 🌊 **Streaming** - Real-time responses with proper Ruby streaming with `chat.ask "hello" do |chunk| puts chunk.content end`
2424
- 🚂 **Rails Integration** - Persist chats and messages with ActiveRecord with `acts_as_{chat|message|tool_call}`
25-
🛠️ **Tool Support** - Give AIs access to your Ruby code with `chat.with_tool(Calculator).ask "what's 2+2?"`
25+
- 🛠️ **Tool Support** - Give AIs access to your Ruby code with `chat.with_tool(Calculator).ask "what's 2+2?"`
2626
- 🎨 **Paint with AI** - Create images as easily as `RubyLLM.paint "a sunset over mountains"`
2727
- 📊 **Embeddings** - Generate vector embeddings for your text with `RubyLLM.embed "hello"`
2828
- 🔄 **Multi-Provider Support** - Works with OpenAI, Anthropic, Google, and DeepSeek

0 commit comments

Comments
 (0)