Skip to content

Comments

Patch for controllers/chat.py#38

Open
beetle-ai[bot] wants to merge 1 commit intomainfrom
fix/1759411186401-rkab8
Open

Patch for controllers/chat.py#38
beetle-ai[bot] wants to merge 1 commit intomainfrom
fix/1759411186401-rkab8

Conversation

@beetle-ai
Copy link

@beetle-ai beetle-ai bot commented Oct 2, 2025

Combined the try...except blocks into a single block.Changes made:

  • Replaced: `# Extract the JSON part from the response
    try:

Find the JSON object in the response

json_start = c...`

  • With: `# Extract the JSON part from the response
    try:

Find the JSON object in the response

json_start = c...`

Closes: #37

File: controllers/chat.py
Branch: fix/1759411186401-rkab8main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants