Clarify prompt input requirement documentation
This commit is contained in:
4
types.go
4
types.go
@@ -344,7 +344,9 @@ type ProfileInspection struct {
|
|||||||
type PromptInputDefinition struct {
|
type PromptInputDefinition struct {
|
||||||
// Name is the normalized prompt input name.
|
// Name is the normalized prompt input name.
|
||||||
Name string
|
Name string
|
||||||
// Required reports whether preparation requires the input.
|
// Required is the prompt definition's declared required flag. When true,
|
||||||
|
// preparation fails if the input is omitted. A false value does not account
|
||||||
|
// for input references in message or session-ID templates.
|
||||||
Required bool
|
Required bool
|
||||||
// ContentType is the declared input media-type metadata.
|
// ContentType is the declared input media-type metadata.
|
||||||
ContentType string
|
ContentType string
|
||||||
|
|||||||
Reference in New Issue
Block a user