Skip to main content

SkillRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SkillRequestBody.json
contextstring

Additional context for the skill

localestring

Locale for prompt selection (default: config default)

Possible values: [it, en]

urlstringrequired

Target company URL

Possible values: non-empty

SkillRequestBody
{
"$schema": "https://example.com/schemas/SkillRequestBody.json",
"context": "string",
"locale": "it",
"url": "string"
}