tidychatmodels
tidychatmodels copied to clipboard
Enforce that messages are length 1 vectors
In add_message() I need to ensure that the content is a length 1 vector. For example using the output of read_lines() results in a 400 Bad request.