본문으로 건너뛰기

ArtifactTemplate

Listing entry for an artifact scaffold (no ZIP body).

nameName (string)필수

URL-safe identifier used to download the template.

descriptionDescription (string)필수

Short summary of the scaffold.

protocolProtocol (string)필수

REST contract this scaffold implements (matches Model.protocol). Clients filter the list endpoint via ?protocol=<value>.

Possible values: [openai-embeddings, custom]

ArtifactTemplate
{
"name": "string",
"description": "string",
"protocol": "openai-embeddings"
}