Agent fixed links

This commit is contained in:
Chris Rickman
2026-02-19 12:53:09 -08:00
Unverified
parent e3c1597d76
commit 683800ce06
2 changed files with 2 additions and 6 deletions
@@ -1,8 +1,8 @@
# Azure Functions Samples
To get started with Azure Functions, begin with the introduction sample under [Get Started (`01-get-started`)](../../01-get-started).
To get started with Azure Functions, begin with the introduction sample under [Get Started (`01-get-started`)](../../../01-get-started).
- **[06_host_your_agent](../../01-get-started/06_host_your_agent)**: A sample that demonstrates how to host a single conversational agent in an Azure Functions app and invoke it directly over HTTP.
- **[06_host_your_agent](../../../01-get-started/06_host_your_agent)**: A sample that demonstrates how to host a single conversational agent in an Azure Functions app and invoke it directly over HTTP.
This directory contains samples for Azure Functions.
@@ -327,10 +327,6 @@ wrapped_agent = AgentFrameworkAgent(
orchestrators=[MyCustomOrchestrator(), DefaultOrchestrator()],
)
## Documentation
For detailed documentation, see [DESIGN.md](DESIGN.md).
## License
MIT