We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53db722 commit 88498beCopy full SHA for 88498be
go/dotprompt/types.go
@@ -120,9 +120,9 @@ type PromptMetadata struct {
120
// Model configuration. Not all models support all options.
121
Config ModelConfig `json:"config,omitempty"`
122
// Configuration for input variables.
123
- Input PromptMetadataInput `json:"input,omitempty"`
+ Input PromptMetadataInput `json:"input"`
124
// Defines the expected model output format.
125
- Output PromptMetadataOutput `json:"output,omitempty"`
+ Output PromptMetadataOutput `json:"output"`
126
// This field will contain the raw frontmatter as parsed with no additional
127
// processing or substitutions. If your implementation requires custom
128
// fields they will be available here.
0 commit comments