Skip to contents

Make a request to an LLM provider

Usage

request(x, message = NULL, ...)

Arguments

x

An object of class provider or agent.

message

A message object.

...

Additional arguments passed to methods.

Value

A response object

Details

You can make a request with message = NULL The agent will send the history of the conversation to the LLM provider.