Fix frontend and api (#9)

This commit is contained in:
Daniel Wiesmann
2025-12-04 14:57:23 +00:00
committed by GitHub
parent 2d5af2adb9
commit 9a473fc667
6 changed files with 60 additions and 96 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ from typing import Optional
class GeoAssistantState(BaseAgentState):
place: Optional[FeatureCollection]
place: Optional[FeatureCollection] = None