PATCHhttps://api.humanloop.com/v5/flows/logs/medqa_experiment_0001
Path Parameters
Body Parameters
    • key
      value
View in API Reference
Request
1from humanloop import Humanloop
2
3client = Humanloop(api_key="YOUR_API_KEY", )
4client.flows.update_log(
5 log_id="medqa_experiment_0001",
6 inputs={
7 "question": "Patient with a history of diabetes and normal tension presents with chest pain and shortness of breath."
8 },
9 output="The patient is likely experiencing a myocardial infarction. Immediate medical attention is required.",
10 log_status="complete"
11)
Response