- Merge request !226Issue #3557418: Add provider tags for LLM call tracking. → (Open) created by thebumik
We need a way for any runner, meaning whomever starts an agent, to set extra tags to attach to the chat calls. When you are checking the llm events, you might want to look for something specific.
So, when you start an agent, you should have the possibility to set what tags to add. This is only needed for config agents.
It needs to propagate to subagents as well.
* Add a optional method called setProviderTags that can be set while running an agent. Array
* Add a method called getProviderTags
* Make sure that this is set on any LLM call.
* Make sure that it propagates to the subagents
Active
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.