mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
knowledge api tests passing
This commit is contained in:
@@ -23,7 +23,7 @@ async def create_entities(
|
||||
return CreateEntitiesResponse(entities=[EntityOut.model_validate(entity) for entity in entities])
|
||||
|
||||
|
||||
@router.get("/entities/{entity_id}", response_model=EntityOut)
|
||||
@router.get("/entities/{entity_id:path}", response_model=EntityOut)
|
||||
async def get_entity(
|
||||
entity_id: str,
|
||||
memory_service: MemoryServiceDep
|
||||
|
||||
Reference in New Issue
Block a user