Documentation
¶
Index ¶
- type Blueprint
- func (bp *Blueprint) About() string
- func (bp *Blueprint) JobCount() int
- func (bp *Blueprint) Name() string
- func (bp *Blueprint) Prompt(ctx context.Context, input any, opt ...chatter.Opt) (any, error)
- func (bp *Blueprint) Schema() (*jsonschema.Schema, *jsonschema.Schema)
- func (bp *Blueprint) StepCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blueprint ¶
type Blueprint struct {
// contains filtered or unexported fields
}
Blueprint represents a compiled workflow
func (*Blueprint) Schema ¶
func (bp *Blueprint) Schema() (*jsonschema.Schema, *jsonschema.Schema)
Click to show internal directories.
Click to hide internal directories.