Skip to content

Ruby LLM tool_concurrency Messes Up Logs #199

Description

When I enable Ruby LLM's new tool_concurrency then the tools all get pulled into their own traces.

RubyLLM.configure do |config|
  config.tool_concurrency = true
  config.use_new_acts_as = true
end

Without Concurrency

Image

With Concurrency

Image Image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions