├── .github ├── CODE_OF_CONDUCT.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── images ├── data_points.png ├── followup.png └── thoughts.png └── versions └── 2024-01-28.md /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/.github/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/README.md -------------------------------------------------------------------------------- /images/data_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/images/data_points.png -------------------------------------------------------------------------------- /images/followup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/images/followup.png -------------------------------------------------------------------------------- /images/thoughts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/images/thoughts.png -------------------------------------------------------------------------------- /versions/2024-01-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/ai-chat-protocol/HEAD/versions/2024-01-28.md --------------------------------------------------------------------------------