prompt_run_id
.
If you store this prompt_run_id
, you can update the logs with additional information as your application has new events.
For example, you may log user_feedback
to track user satisfaction with the responses.
You can do this by sending a patch request with prompt_run_id
of the original inference log.
PATCH
https://log.athina.ai/api/v1/log/inference/{prompt_run_id}
athina-api-key
: YOUR_ATHINA_API_KEYContent-Type
: application/json