linting ongoing

This commit is contained in:
Shannon Sands 2025-05-23 13:56:05 +10:00
parent 80affdb191
commit 33926d44ec
2 changed files with 11 additions and 10 deletions

View file

@ -29,7 +29,10 @@ class MyAgent(Agent):
turn_detection=MultilingualModel(),
mcp_servers=[
mcp.MCPServerHTTP(
url="https://mcp.gumloop.com/gcalendar/cY3bcaFS1qNdeVBnj0XIhnP4FEp2%3Aae99858e75594251bea9e05f32bb99b3",
url=(
"https://mcp.gumloop.com/gcalendar/"
"cY3bcaFS1qNdeVBnj0XIhnP4FEp2%3Aae99858e75594251bea9e05f32bb99b3"
),
timeout=5,
client_session_timeout_seconds=5,
),