BS Meter Realtime
0
0
About BS Meter Realtime
Detects and measures information credibility. Provides a "BS Score" (0-100) based on content analysis for misinformation signs, including factual inaccuracies and sensationalist language. Real-time feedback.
June 03,2024
Information
- GPTs Creator Lee
- Categories Research
- GPT Updated June 03,2024
- Updated June 04,2024
Capabilities
- DALLE•E ✓Image Creation
- Browsing ✓Real-Time Retrieval
Share recipient
- OpenAI‘s GPT Store Public
Timeline
BS Meter Realtime
By Lee
BS Meter Realtime is inactive right now!
3.7
Ratings (11)
Research
Category
700+
Conversations
Try Alternatives
What is BSS Meter?
Analyze this news article for credibility.
Check the truthfulness of this statement.
Is this information accurate?
Message ChatGPT
What Can BS Meter Realtime Do with ChatGPT?
1. Function Calls
2. Function Calls
Field | Value |
---|---|
action_id | g-3b8ffdc38de85e3bb42f752c16acc4dcab6c676c |
domain | actions.sider.ai |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"Sider Tools API", "description"=>"An API for various tools that are available from Sider AI to be used with any GPT.", "version"=>"1.0.0"}, "paths"=>{"/linkReader/extract"=>{"get"=>{"summary"=>"Url Extract", "description"=>"Extracts information from a single URL or a list of URLs.\n:param url: A single URL or a string formatted as a JSON list of URLs.", "operationId"=>"url_extract_linkReader_extract_get", "parameters"=>[{"name"=>"url", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Url"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/scholarGPT/advanced_scholar"=>{"get"=>{"summary"=>"Scholar Search Advanced", "description"=>":param query: Search query.\n:param language: language code.\n:param year_start: Start year.\n:param year_end: End year.\n:param sorted: false for relevance, true for date.\n:param count: count/2 returned.", "operationId"=>"scholar_search_advanced_scholarGPT_advanced_scholar_get", "parameters"=>[{"name"=>"query", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Query"}}, {"name"=>"language", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "default"=>"en", "title"=>"Language"}}, {"name"=>"year_start", "in"=>"query", "required"=>false, "schema"=>{"type"=>"integer", "title"=>"Year Start"}}, {"name"=>"year_end", "in"=>"query", "required"=>false, "schema"=>{"type"=>"integer", "title"=>"Year End"}}, {"name"=>"sorted", "in"=>"query", "required"=>false, "schema"=>{"type"=>"boolean", "default"=>false, "title"=>"Sorted"}}, {"name"=>"count", "in"=>"query", "required"=>false, "schema"=>{"type"=>"integer", "default"=>20, "title"=>"Count"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/scholarGPT/patents"=>{"get"=>{"summary"=>"Get Patents", "description"=>":param query: Search query.\n:param language: language code.\n:param country\n:param sort: \"new\", \"old\", None.\n:param before: type:YYYYMMDD\n:param after: type:YYYYMMDD\n:param status: \"GRANT\", \"APPLICATION\"", "operationId"=>"get_patents_scholarGPT_patents_get", "parameters"=>[{"name"=>"query", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Query"}}, {"name"=>"language", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "default"=>"en", "title"=>"Language"}}, {"name"=>"country", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Country"}}, {"name"=>"sort", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Sort"}}, {"name"=>"before", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Before"}}, {"name"=>"after", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"After"}}, {"name"=>"status", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Status"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/googleGPT/search_with_rerank"=>{"get"=>{"summary"=>"Google Search With Rerank", "description"=>":param query: The search query.\n:param language: ISO-639-1 language code.\n:param time: The time period to search for. Options are \"h\" for past hour, \"d\" for past day, \"w\" for past week, and \"m\" for past month.\n:param country\n:param count: count/2 results returned.", "operationId"=>"google_search_with_rerank_googleGPT_search_with_rerank_get", "parameters"=>[{"name"=>"query", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Query"}}, {"name"=>"language", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "default"=>"en", "title"=>"Language"}}, {"name"=>"time", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Time"}}, {"name"=>"country", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "title"=>"Country"}}, {"name"=>"count", "in"=>"query", "required"=>false, "schema"=>{"type"=>"integer", "default"=>20, "title"=>"Count"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/tutorGPT/llm-api"=>{"get"=>{"summary"=>"Get Response", "operationId"=>"get_response_tutorGPT_llm_api_get", "parameters"=>[{"name"=>"query", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Query"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}}, "components"=>{"schemas"=>{"Body_generate_slides_sider_presenter_api_slides_post"=>{"properties"=>{"slides"=>{"items"=>{}, "type"=>"array", "title"=>"Slides"}}, "type"=>"object", "required"=>["slides"], "title"=>"Body_generate_slides_sider_presenter_api_slides_post"}, "HTTPValidationError"=>{"properties"=>{"detail"=>{"items"=>{"$ref"=>"#/components/schemas/ValidationError"}, "type"=>"array", "title"=>"Detail"}}, "type"=>"object", "title"=>"HTTPValidationError"}, "RerankRequest"=>{"properties"=>{"query"=>{"type"=>"string", "title"=>"Query"}, "documents"=>{"items"=>{"type"=>"string"}, "type"=>"array", "title"=>"Documents"}, "language"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"null"}], "title"=>"Language", "default"=>"en"}}, "type"=>"object", "required"=>["query", "documents"], "title"=>"RerankRequest"}, "ValidationError"=>{"properties"=>{"loc"=>{"items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}, "type"=>"array", "title"=>"Location"}, "msg"=>{"type"=>"string", "title"=>"Message"}, "type"=>{"type"=>"string", "title"=>"Error Type"}}, "type"=>"object", "required"=>["loc", "msg", "type"], "title"=>"ValidationError"}}}, "servers"=>[{"url"=>"https://actions.sider.ai/gpts/action"}]} |
auth | {"type":"none"} |
privacy_policy_url | https://sider.ai/policies/privacy |
Field | Value |
---|---|
action_id | g-7d9d6f9dbc12179c7074c9d16c3acaf461d25ea7 |
domain | chat-prompt.com |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"API for in-depth information search", "version"=>"0.0.1.0"}, "servers"=>[{"url"=>"https://chat-prompt.com", "description"=>"We provide information API tailored for different chatbots."}], "paths"=>{"/youtube/get_product_info"=>{"get"=>{"summary"=>"Get product info", "operationId"=>"get_product_info", "parameters"=>[{"in"=>"query", "name"=>"query", "required"=>true, "description"=>"The main topic of the GPTs description", "schema"=>{"type"=>"string", "default"=>"backend"}}, {"in"=>"query", "name"=>"botname", "required"=>true, "description"=>"The name of this GPTs", "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}}, "security"=>[{"apiKey"=>[]}]}}, "/youtube/TrackSearch"=>{"get"=>{"summary"=>"Track and process new links", "operationId"=>"trackSearch", "parameters"=>[{"in"=>"query", "name"=>"Links", "required"=>true, "description"=>"Comma-separated list of links to track and process. If empty, leave blank. Examples: LinkRelation1, LinkRelation2, LinkRelation3..", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"nextIntentPrediction", "required"=>true, "description"=>"An English query string to predict additional queries from the user for search purposes.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"v2", "required"=>true, "description"=>"A boolean flag indicating whether to use the version 2 logic for tracking and processing. Defaults to true.", "schema"=>{"type"=>"boolean", "default"=>true}}], "responses"=>{"200"=>{"description"=>"Returns processed and remaining links", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"ProcessedLinks"=>{"type"=>"array", "items"=>{"type"=>"string"}}, "RemainingLinks"=>{"type"=>"array", "items"=>{"type"=>"string"}}}}}}}}}}, "/youtube/DeepSearch"=>{"get"=>{"summary"=>"Perform a deep search to retrieve data from links", "operationId"=>"deepSearch", "parameters"=>[{"in"=>"query", "name"=>"q", "required"=>true, "description"=>"Use an English query string to search for relevant links. However, if users inquire about prices or local content, switch to a search engine in their language to ensure accuracy and relevance", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"realtime", "required"=>true, "description"=>"This parameter should be set to true if the query requires the most current data available, even if the latest data is from the previous day. For example, set this parameter to true when querying for the latest stock prices or yesterday's closing prices if today's data is not yet available.", "schema"=>{"type"=>"boolean", "default"=>false}}], "responses"=>{"200"=>{"description"=>"Returns news items collected from the top links and the total count of links", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"Result"=>{"type"=>"array", "description"=>"List of news items from processed links", "items"=>{"type"=>"object", "properties"=>{"Title"=>{"type"=>"string"}, "Description"=>{"type"=>"string"}, "PublishDate"=>{"type"=>"string"}, "Link"=>{"type"=>"string"}, "CoverImage"=>{"type"=>"string"}}}}, "TotalCount"=>{"type"=>"integer", "description"=>"Total number of links processed and remaining"}}}}}}}}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://chat-prompt.com/Privacy |
Capabilitiy | Function | Tools |
---|---|---|
DALLE•E | Generate unique images based on textual descriptions provided. | Dalle |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
BS Meter Realtime reviews
Similar GPTs
Retrieve and analyze financial statements from credible source (Alpha Vantage) for in-depth financial analysis.
20
Financial GPT
by ai.zxtcode.comExpert in financial analysis of U.S. stocks, China A-shares, Hong Kong stocks, funds, cryptocurrencies and macro data.
500
3.5
Financial Report GPT
by woldy weiExpert in detailed financial statement analysis and investment insights.
70
Money Insights
by boarderframe.comAI-driven expert in financial analysis, planning, and user-friendly explanations.
5
Market Insight GPT
by MR T ASMALConversational, detailed financial news and accurate graph generation.
200