tidychatmodels icon indicating copy to clipboard operation
tidychatmodels copied to clipboard

Enforce that messages are length 1 vectors

Open AlbertRapp opened this issue 1 year ago • 0 comments

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.

AlbertRapp avatar Mar 16 '24 09:03 AlbertRapp