From 4ea27f25634c580852088683e753a0c196dd0c4e Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 7 Nov 2024 13:32:48 -0800 Subject: [PATCH] Remove docs about `az-cli` and `az-ps` agents (#283) --- README.md | 2 -- docs/FAQ.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index ca2d15e7..03fc2b2f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ these are the supported agents: Agent README files: -- [`az-cli` & `az-ps`][13] - [`openai-gpt`][08] - [`ollama`][06] - [`interpreter`][07] @@ -171,4 +170,3 @@ bugs, suggestions, or feedback. [10]: https://github.com/PowerShell/ProjectMercury/issues [11]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell [12]: ./docs/SECURITY.md -[13]: ./shell/agents/AIShell.Azure.Agent/README.md diff --git a/docs/FAQ.md b/docs/FAQ.md index d1e41011..e1c54e0d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -18,7 +18,6 @@ agents: Agent README files: -- [`az-cli` & `az-ps`][05] - [`openai-gpt`][04] - [`ollama`][02] - [`interpreter`][03] @@ -45,4 +44,3 @@ documentation for your terminal application to see if it supports this feature. [02]: ../shell/agents/AIShell.Ollama.Agent/README.md [03]: ../shell/agents/AIShell.Interpreter.Agent/README.md [04]: ../shell/agents/AIShell.OpenAI.Agent/README.md -[05]: ../shell/agents/AIShell.Azure.Agent/README.md