The glamourous AI coding agent for your favourite terminal 💘
1package apiform 2 3type Marshaler interface { 4 MarshalMultipart() ([]byte, string, error) 5}