Probably the LLM classes should all have their chat, complete, etc. methods decorated with the @dispatcher.span decorator (this only matters for direct LLM calls I think though) -- I would think this effects any LLM though, not just bedrock
Yeah I just checked the code, and I concluded that as well. For some reason, it doesn't get caught as a span. But I can catch the events in the event handler...