We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112706b commit 413aec1Copy full SHA for 413aec1
agentstack/_tools/agentql/__init__.py
@@ -3,9 +3,6 @@
3
4
from typing import Optional
5
6
-from dotenv import load_dotenv
7
-load_dotenv()
8
-
9
QUERY_DATA_ENDPOINT = "https://api.agentql.com/v1/query-data"
10
API_TIMEOUT_SECONDS = 900
11
0 commit comments