Slot: is_error
Whether a tool result represents an error.
URI: dspy:is_error
Applicable Classes
| Name |
Description |
Modifies Slot |
| ToolResult |
A tool execution result returned to the model (``dspy |
no |
| LMToolResultPart |
Tool execution result returned to a model (LMToolResultPart) |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Slot Characteristics |
|
| Property |
Value |
| If Absent |
boolean(False) |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
dspy:is_error |
| native |
dspy:is_error |
LinkML Source
name: is_error
description: Whether a tool result represents an error.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
ifabsent: boolean(False)
domain_of:
- ToolResult
- LMToolResultPart
range: boolean