mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-14 23:11:01 +02:00
Rename agent state to GeoAssistantState (#6)
This commit is contained in:
@@ -3,5 +3,5 @@ from geojson_pydantic import FeatureCollection
|
||||
from typing import Optional
|
||||
|
||||
|
||||
class AgentState(BaseAgentState):
|
||||
class GeoAssistantState(BaseAgentState):
|
||||
place: Optional[FeatureCollection]
|
||||
|
||||
Reference in New Issue
Block a user