mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
fix and unify devui samples (#5025)
This commit is contained in:
committed by
GitHub
Unverified
parent
cee0a458fe
commit
2cb78ea12e
@@ -48,9 +48,7 @@ async def main() -> None:
|
||||
project_endpoint = os.getenv("FOUNDRY_PROJECT_ENDPOINT")
|
||||
model = os.getenv("FOUNDRY_MODEL")
|
||||
if not project_endpoint or not model:
|
||||
raise ValueError(
|
||||
"FOUNDRY_PROJECT_ENDPOINT and FOUNDRY_MODEL must be set"
|
||||
)
|
||||
raise ValueError("FOUNDRY_PROJECT_ENDPOINT and FOUNDRY_MODEL must be set")
|
||||
|
||||
print(f"Connecting to A2A agent at: {a2a_agent_host}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user