Anthropic::UploadSkillRequest
Request to create a skill (upload as multipart).
Constructors
from_file(path : String) : self
Create from a file path. Reads file content and makes an owned copy of the byte buffer so there are no dangling slice references.
Create from a string. Makes an owned copy of the byte buffer so there are no dangling slice references.
Instance methods
content
Sourcefilename
Source