mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-21 15:17:15 +02:00
fix: compliant with gpt-5 models
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use surrealdb::Error;
|
||||
use tracing::debug;
|
||||
|
||||
use common::storage::{db::SurrealDbClient, types::knowledge_entity::KnowledgeEntity};
|
||||
|
||||
@@ -57,8 +56,6 @@ pub async fn find_entities_by_relationship_by_id(
|
||||
entity_id
|
||||
);
|
||||
|
||||
debug!("{}", query);
|
||||
|
||||
db.query(query).await?.take(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user