Invalid JSON:
Expected ',' or ']' after array element in JSON
at line 56, column 5
| [ | |
| { | |
| "question": "Should I buy bitcoin or MSTR?", | |
| "expecteds": | |
| { | |
| "includes": ["microstrategy", "bitcoin"], | |
| "excludes": ["mastercard"], | |
| "functions_used": ["get_analysis"] | |
| } | |
| }, | |
| { | |
| "question": "How do market cycles affect cryptocurrencies and traditional investments?", | |
| "expecteds": | |
| { | |
| "includes": [], | |
| "excludes": [], | |
| "functions_used": [] | |
| } | |
| }, | |
| { | |
| "question": "What is the block size debate in Bitcoin?", | |
| "expecteds": | |
| { | |
| "includes": ["fork", "transactions"], | |
| "excludes": [], | |
| "functions_used": [] | |
| } | |
| }, | |
| { | |
| "question": "How has Bitcoin's protocol changed over time?", | |
| "expecteds": | |
| { | |
| "includes": [], | |
| "excludes": [], | |
| "functions_used": [] | |
| } | |
| }, | |
| { | |
| "question": "Should I buy BTC or ETH?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC", "ETH"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis"] | |
| } | |
| }, | |
| { | |
| "question": "Why is Bitcoin down today?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis", "get_current_stock_price"] | |
| } | |
| } | |
| { | |
| "question": "Why is Bitcoin up today?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis", "get_current_stock_price"] | |
| } | |
| } | |
| { | |
| "question": "What is the latest news on Bitcoin?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis"] | |
| } | |
| { | |
| "question": "What does bitcoin halving mean?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC", "mining"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis"] | |
| } | |
| } | |
| { | |
| "question": "What bitcoin ETF should I buy?", | |
| "expecteds": | |
| { | |
| "includes": ["BTC", "ETF"], | |
| "excludes": [], | |
| "functions_used": ["get_analysis"] | |
| } | |
| } | |
| ] | |