Skip to content

Commit

Permalink
Minor doc fix. (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Nov 22, 2024
1 parent 2d4e8e3 commit ddf0b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can use the session ID to track whether learning occured.

```bash
CONTEXTID=01J7S3QZMS5F742JFPWZDCTVRG
curl -s -X POST https://foyle.gateway.admin-0s.internal.api.openai.org/api/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq.
curl -s -X POST https://localhost:8877/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq.
```

* If this returns not found then no log was created for this sessions and there is a problem with Log Processing
Expand Down

0 comments on commit ddf0b24

Please sign in to comment.