The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AI::Ollama::Message -

SYNOPSIS

  my $obj = AI::Ollama::Message->new();
  ...

PROPERTIES

content

The content of the message

images

(optional) a list of Base64-encoded images to include in the message (for multimodal models such as llava)

role

The role of the message