Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def __init__(
if not self.agent_identifier:
raise ValueError("Agent Identifier must be provided")

self.cloud = cloud or PowerPlatformCloud.UNKNOWN
self.cloud = cloud or PowerPlatformCloud.PROD
self.copilot_agent_type = copilot_agent_type or AgentType.PUBLISHED
self.custom_power_platform_cloud = custom_power_platform_cloud