sharepoint sample fix (#3108)

This commit is contained in:
Giles Odigwe
2026-01-06 14:57:54 -08:00
committed by GitHub
Unverified
parent 24c822590f
commit ea370f8ff6
@@ -28,7 +28,11 @@ async def main() -> None:
tools={
"type": "sharepoint_grounding_preview",
"sharepoint_grounding_preview": {
"project_connection_id": os.environ["SHAREPOINT_PROJECT_CONNECTION_ID"]
"project_connections": [
{
"project_connection_id": os.environ["SHAREPOINT_PROJECT_CONNECTION_ID"],
}
]
},
},
) as agent,