Skip to content

Class swarmauri_core.prompts.IPrompt.IPrompt

swarmauri_core.prompts.IPrompt.IPrompt

Bases: ABC

A base abstract class representing a prompt system.

METHOD DESCRIPTION
__call__

Abstract method that subclasses must implement to enable the instance to be called directly.