Nemo
Results
1
comments of
Nemo
I propose adding a new ContentPart type called `FileURLContent` to represent generic file URIs with associated MIME types. Some existing types: ```go type BinaryContent struct { MIMEType string Data []byte...