Small test fixes

This commit is contained in:
Dmytro Struk
2025-09-11 18:45:07 -07:00
Unverified
parent d55eaa0ce8
commit 983ac44a70
13 changed files with 54 additions and 54 deletions
@@ -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