Costs:
Agent cost: 0.001095
Prompt cost: 0.16488250000000002
Agent tokens: 309
Prompt tokens: 16801
Time: 114.9115846157074
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "{\"search_query\": \"My issue title or topic\"}",
    "SELECT * FROM issues",
    "DROP TABLE issues",
    "search_query: [1, 2, 3]",
    "search_query: {'key': 'value'}",
    "search_query: 12345"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.00219
Prompt cost: 0.33177750000000006
Agent tokens: 618
Prompt tokens: 34116
Time: 288.8059387207031
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "{\"search_query\": \"My issue title or topic\"",
    "{\"search_query\": 12345}",
    "{\"search_query\": [\"issue1\", \"issue2\"]}",
    "{\"search_query\": {\"key\": \"value\"}}",
    "{\"search_query\": \"SELECT * FROM issues\"}",
    "{\"search_query\": \"DROP TABLE issues\"}"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "search_query: 12345",
    "search_query: {'key': 'value'}",
    "search_query: [1, 2, 3]",
    "search_query: true",
    "search_query: false",
    "search_query: undefined",
    "search_query: NaN",
    "search_query: function() { return 'test'; }",
    "search_query: new Date()",
    "search_query: /regex/",
    "search_query: <script>alert('test')</script>",
    "search_query: SELECT * FROM issues",
    "search_query: DROP TABLE issues",
    "search_query: --comment",
    "search_query: ;shutdown",
    "search_query: OR 1=1",
    "search_query: ' OR '1'='1",
    "search_query: \" OR \"1\"=\"1",
    "search_query: ' OR 1=1 --",
    "search_query: \" OR 1=1 --",
    "search_query: ' OR 'a'='a",
    "search_query: \" OR \"a\"=\"a",
    "search_query: ' OR 'a'='a' --",
    "search_query: \" OR \"a\"=\"a\" --",
    "search_query: ' OR 'a'='a' /*",
    "search_query: \" OR \"a\"=\"a\" /*",
    "search_query: ' OR 'a'='a' #",
    "search_query: \" OR \"a\"=\"a\" #",
    "search_query: ' OR 'a'='a' -- -",
    "search_query: \" OR \"a\"=\"a\" -- -",
    "search_query: ' OR 'a'='a' /* -",
    "search_query: \" OR \"a\"=\"a\" /* -",
    "search_query: ' OR 'a'='a' # -",
    "search_query: \" OR \"a\"=\"a\" # -",
    "search_query: ' OR 'a'='a' -- - -",
    "search_query: \" OR \"a\"=\"a\" -- - -",
    "search_query: ' OR 'a'='a' /* - -",
    "search_query: \" OR \"a\"=\"a\" /* - -",
    "search_query: ' OR 'a'='a' # - -",
    "search_query: \" OR \"a\"=\"a\" # - -",
    "search_query: ' OR 'a'='a' -- - - -",
    "search_query: \" OR \"a\"=\"a\" -- - - -",
    "search_query: ' OR 'a'='a' /* - - -",
    "search_query: \" OR \"a\"=\"a\" /* - - -",
    "search_query: ' OR 'a'='a' # - - -",
    "search_query: \" OR \"a\"=\"a\" # - - -"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.003285
