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 b1694bd commit 143ffb2Copy full SHA for 143ffb2
contributing/samples/mcp_postgres_agent/agent.py
@@ -25,10 +25,10 @@
25
26
POSTGRES_CONNECTION_STRING = os.getenv("POSTGRES_CONNECTION_STRING")
27
if not POSTGRES_CONNECTION_STRING:
28
- raise ValueError(
29
- "POSTGRES_CONNECTION_STRING environment variable not set. "
30
- "Please create a .env file with this variable."
31
- )
+ raise ValueError(
+ "POSTGRES_CONNECTION_STRING environment variable not set. "
+ "Please create a .env file with this variable."
+ )
32
33
root_agent = LlmAgent(
34
model="gemini-2.0-flash",
0 commit comments