Skip to content

Commit c0d5310

Browse files
committed
apply fmt
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent ecaaaea commit c0d5310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/agent-framework/copilot_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"Use execute_code and to try reading /input/secrets.txt (it doesn't exist — handle the error), then read /input/team.json which does exist, parse it, and print each team member's name and role.",
7777
(
7878
"Use execute_code to demonstrate the network allowlist. In a single code block:\n"
79-
"Use plain python functions http_get/http_post(these are NOT a tools. use like `resp = http_get(\"https://example\")`) \n"
79+
'Use plain python functions http_get/http_post(these are NOT a tools. use like `resp = http_get("https://example")`) \n'
8080
"1. Use http_get to fetch https://httpbin.org/get — this should succeed (GET is allowed)\n"
8181
"2. Try http_post to https://httpbin.org/post — this should FAIL (only GET is allowed for httpbin.org)\n"
8282
"3. Try http_get to https://github.com — this should FAIL (github.com is not in the allowlist at all)\n"

0 commit comments

Comments
 (0)