Rename agent state to GeoAssistantState (#6)

This commit is contained in:
Daniel Wiesmann
2025-12-04 12:26:28 +00:00
committed by GitHub
parent 4a7a2c050a
commit 93b405cda4
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ from geojson_pydantic import FeatureCollection
from typing import Optional
class AgentState(BaseAgentState):
class GeoAssistantState(BaseAgentState):
place: Optional[FeatureCollection]