housekeeping
This commit is contained in:
@@ -13,6 +13,7 @@ mod tests {
|
||||
use std::fmt::Debug;
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn test_deepresearch() {
|
||||
// a really provocative question for research that generally yields infinite complexity with each run
|
||||
let input = "What is a life of meaning?";
|
||||
|
@@ -12,7 +12,8 @@ mod tests {
|
||||
use std::fmt::Debug;
|
||||
use crate::agents::search::agent;
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn test_search_execution() {
|
||||
let input = "Who won the 2024 presidential election?";
|
||||
|
||||
|
Reference in New Issue
Block a user