mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-13 22:41:01 +02:00
Fix frontend (#15)
* Fix frontend * Fix feature creation from overture tool
This commit is contained in:
+6
-1
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user