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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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