updateStreamCategory
Change the game category of a Twitch stream to a specified category, such as 'Fortnite', using AI-powered tools for stream management.
Instructions
Update the game category of the stream
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | The new game category, e.g. 'Fortnite' |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "The new game category, e.g. 'Fortnite'",
"type": "string"
}
},
"required": [
"category"
],
"type": "object"
}