Skip to content

Failed API calls should not be failures, not errors #420

Open
@SamMorrowDrums

Description

@SamMorrowDrums

An example:

return nil, fmt.Errorf("failed to get user: %w", err)

As discussed here and here in general failures of this kind are not to be returned as errors, but instead returned as failed tool calls.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions