The Prompt-Generator

Registered by Wilson

A pluggable mechanism for developers to register prompt-set generator classes that produce custom prompt-sets based upon an input model.

Blueprint information

Status:
Not started
Approver:
Wilson
Priority:
Undefined
Drafter:
Wilson
Direction:
Needs approval
Assignee:
Wilson
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

Provides a mechanism to specify component generators that are invoked during the rendering phase to be converted into a list of prompt sets based upon the target model object.

<prompt-generator component-name="my-component" target="foo" />

An interface describes the generator contract for prompt-generator components:

public interface PromptGenerator<T> {

     PromptSet generator(T target) throws PromptGenerationException;

}

A suitable API for creating prompt sets should be available to the developer.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.