Documentation ¶
Index ¶
- func RunIntoWriter(ctx context2.Context, c GeppettoRunnable, manager conversation.Manager, ...) error
- func RunToContextManager(ctx context2.Context, c GeppettoRunnable, manager conversation.Manager) (conversation.Manager, error)
- func RunToString(ctx context2.Context, c GeppettoRunnable, manager conversation.Manager) (string, error)
- type GeppettoRunnable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunIntoWriter ¶ added in v0.2.24
func RunIntoWriter( ctx context2.Context, c GeppettoRunnable, manager conversation.Manager, w io.Writer, ) error
func RunToContextManager ¶ added in v0.2.24
func RunToContextManager( ctx context2.Context, c GeppettoRunnable, manager conversation.Manager, ) (conversation.Manager, error)
func RunToString ¶ added in v0.2.24
func RunToString( ctx context2.Context, c GeppettoRunnable, manager conversation.Manager, ) (string, error)
Types ¶
type GeppettoRunnable ¶ added in v0.2.24
type GeppettoRunnable interface {
RunWithManager(ctx context2.Context, manager conversation.Manager) (steps.StepResult[string], error)
}
Click to show internal directories.
Click to hide internal directories.