We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6512a6a commit 4320109Copy full SHA for 4320109
tests/manual_agent_requests.py
@@ -9,7 +9,7 @@
9
url = "http://localhost:8080/2015-03-31/functions/function/invocations"
10
11
# File path for the input text
12
-path = "src/agent/utils/example_inputs/"
+path = "tests/example_inputs/"
13
input_file = path + "example_input_1.json"
14
15
# Step 1: Read the input file
0 commit comments