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
In my understanding if the TRACELOOP_TRACE_CONTENT is set to false, the TRACELOOP_ENTITY_INPUT and TRACELOOP_ENTITY_OUTPUT attributes should not be set. Do I understand that correctly?
However it seems to me that TRACELOOP_TRACE_CONTENT is ignored since the should_send_prompts() function is never called in _handle_call() and _handle_stream_call() ?
👟 Reproduction steps
Set TRACELOOP_TRACE_CONTENT to false
👍 Expected behavior
It should not add the input and output (body of the http requests)
👎 Actual Behavior with Screenshots
It actually sets the input and output attributes
🤖 Python Version
3.12
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
I checked and didn't find similar issue
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered:
Which component is this bug for?
AlephAlpha Instrumentation
📜 Description
In my understanding if the TRACELOOP_TRACE_CONTENT is set to false, the TRACELOOP_ENTITY_INPUT and TRACELOOP_ENTITY_OUTPUT attributes should not be set. Do I understand that correctly?
However it seems to me that TRACELOOP_TRACE_CONTENT is ignored since the should_send_prompts() function is never called in _handle_call() and _handle_stream_call() ?
👟 Reproduction steps
👍 Expected behavior
It should not add the input and output (body of the http requests)
👎 Actual Behavior with Screenshots
It actually sets the input and output attributes
🤖 Python Version
3.12
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: