Costs:
Agent cost: 0.017444999999999995
Prompt cost: 0.0035600000000000002
Agent tokens: 4545
Prompt tokens: 755
Time: 22.91813015937805
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #notanumber",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\nAnother newline",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with tabs\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with a very long string " + "a".repeat(1000),
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with HTML tags <script>alert('xss')</script>",
    "Title\n\nBody with JSON injection {\"key\": \"value\"}",
    "Title\n\nBody with invalid UTF-8 \x80\x81\x82",
    "Title\n\nBody with escape sequences \n\t\r",
    "Title\n\nBody with emojis 😊🚀🔥",
    "Title\n\nBody with mixed languages こんにちは, hello, 你好",
    "Title\n\nBody with binary data \x00\x01\x02",
    "Title\n\nBody with null character \0",
    "Title\n\nBody with path traversal ../../etc/passwd",
    "Title\n\nBody with command injection `rm -rf /`"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid characters: \u0000\u0001\u0002",
    "Title\n\nBody with excessive length: " + "a".repeat(10000),
    "Title\n\nBody with only spaces: " + " ".repeat(100),
    "Title\n\nBody with special characters: !@#$%^&*()_+",
    "Title\n\nBody with newline in the middle\ncloses #123",
    "Title\n\nBody with multiple newlines\n\n\ncloses #123",
    "Title\n\nBody with tabs\tcloses #123",
    "Title\n\nBody with mixed whitespace \t \n closes #123",
    "Title\n\nBody with HTML tags <div>closes #123</div>",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with JSON injection {\"key\": \"value\"}"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with a very long string " + "a".repeat(10000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.03945749999999999
Prompt cost: 0.02311
Agent tokens: 10170
Prompt tokens: 4705
Time: 77.56361651420593
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid issue reference closes #123abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a" * 10000,
    "Title\n\nBody with newline\n\n\n\n\n",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with mixed content 123abc!@#",
    "Title\n\nBody with HTML <html><body></body></html>",
    "Title\n\nBody with JSON {\"key\": \"value\"}",
    "Title\n\nBody with SQL SELECT * FROM table",
    "Title\n\nBody with code snippet `print('Hello World')`"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with SQL injection attempt ' OR '1'='1",
    "Title\n\nBody with HTML tags <script>alert('XSS')</script>"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.04813749999999999
Prompt cost: 0.19507000000000002
Agent tokens: 12460
Prompt tokens: 23098
Time: 230.90114426612854
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\nBody with invalid issue reference closes #abc",
        "Title\n\nBody with multiple invalid issue references closes #1, closes #xyz",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a".repeat(10000),
        "Title\n\nBody with newline\n\nAnother newline"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid syntax closes #123",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\nAnother newline",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with tabs\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n",
    "Title\n\nBody with emoji 😊",
    "Title\n\nBody with HTML <div>content</div>",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with JavaScript <script>alert('XSS')</script>"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "Title\n\nBody without closing issue",
    "Title\n\ncloses #",
    "Title\n\ncloses #notanumber",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n",
    "Title\n\nBody with only spaces          ",
    "Title\n\nBody with tabs\t\t\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n \t \n",
    "Title\n\nBody with JSON-like structure {\"key\": \"value\"}",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with HTML tags <html><body></body></html>",
    "Title\n\nBody with script <script>alert('XSS')</script>",
    "Title\n\nBody with emoji 😊😂👍",
    "Title\n\nBody with non-UTF characters \uFFFF\uFFFE",
    "Title\n\nBody with escape sequences \\n\\t\\r"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #notanumber",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n",
    "Title\n\nBody with only spaces          ",
    "Title\n\nBody with mixed newlines and spaces\n \n \n \n \n",
    "Title\n\nBody with JSON-like structure {\"key\": \"value\"}",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with HTML tags <html><body></body></html>",
    "Title\n\nBody with script <script>alert('XSS')</script>",
    "Title\n\nBody with emoji 😊😊😊",
    "Title\n\nBody with non-UTF characters \uFFFF\uFFFF"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.05850249999999999
Prompt cost: 0.21305
Agent tokens: 15079
Prompt tokens: 26891
Time: 263.35630679130554
Costs:
Agent cost: 0.0686275
Prompt cost: 0.21572999999999998
Agent tokens: 17674
Prompt tokens: 27558
Time: 278.7964062690735
Costs:
Agent cost: 0.09328750000000004
Prompt cost: 0.22085999999999997
Agent tokens: 23821
Prompt tokens: 28470
Time: 311.51700019836426
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #xyz",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\nin the middle"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.10216250000000003
Prompt cost: 0.38874
Agent tokens: 26126
Prompt tokens: 46056
Time: 458.5563449859619
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with a very long string " + "a".repeat(1000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.12335250000000003
Prompt cost: 0.39625999999999995
Agent tokens: 31332
Prompt tokens: 47606
Time: 495.4433104991913
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid syntax closes #123",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a" * 10000,
    "Title\n\nBody with newline\n\nAnother line",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with mixed content 123abc!@#"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\nBody without closing issue",
    "Title\n\ncloses #",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with only whitespace     "
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\nBody without closing issue",
    "Title\nBody without newline",
    "Title\n\n\nExtra newline before body",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #xyz",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(1000),
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with mixed content closes #1, text, 123, !@#"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.1414475
Prompt cost: 0.40911999999999993
Agent tokens: 35903
Prompt tokens: 50488
Time: 535.3577265739441
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\nBody with invalid issue reference closes #abc",
        "Title\n\nBody with multiple invalid issue references closes #1, closes #xyz",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a".repeat(10000),
        "Title\n\nBody with newline\n\nin the middle"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\ncloses #",
        "Title\n\ncloses #abc",
        "Title\n\ncloses #123, closes #",
        "Title\n\ncloses #123, closes #abc",
        "Title\n\nBody with invalid issue reference closes #123abc",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a" * 10000,
        "Title\n\nBody with newline\n\nAnother newline",
        "Title\n\nBody with only numbers 1234567890",
        "Title\n\nBody with mixed content 123abc!@#",
        "Title\n\nBody with JSON-like content {\"key\": \"value\"}",
        "Title\n\nBody with SQL injection ' OR '1'='1",
        "Title\n\nBody with HTML tags <html><body></body></html>",
        "Title\n\nBody with script <script>alert('XSS')</script>",
        "Title\n\nBody with escape sequences \\n\\t\\r"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.16531749999999995
Prompt cost: 0.4207399999999999
Agent tokens: 41938
Prompt tokens: 52847
Time: 579.4257850646973
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with a very long string " + "a".repeat(10000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #xyz",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with only whitespace     ",
    "Title\n\nBody with HTML tags <html><body></body></html>",
    "Title\n\nBody with JSON object {\"key\": \"value\"}",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with script injection <script>alert('XSS')</script>",
    "Title\n\nBody with emoji 😊😂👍",
    "Title\n\nBody with mixed languages こんにちは, hello, 你好",
    "Title\n\nBody with escape sequences \n\t\r",
    "Title\n\nBody with binary data \x00\x01\x02"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #notanumber",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\nAnother newline",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with tabs\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\nBody with invalid issue reference closes #123abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with newline\n\n\n\n\n",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with mixed newlines and spaces \n \n \n",
    "Title\n\nBody with invalid JSON {\"key\": \"value\"}",
    "Title\n\nBody with HTML <html><body></body></html>",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with script <script>alert('test');</script>",
    "Title\n\nBody with emoji 😊😊😊",
    "Title\n\nBody with non-UTF characters \uFFFF"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\nBody without closing issue",
    "Title\n\ncloses #",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with special characters !@#$%^&*()_+",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with only whitespace     ",
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with a very long string " + "a".repeat(10000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid issue reference closes #123abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a" * 10000,
    "Title\n\nBody with newline\n\nAnother line",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with tabs\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n",
    "Title\n\nBody with emoji 😊",
    "Title\n\nBody with HTML <div>content</div>",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with JavaScript <script>alert('XSS')</script>"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newlines",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #notanumber",
    "Title\n\nBody with invalid issue reference closes #abc",
    "Title\n\nBody with multiple invalid issue references closes #1, closes #abc",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a".repeat(10000),
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with only whitespace     ",
    "Title\n\nBody with newline\n\n\n\n",
    "Title\n\nBody with mixed content closes #1, text, 123, !@#"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid syntax closes #123",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with excessively long text " + "a" * 10000,
    "Title\n\nBody with newline\n\nAnother newline",
    "Title\n\nBody with only spaces     ",
    "Title\n\nBody with tabs\t\t\t",
    "Title\n\nBody with mixed whitespace \t \n",
    "Title\n\nBody with emoji 😊",
    "Title\n\nBody with non-UTF characters \uFFFF",
    "Title\n\nBody with SQL injection ' OR '1'='1",
    "Title\n\nBody with HTML tags <div></div>"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.17329749999999994
Prompt cost: 0.6171599999999999
Agent tokens: 44158
Prompt tokens: 76479
Time: 757.0037364959717
Costs:
Agent cost: 0.19252499999999997
Prompt cost: 0.6212799999999999
Agent tokens: 49041
Prompt tokens: 77290
Time: 788.3529937267303
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\ncloses #",
        "Title\n\ncloses #abc",
        "Title\n\ncloses #123, closes #",
        "Title\n\ncloses #123, closes #abc",
        "Title\n\nBody with invalid syntax closes #123",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a" * 10000,
        "Title\n\nBody with newline\n\n\n\n\n",
        "Title\n\nBody with only spaces     ",
        "Title\n\nBody with tabs\t\t\t",
        "Title\n\nBody with mixed whitespace \t \n",
        "Title\n\nBody with emoji 😊",
        "Title\n\nBody with HTML <div>content</div>",
        "Title\n\nBody with SQL injection ' OR '1'='1",
        "Title\n\nBody with JavaScript <script>alert('XSS')</script>"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid characters: \u0000\u0001\u0002",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with only special characters: !@#$%^&*()",
    "Title\n\nBody with SQL injection: DROP TABLE users;",
    "Title\n\nBody with HTML tags: <script>alert('XSS')</script>",
    "Title\n\nBody with JSON injection: {\"key\": \"value\"}",
    "Title\n\nBody with invalid JSON: {key: value}",
    "Title\n\nBody with escape sequences: \\n\\t\\b",
    "Title\n\nBody with emojis: 😀😃😄😁😆😅😂🤣😊😇",
    "Title\n\nBody with mixed languages: English中文Español",
    "Title\n\nBody with binary data: \x00\x01\x02"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.20776999999999995
Prompt cost: 0.79473
Agent tokens: 54215
Prompt tokens: 95832
Time: 939.643043756485
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with no issue reference",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\ncloses #123, closes #",
    "Title\n\ncloses #123, closes #abc",
    "Title\n\nBody with invalid characters: \u0000\u0001\u0002",
    "Title\n\nBody with excessive length " + "a".repeat(10000),
    "Title\n\nBody with only special characters: !@#$%^&*()",
    "Title\n\nBody with SQL injection: DROP TABLE users;",
    "Title\n\nBody with HTML tags: <script>alert('XSS')</script>",
    "Title\n\nBody with JSON injection: {\"key\": \"value\"}",
    "Title\n\nBody with escape sequences: \\n\\t\\b",
    "Title\n\nBody with emojis: 😀😃😄😁😆😅😂🤣😊😇",
    "Title\n\nBody with mixed languages: English中文Español",
    "Title\n\nBody with binary data: \x00\x01\x02",
    "Title\n\nBody with null byte: \0"
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\ncloses #",
        "Title\n\ncloses #abc",
        "Title\n\ncloses #123, closes #",
        "Title\n\ncloses #123, closes #abc",
        "Title\n\nBody with invalid syntax closes #123",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a" * 10000,
        "Title\n\nBody with newline\n\nAnother newline",
        "Title\n\nBody with only numbers 1234567890",
        "Title\n\nBody with mixed content 123abc!@#"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "\n\nBody without title",
    "Title\nBody without newline",
    "Title\n\nBody with incorrect issue reference closes #",
    "Title\n\nBody with malformed issue reference closes #abc",
    "Title\n\nBody with excessive newlines\n\n\n\n",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with only numbers 1234567890",
    "Title\n\nBody with a very long string " + "a".repeat(1000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.2324524999999999
Prompt cost: 0.80953
Agent tokens: 60446
Prompt tokens: 98908
Time: 985.4620807170868
Cannot parse output: Invalid json output: ```json
{
  "prompts": [
    "Title without body",
    "Title\n\n",
    "Title\n\nBody without closing issue",
    "Title\n\ncloses #",
    "Title\n\ncloses #abc",
    "Title\n\nBody with invalid issue reference closes #3, closes #abc",
    "Title\n\nBody with too many issue references closes #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8, closes #9, closes #10, closes #11, closes #12, closes #13, closes #14, closes #15, closes #16, closes #17, closes #18, closes #19, closes #20",
    "Title\n\nBody with special characters !@#$%^&*()",
    "Title\n\nBody with newline\n\n\n\n\n\n\n\n\n\n",
    "Title\n\nBody with excessively long text " + "a".repeat(10000)
  ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Cannot parse output: Invalid json output: ```json
{
    "prompts": [
        "Title without body",
        "Title\n\n",
        "\n\nBody without title",
        "Title\nBody without newline",
        "Title\n\nBody with no issue reference",
        "Title\n\ncloses #",
        "Title\n\ncloses #abc",
        "Title\n\ncloses #123, closes #",
        "Title\n\ncloses #123, closes #abc",
        "Title\n\nBody with invalid issue reference closes #123abc",
        "Title\n\nBody with special characters !@#$%^&*()",
        "Title\n\nBody with excessively long text " + "a" * 10000,
        "Title\n\nBody with newline\n\nAnother line",
        "Title\n\nBody with only numbers 1234567890",
        "Title\n\nBody with mixed content 123abc!@#",
        "Title\n\nBody with JSON-like content {\"key\": \"value\"}",
        "Title\n\nBody with SQL injection ' OR '1'='1",
        "Title\n\nBody with HTML tags <div>content</div>",
        "Title\n\nBody with script <script>alert('xss')</script>",
        "Title\n\nBody with escape sequences \n\t\r"
    ]
}
```
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE 
Costs:
Agent cost: 0.2442024999999999
Prompt cost: 0.8198799999999999
Agent tokens: 63205
Prompt tokens: 101140
Time: 1015.2214288711548
