├── .github └── workflows │ └── auto_add_to_project.yml ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── img └── mulit-task-assistant-cover.png ├── lab └── README.md ├── session-delivery-resources ├── LAB_MANUAL.md ├── README.md └── SCRIPT.md └── src └── README.md /.github/workflows/auto_add_to_project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/.github/workflows/auto_add_to_project.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /img/mulit-task-assistant-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/img/mulit-task-assistant-cover.png -------------------------------------------------------------------------------- /lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/lab/README.md -------------------------------------------------------------------------------- /session-delivery-resources/LAB_MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/session-delivery-resources/LAB_MANUAL.md -------------------------------------------------------------------------------- /session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/session-delivery-resources/README.md -------------------------------------------------------------------------------- /session-delivery-resources/SCRIPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/session-delivery-resources/SCRIPT.md -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-writing-assistant-with-azure-openai/HEAD/src/README.md --------------------------------------------------------------------------------