pub async fn get_file_content(
__arg0: State<UnifiedAppState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, StatusCode>Expand description
GET /files/:id/content - Get file content for LLM processing
pub async fn get_file_content(
__arg0: State<UnifiedAppState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, StatusCode>GET /files/:id/content - Get file content for LLM processing