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

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions