You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is llm.output_messages for LLM calls. There is embedding.vector for embedding model calls. There is retrieval.documents for retrieval results. But there is no tool_call.output for tool calls:
hi @tslmy thanks for filing an issue. Good call-out. the output of tools very often shows up in the subsequent LLM call but you are right - it's probably a good idea to capture this as part of the span. We will work with the LlamaIndex team to get visibility into this!
There is
llm.output_messages
for LLM calls. There isembedding.vector
for embedding model calls. There isretrieval.documents
for retrieval results. But there is notool_call.output
for tool calls:open-inference-spec/trace/spec/semantic_conventions.md
Lines 42 to 43 in d03ce2f
Should we add it?
I believe this is the cause of run-llama/llama_index#9770 .
The text was updated successfully, but these errors were encountered: