Consensus (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
|Release Date =  
|Release Date =  
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-bo0FiWLY7-consensus
|Link = https://chat.openai.com/g/g-bo0FiWLY7
|Conversations =  
|Chats = 931,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-21
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 57: Line 63:
==Actions==
==Actions==
*'''chat.consensus.app JIT Plugin''': This API allows the GPT to search for academic and scientific papers. It's particularly useful for finding and citing recent research on a wide range of scientific topics.
*'''chat.consensus.app JIT Plugin''': This API allows the GPT to search for academic and scientific papers. It's particularly useful for finding and citing recent research on a wide range of scientific topics.
===Website===
chat.consensus.app
===Privacy Policy===
https://consensus.app/home/privacy-policy/
===Code===
<pre>
{"info":{"title":"Consensus Chat GPT Plugin","version":"1.0"},"servers":[{"url":"https://chat.consensus.app/"}],"openapi":"3.1.0","paths":{"/quick_search":{"get":{"description":"An endpoint that can be called to ask a question of research papers","operationId":"search_papers","parameters":[{"description":"A query to find relevant research papers. Ask research questions related to scientific topics, like 'impact of climate change on GDP' or 'benefits of mindfulness meditation'. Ask broad yes/no questions, explore relationships between concepts or the effects of a concept. Use technical language to maximize the relevance to academic text. For example, if user asks 'Why does being cold make you sick?', search 'Does cold temperature exposure increase the risk of illness?'. Omit words that we have filters for such as study types and years and instead use the filters. Omit unnecessary commands like 'latest research' and 'find papers', focus only on words likely to match the text of research papers.","in":"query","name":"query","required":true,"schema":{"description":"A query to find relevant research papers. Ask research questions related to scientific topics, like 'impact of climate change on GDP' or 'benefits of mindfulness meditation'. Ask broad yes/no questions, explore relationships between concepts or the effects of a concept. Use technical language to maximize the relevance to academic text. For example, if user asks 'Why does being cold make you sick?', search 'Does cold temperature exposure increase the risk of illness?'. Omit words that we have filters for such as study types and years and instead use the filters. Omit unnecessary commands like 'latest research' and 'find papers', focus only on words likely to match the text of research papers.","title":"Query","type":"string"}},{"description":"The earliest publication year to consider in the search, filtering out papers published before this year. You must only use this filter when the user asks for information after a certain date. An example of when to use this filter would be if a user asks 'show me papers about the covid vaccine published after 2020' or 'papers about immigration reform published between 2000 and 2015'. If you use this filter without the user specifically including a date or 'recent research', you will be penalized.","in":"query","name":"year_min","required":false,"schema":{"description":"The earliest publication year to consider in the search, filtering out papers published before this year. You must only use this filter when the user asks for information after a certain date. An example of when to use this filter would be if a user asks 'show me papers about the covid vaccine published after 2020' or 'papers about immigration reform published between 2000 and 2015'. If you use this filter without the user specifically including a date or 'recent research', you will be penalized.","title":"Year Min","type":"integer"}},{"description":"The latest publication year to consider in the search, filtering out papers published after this year. You must only use this filter when the user asks for information before a certain date. An example of when to use this filter would be if a user asks 'show me papers about the covid vaccine published before 2023' or 'papers about immigration reform published between 2000 and 2015'. Only use this filter when a specific year restriction is requested by the user","in":"query","name":"year_max","required":false,"schema":{"description":"The latest publication year to consider in the search, filtering out papers published after this year. You must only use this filter when the user asks for information before a certain date. An example of when to use this filter would be if a user asks 'show me papers about the covid vaccine published before 2023' or 'papers about immigration reform published between 2000 and 2015'. Only use this filter when a specific year restriction is requested by the user","title":"Year Max","type":"integer"}},{"description":"List of study types to include in the search, such as RCT, Meta-Analysis, Systematic Review, Observational Study, Case Report etc. You must only use this filter when the user asks for information from papers with certain study designs. Examples of when to use this filter would be if a user asks 'does zinc help with depression? show me responses from RCTs' or 'I need to find a systematic review on the effects of spanking on children'. Only use this filter when a specific study type is asked about","in":"query","name":"study_types","required":false,"schema":{"default":[],"description":"List of study types to include in the search, such as RCT, Meta-Analysis, Systematic Review, Observational Study, Case Report etc. You must only use this filter when the user asks for information from papers with certain study designs. Examples of when to use this filter would be if a user asks 'does zinc help with depression? show me responses from RCTs' or 'I need to find a systematic review on the effects of spanking on children'. Only use this filter when a specific study type is asked about","items":{"$ref":"#/components/schemas/StudyTypeKeywordEnum"},"type":"array"}},{"description":"Set to true to limit the search to studies involving human subjects. You must only use this filter if the users asks for information from human studies. An example of when to use this filter would be if a user asks 'what are the effects of magnesium on sleep? only show me studies conducted on humans'. Only use this filter when it is specifically asked for by the user","in":"query","name":"human","required":false,"schema":{"description":"Set to true to limit the search to studies involving human subjects. You must only use this filter if the users asks for information from human studies. An example of when to use this filter would be if a user asks 'what are the effects of magnesium on sleep? only show me studies conducted on humans'. Only use this filter when it is specifically asked for by the user","title":"Human","type":"boolean"}},{"description":"The minimum sample size of the studies to include in the search, targeting studies with a larger participant base. You must only use this filter when the user asks for studies with a large sample size or over a certain number of participants. An example of when to use this filter would be if a user asks 'what are the effects of magnesium on sleep? only show me studies with large sample sizes' in this case set the filter to ~100. Only use this filter when it is specifically asked for by the user","in":"query","name":"sample_size_min","required":false,"schema":{"description":"The minimum sample size of the studies to include in the search, targeting studies with a larger participant base. You must only use this filter when the user asks for studies with a large sample size or over a certain number of participants. An example of when to use this filter would be if a user asks 'what are the effects of magnesium on sleep? only show me studies with large sample sizes' in this case set the filter to ~100. Only use this filter when it is specifically asked for by the user","title":"Sample Size Min","type":"integer"}},{"description":"The maximum SJR quartile (1-4) of the journals to include. This helps set a threshold for journal prestige, where 1 is the highest quartile. You must only use this filter when the user asks for information from higher-ranked journals. An example of when to use this filter would be if a user asks 'Produce me a rrl on interest rates in the economy only from the best journals' in this case set the fiter to 1. Only use this filter when it is specficially asked for by the user","in":"query","name":"sjr_max","required":false,"schema":{"description":"The maximum SJR quartile (1-4) of the journals to include. This helps set a threshold for journal prestige, where 1 is the highest quartile. You must only use this filter when the user asks for information from higher-ranked journals. An example of when to use this filter would be if a user asks 'Produce me a rrl on interest rates in the economy only from the best journals' in this case set the fiter to 1. Only use this filter when it is specficially asked for by the user","title":"Sjr Max","type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickSearchResponse"}}},"description":"Successful Response"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"security":[{"HTTPBearer":[]}],"summary":"Returns research papers related to a question or query. Each result contains, title, abstract, authors, year, and journal.","tags":["search"]}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"QuickSearchResponse":{"properties":{"items":{"description":"All answers to the question.","items":{"$ref":"#/components/schemas/QuickSearchResponseItem"},"title":"Items","type":"array"}},"required":["items"],"title":"QuickSearchResponse","type":"object"},"QuickSearchResponseItem":{"properties":{"abstract":{"description":"The abstract of the paper.","title":"Abstract","type":"string"},"consensus_paper_details_url":{"description":"A URL with more details on the paper.","title":"Consensus Paper Details Url","type":"string"},"doi":{"description":"Digital Object Identifier, a unique alphanumeric string assigned to a document for permanent access.","title":"Doi","type":"string"},"pages":{"description":"The page range of the paper within the journal volume.","title":"Pages","type":"string"},"paper_authors":{"description":"A list of authors of the paper.","items":{"type":"string"},"title":"Paper Authors","type":"array"},"paper_publish_year":{"description":"The year the paper was published.","title":"Paper Publish Year","type":"integer"},"paper_title":{"description":"Title of the paper where the answer was found","title":"Paper Title","type":"string"},"publication_journal_name":{"description":"The journal the paper was published in.","title":"Publication Journal Name","type":"string"},"search_result_number":{"description":"The rank of the paper in the search results.","title":"Search Result Number","type":"integer"},"volume":{"description":"The volume of the journal in which the paper appears.","title":"Volume","type":"string"}},"required":["paper_title","abstract","paper_authors","paper_publish_year","publication_journal_name","consensus_paper_details_url","doi","volume","pages","search_result_number"],"title":"QuickSearchResponseItem","type":"object"},"StudyTypeKeywordEnum":{"description":"All possible study types strings saved to search index documents.","type":"string","enum":["literature review","systematic review","case report","meta-analysis","rct","non-rct in vitro","non-rct experimental","non-rct other","non-rct observational study","animal"],"title":"StudyTypeKeywordEnum"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}},"securitySchemes":{"HTTPBearer":{"scheme":"bearer","type":"http"}}}}
</pre>


==Guide==
==Guide==