Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
Topic string `json:"topic" jsonschema:"title=Topic,description=The topic of the research,required"`
Notes string `json:"notes" jsonschema:"title=Notes,description=Additional notes or context for the research"`
EOIs []string `` /* 162-byte string literal not displayed */
}
Process defines the process for conducting research on a specific topic.
func (*Process) GenerateSchema ¶
Click to show internal directories.
Click to hide internal directories.