issues
search
Clarifai
/
clarifai-python-grpc
Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56
stars
20
forks
source link
[TP-1532] Set request ID prefix header
#193
Closed
moldovan-clarifai
closed
1 month ago
moldovan-clarifai
commented
1 month ago
Why
Track requests made by python clients
Notes
this does not apply to all requests made by the client, only if the requests use
metadata
function
in the future, we may implement a more sophisticated solution that adds the request ID prefix header to all requests made by the client
Why
Notes
metadata
function