Skip to content

Commit 986f42a

Browse files
authored
Merge branch 'volcengine:main' into feature/session3
2 parents 31363aa + 9e64ad3 commit 986f42a

File tree

1 file changed

+1
-1
lines changed
  • 01-tutorials/workshop/session4/http_to_mcp/shopping_cart_agent

1 file changed

+1
-1
lines changed

01-tutorials/workshop/session4/http_to_mcp/shopping_cart_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
short_term_memory = ShortTermMemory(backend="local")
1212

13-
###Shopping cart MCP Server
13+
# Shopping cart MCP Server
1414
shopping_mcp_tools_url = getenv("SHOPPING_CART_MCP_TOOLS_URL")
1515
shopping_api_key = getenv("SHOPPING_CART_MCP_API_KEY")
1616
mcp_shopping_cart = MCPToolset(

0 commit comments

Comments
 (0)