Prompt task
PromptTask
Bases: BaseTextInputTask
PromptTask
Bases: BaseTextInputTask
griptape/griptape/tasks/prompt_task.py
generate_system_template: Callable[[PromptTask], str] = field(default=Factory(lambda : self.default_system_template_generator, takes_self=True), kw_only=True)
class-attribute
instance-attribute
output: Optional[TextArtifact | ErrorArtifact | InfoArtifact] = field(default=None, init=False)
class-attribute
instance-attribute
prompt_driver: Optional[BasePromptDriver] = field(default=None, kw_only=True)
class-attribute
instance-attribute
prompt_stack: PromptStack
property
active_driver()
default_system_template_generator(_)