Replies: 2 comments 7 replies
-
Do you use the OpenAI integration for Python? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@benm5678 @marcklingen And it would be nice to see those. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current input field shown in trace hides/changes some of the data structure that is actually passed to LLM. It would be nice to have option to see the raw input sent (including functions/tools params):
For example, in Langfuse I see:
But in HTTP trace, we see this in the messages param (so we can see it sent role and slightly different structure to show the function call):
Beta Was this translation helpful? Give feedback.
All reactions