Skip to content

Commit

Permalink
Correction the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
WiolaGreen committed Apr 12, 2024
1 parent 7b64d9d commit 96666c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/10-Input-output-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ http://localhost:8000/project_slug/deployment_name/?tags=tag1,tag2,tag3&target_p
where:
* **tags** is a comma-separated list of tags. This is optional and can be used to tag a transaction eg. with a specific user_id,
department_name, prompting_technique etc. Tags can help you filter and analyze transactions in the UI.
* **target_path** is required in proxy url when tags are added to it and is used for capturing target path of particular requests. If you send requests by Python libraries, target_path should be empty (like this: /target_path=). In such cases it will be filled by external python packages (eg. Langchain, OpenAI).
* **target_path** is required in proxy url when tags are added to it and is used for capturing the target path of particular requests. If you send requests by Python libraries, target_path should be empty (like this: target_path=). In such cases, it will be filled by external Python packages (eg. Langchain, OpenAI).


Proxy on your behalf make a call to the configured AI API and log the request and response data in the database.
Proxy on your behalf makes a call to the configured AI API and log the request and response data in the database.

Transaction object is created with the following fields:

Expand Down

0 comments on commit 96666c2

Please sign in to comment.