mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Small test fixes
This commit is contained in:
@@ -45,7 +45,7 @@ Your Azure AD App Registration should have:
|
||||
### Basic Usage with Environment Variables
|
||||
|
||||
```python
|
||||
from agent_framework_copilotstudio import CopilotStudioAgent
|
||||
from agent_framework.copilotstudio import CopilotStudioAgent
|
||||
|
||||
# Uses environment variables for configuration
|
||||
agent = CopilotStudioAgent()
|
||||
@@ -55,7 +55,7 @@ result = await agent.run("What is the capital of France?")
|
||||
### Explicit Configuration
|
||||
|
||||
```python
|
||||
from agent_framework_copilotstudio import CopilotStudioAgent, acquire_token
|
||||
from agent_framework.copilotstudio import CopilotStudioAgent, acquire_token
|
||||
from microsoft_agents.copilotstudio.client import ConnectionSettings, CopilotClient, PowerPlatformCloud, AgentType
|
||||
|
||||
# Acquire token manually
|
||||
|
||||
Reference in New Issue
Block a user