mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-18 23:44:18 +01:00
refactoring: ingress_analyser and cleaning
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use async_openai::error::OpenAIError;
|
||||
use thiserror::Error;
|
||||
use tokio::task::JoinError;
|
||||
|
||||
/// Error types for processing `TextContent`.
|
||||
#[derive(Error, Debug)]
|
||||
@@ -18,4 +19,7 @@ pub enum ProcessingError {
|
||||
|
||||
#[error("LLM parsing error: {0}")]
|
||||
LLMParsingError(String),
|
||||
|
||||
#[error("Task join error: {0}")]
|
||||
JoinError(#[from] JoinError),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user