forked from phoenix-oss/llama-stack-mirror
parent
e8d5959048
commit
f8445b0d69
1 changed files with 5 additions and 5 deletions
|
@ -1792,10 +1792,10 @@
|
||||||
"source": [
|
"source": [
|
||||||
"# NBVAL_SKIP\n",
|
"# NBVAL_SKIP\n",
|
||||||
"%xterm\n",
|
"%xterm\n",
|
||||||
"# touch /tmp/content/foo\n",
|
"# touch /content/foo\n",
|
||||||
"# echo hello > /tmp/content/foo\n",
|
"# echo hello > /content/foo\n",
|
||||||
"# touch /tmp/content/bar\n",
|
"# touch /content/bar\n",
|
||||||
"# npx -y supergateway --port 8000 --stdio 'npx -y @modelcontextprotocol/server-filesystem /tmp/content'"
|
"# npx -y supergateway --port 8000 --stdio 'npx -y @modelcontextprotocol/server-filesystem /content'"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -2225,7 +2225,7 @@
|
||||||
")\n",
|
")\n",
|
||||||
"user_prompts = [\n",
|
"user_prompts = [\n",
|
||||||
" \"Hello\",\n",
|
" \"Hello\",\n",
|
||||||
" \"Whats written in /tmp/content/foo ?\",\n",
|
" \"Whats written in /content/foo ?\",\n",
|
||||||
"]\n",
|
"]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"session_id = agent.create_session(\"test-session\")\n",
|
"session_id = agent.create_session(\"test-session\")\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue