Skip to content

Commit

Permalink
Ensures all assistant workspaces exist & work (microsoft#96)
Browse files Browse the repository at this point in the history
- Added skill-assistant workspace
- Fixed paths in workspaces for examples
  • Loading branch information
markwaddle authored Oct 7, 2024
1 parent dedd7dc commit e1bfd2b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions assistants/skill-assistant/assistant.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": ".",
"name": "assistants/skill-assistant"
},
{
"path": "../.."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "examples/python/python-01-echo-bot"
},
{
"path": "../../"
"path": "../../.."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "examples/python/python-02-simple-chatbot"
},
{
"path": "../.."
"path": "../../.."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "examples/python/python-03-multimodel-chatbot"
},
{
"path": "../.."
"path": "../../.."
}
]
}

0 comments on commit e1bfd2b

Please sign in to comment.