Enum: FieldKind
Whether a Signature field is consumed as input or produced as output.
URI: dspy:FieldKind
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| INPUT | dspy:input | Field is part of the module's input |
| OUTPUT | dspy:output | Field is produced by the module |
Slots
| Name | Description |
|---|---|
| field_kind | Whether this Signature field is an input or output |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/dspy
LinkML Source
name: FieldKind
description: Whether a Signature field is consumed as input or produced as output.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
permissible_values:
INPUT:
text: INPUT
description: Field is part of the module's input.
meaning: dspy:input
OUTPUT:
text: OUTPUT
description: Field is produced by the module.
meaning: dspy:output