We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f52774 + 12ec250 commit 6c919b0Copy full SHA for 6c919b0
1 file changed
agentstack/_tools/agentql/__init__.py
@@ -59,7 +59,11 @@ def extract_data(
59
},
60
}
61
62
- headers = {"X-API-Key": f"{API_KEY}", "Content-Type": "application/json"}
+ headers = {
63
+ "X-API-Key": f"{API_KEY}",
64
+ "Content-Type": "application/json",
65
+ "X-TF-Request-Origin": "agentstack",
66
+ }
67
68
try:
69
response = httpx.post(
0 commit comments