mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Agents + Chat Client Samples Doctsring Updates (#1028)
* agents + chat client samples doctsring updates * fixes
This commit is contained in:
committed by
GitHub
Unverified
parent
3d04517877
commit
b88143b686
@@ -4,6 +4,13 @@ import asyncio
|
||||
|
||||
from agent_framework.microsoft import CopilotStudioAgent
|
||||
|
||||
"""
|
||||
Copilot Studio Agent Basic Example
|
||||
|
||||
This sample demonstrates basic usage of CopilotStudioAgent with automatic configuration
|
||||
from environment variables, showing both streaming and non-streaming responses.
|
||||
"""
|
||||
|
||||
# Environment variables needed:
|
||||
# COPILOTSTUDIOAGENT__ENVIRONMENTID - Environment ID where your copilot is deployed
|
||||
# COPILOTSTUDIOAGENT__SCHEMANAME - Agent identifier/schema name of your copilot
|
||||
|
||||
Reference in New Issue
Block a user