Skip to content

Tool error / cancellation updates#2587

Merged
kzsb03 merged 4 commits intodevfrom
tool-error
Jan 28, 2026
Merged

Tool error / cancellation updates#2587
kzsb03 merged 4 commits intodevfrom
tool-error

Conversation

@tevanburen
Copy link
Copy Markdown
Contributor

@tevanburen tevanburen commented Jan 27, 2026

Description

Improve error handling of tools on playground

Changes Made

  • Errors are now passed to the LLM
  • Errors encountered during auto-execute or on the default UI are no longer blocking

How to Test

  1. Have access to Tool A, an auto-executing tool that throws an error, and Tool B, a tool that does not auto-execute but also throws an error
  2. Prompt the chat for Tool A
  3. When it executes and errors, verify that the LLM acknowledges the error, and that you can still continue the chat
  4. Repeat 2-3 for Tool B

@tevanburen tevanburen linked an issue Jan 27, 2026 that may be closed by this pull request
@tevanburen tevanburen self-assigned this Jan 27, 2026
@tevanburen tevanburen marked this pull request as ready for review January 27, 2026 21:27
@tevanburen tevanburen requested a review from a team as a code owner January 27, 2026 21:27
@kzsb03 kzsb03 merged commit c0f4b5c into dev Jan 28, 2026
3 checks passed
@kzsb03 kzsb03 deleted the tool-error branch January 28, 2026 14:29
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /update_changelog

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.

Updates to errors during tool execution

2 participants