Prompt cost: 0.5064850000000001
Agent tokens: 927
Prompt tokens: 52525
Time: 521.1681094169617
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "{\"search_query\": 12345}",
    "{\"search_query\": {\"key\": \"value\"}}",
    "{\"search_query\": [\"list\", \"of\", \"strings\"]}",
    "{\"search_query\": \"valid string\", \"extra_param\": \"unexpected\"}",
    "{\"search_query\": \"valid string\", \"search_query\": \"duplicate\"}",
    "{\"search_query\": \"valid string\" * 1000}"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "",
        " ",
        "a" * 10000,
        null,
        "{}",
        "[]",
        "search_query: ",
        "search_query: null",
        "search_query: {}",
        "search_query: []",
        "search_query: ''",
        "search_query: ' '",
        "search_query: 'a' * 10000",
        "search_query: null",
        "search_query: undefined",
        "search_query: NaN",
        "search_query: true",
        "search_query: false",
        "search_query: 12345",
        "search_query: 0.12345",
        "search_query: -12345",
        "search_query: 'a' + 'b'",
        "search_query: 'str'.repeat(1000)"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "{\"search_query\": \"My issue title or topic\"}",
    "SELECT * FROM issues WHERE title='My issue title or topic'",
    "DROP TABLE issues",
    "search_query: ['My issue title or topic']",
    "search_query: {'key': 'value'}",
    "search_query: 12345"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "search_query: null",
    "{\"search_query\": 12345}",
    "{\"search_query\": {\"key\": \"value\"}}",
    "{\"search_query\": [\"list\", \"of\", \"strings\"]}",
    "{\"search_query\": \"SELECT * FROM issues\"}",
    "{\"search_query\": \"DROP TABLE issues\"}",
    "{\"search_query\": \"<script>alert('XSS')</script>\"}",
    "{\"search_query\": \"' OR '1'='1\"}",
    "{\"search_query\": \"{}}\"",
    "{\"search_query\": \"\\u0000\"}",
    "{\"search_query\": \"\\n\\n\\n\"}",
    "{\"search_query\": \"\\t\\t\\t\"}",
    "{\"search_query\": \"\\b\\b\\b\"}",
    "{\"search_query\": \"\\f\\f\\f\"}",
    "{\"search_query\": \"\\r\\r\\r\"}",
    "{\"search_query\": \"\\x00\\x00\\x00\"}",
    "{\"search_query\": \"\\uFFFF\"}"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    "\n",
    "\t",
    "search_query: ",
    "search_query: ''",
    "search_query: ' '",
    "search_query: 'a' * 10000",
    "search_query: '\n'",
    "search_query: '\t'"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "",
        " ",
        "a" * 10000,
        "search_query: ",
        "search_query: null",
        "search_query: undefined",
        "search_query: []",
        "search_query: {}",
        "search_query: 12345",
        "search_query: true",
        "search_query: false",
        "search_query: NaN",
        "search_query: function() {}",
        "search_query: new Date()",
        "search_query: /regex/",
        "search_query: <script>alert('test')</script>",
        "search_query: SELECT * FROM issues",
        "search_query: DROP TABLE issues",
        "search_query: --comment",
        "search_query: ;shutdown",
        "search_query: OR 1=1",
        "search_query: ' OR '1'='1",
        "search_query: \" OR \"1\"=\"1",
        "search_query: ' OR 1=1 --",
        "search_query: \" OR 1=1 --",
        "search_query: ' OR 'a'='a",
        "search_query: \" OR \"a\"=\"a",
        "search_query: ' OR ''='",
        "search_query: \" OR \"\"=\"",
        "search_query: ' OR 1=1#",
        "search_query: \" OR 1=1#",
        "search_query: ' OR 1=1/*",
        "search_query: \" OR 1=1/*",
        "search_query: ' OR 1=1;--",
        "search_query: \" OR 1=1;--",
        "search_query: ' OR 1=1;#",
        "search_query: \" OR 1=1;#",
        "search_query: ' OR 1=1;/*",
        "search_query: \" OR 1=1;/*",
        "search_query: ' OR 1=1;--",
        "search_query: \" OR 1=1;--",
        "search_query: ' OR 1=1;#",
        "search_query: \" OR 1=1;#",
        "search_query: ' OR 1=1;/*",
        "search_query: \" OR 1=1;/*",
        "search_query: ' OR 1=1;--",
        "search_query: \" OR 1=1;--",
        "search_query: ' OR 1=1;#",
        "search_query: \" OR 1=1;#",
        "search_query: ' OR 1=1;/*",
        "search_query: \" OR 1=1;/*"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "",
    " ",
    "a" * 10000,
    null,
    "search_query: ",
    "search_query: null",
    "search_query: ",
    "search_query: " + "a" * 10000,
    "search_query: " + " " * 10000,
    "search_query: " + "\n" * 10000
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "",
        " ",
        "a" * 10000,
        null,
        "SELECT * FROM issues WHERE title=''",
        "DROP TABLE issues",
        "INSERT INTO issues (title) VALUES ('test')",
        "1=1",
        "search_query: {'description': 'Natural language search query, e.g. `My issue title or topic`.', 'type': 'string'}",
        "search_query: {'type': 'string', 'description': 'Natural language search query, e.g. `My issue title or topic`.'}"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.004390000000000001
Prompt cost: 0.6952675
Agent tokens: 1237
Prompt tokens: 74218
Time: 707.923948764801
