Fix frontend (#15)

* Fix frontend

* Fix feature creation from overture tool
This commit is contained in:
Daniel Wiesmann
2025-12-05 10:04:38 +00:00
committed by GitHub
parent 8f0239c1c9
commit 7c97b475e4
11 changed files with 172 additions and 78 deletions
+6 -1
View File
@@ -29,7 +29,12 @@ async def test_hello_world(initialized_app):
"/chat",
json={
"agent_state_input": {
"messages": [{"content": "Hello, world!", "type": "human"}],
"messages": [
{
"content": "Find the Neighbourhood Cafe in Lisbon and buffer 0.5km around it",
"type": "human",
}
],
"place": None,
"search_area": None,
},