mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Agent fixed links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user