class Prompt

source code

__init__

source code

def __init__(
        self,
        **components,
    ):

Create Prompt instance.

Arguments:

  • components - All components of the prompt.

Returns:

The Prompt instance.