FieldValueInput interface exported
Last updated: 2026-03-01T23:25:47.069Z
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
interface FieldValueInput
Summary
Metadata about a form field needed to generate an appropriate value.
Source Code
export interface FieldValueInput {
readonly label?: string;
readonly name?: string;
readonly id?: string;
readonly placeholder?: string;
readonly autocomplete?: string;
readonly inputType: string;
readonly fieldType: FieldType;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FieldType | uses |
| StructuredPrompt | uses |
| renderPromptBase | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| getLanguageModelApi | uses |
| isAvailableViaProxy | uses |
| getLanguageModelApi | uses |