Skip to main content

SQL_INSERT_OBSERVATION

Constant SQL_INSERT_OBSERVATION 

Source
pub const SQL_INSERT_OBSERVATION: &str = "INSERT INTO mcp_observations (id, entity_name, content) VALUES (?1, ?2, ?3)";