We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5929c5 commit 5fc937cCopy full SHA for 5fc937c
docs/_core_features/tools.md
@@ -98,7 +98,7 @@ class AnalyzeTool < RubyLLM::Tool
98
# Return Content with text and attachments
99
RubyLLM::Content.new(
100
"Analysis complete for: #{query}",
101
- chart_path # Attach the generated chart
+ [chart_path] # Attach the generated chart (array of paths/blobs)
102
)
103
end
104
0 commit comments