Skip to content

Integrate TextPrompt and MultimodalPrompt into BaseLLM #3

@everettVT

Description

@everettVT

Implement the TextPrompt and MultimodalPrompt classes into the BaseLLM class. Ensure that the BaseLLM, while being multimodal, can also accept and work with the BaseTextPrompt class seamlessly.

Action Items:
Modify the BaseLLM class to accept and process both TextPrompt and MultimodalPrompt instances.
Implement necessary logic to differentiate and handle the different prompt types.

Definition of Done (DoD):
Comprehensive unit tests are written and passing to ensure BaseLLM can handle both prompt types.
Documentation is created or updated to reflect the changes, including how to use the LLM with different prompt types.
Code is reviewed and approved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions