update langchain and add arxiv and pubmed tools

This commit is contained in:
Eng. Elias
2024-03-24 14:53:59 +04:00
parent a654f454b8
commit f3ff09bb4e
8 changed files with 38 additions and 18 deletions

View File

@@ -6,6 +6,8 @@ const typeDefs = `#graphql
WIKIPEDIA
YAHOO_FINANCE
YUOUTUBE_SEARCH
ARXIV
PUBMED
}
type Agent {
@@ -98,7 +100,7 @@ const typeDefs = `#graphql
createMission(
name: String!
crew: [Int!] = []
verbose: Boolean = false
verbose: Boolean
process: MissionProcess = "SEQUENTIAL"
): Mission!