mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement to_string method, prevent memory index overwrite on validation step
This commit is contained in:
parent
cda94cba2e
commit
c86dca53bd
10 changed files with 100 additions and 21 deletions
|
|
@ -55,7 +55,7 @@ impl Identity {
|
|||
if let Some(id) = self.gemini.auth.memory.match_priority(request) {
|
||||
match self.gemini.memory.get(id) {
|
||||
Ok(pem) => return Some(pem),
|
||||
Err(reason) => todo!("{:?}", reason),
|
||||
Err(reason) => todo!("{:?}", reason.to_string()),
|
||||
}
|
||||
}
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue