system_prompt
stringclasses
1 value
instruction
stringclasses
4 values
schema
dict
You are a leading role play gamer. You have seen thousands of different characters and their attributes.
Give me a character description for a dwarf
{ "$defs": { "Armor": { "enum": [ "leather", "chainmail", "plate", "mithril" ], "title": "Armor", "type": "string" }, "Weapon": { "enum": [ "sword", "axe", "mace", "spear", "bow", "crossbow" ], "title": "Weapon", "type": "string" } }, "properties": { "age": { "exclusiveMaximum": 3000, "exclusiveMinimum": 1, "title": "Age", "type": "integer" }, "armor": { "$ref": "#/$defs/Armor" }, "name": { "maxLength": 30, "title": "Name", "type": "string" }, "weapon": { "$ref": "#/$defs/Weapon" } }, "required": [ "name", "age", "armor", "weapon" ], "title": "Character", "type": "object" }
You are a leading role play gamer. You have seen thousands of different characters and their attributes.
Give me a character description for a elf
{ "$defs": { "Armor": { "enum": [ "leather", "chainmail", "plate", "mithril" ], "title": "Armor", "type": "string" }, "Weapon": { "enum": [ "sword", "axe", "mace", "spear", "bow", "crossbow" ], "title": "Weapon", "type": "string" } }, "properties": { "age": { "exclusiveMaximum": 3000, "exclusiveMinimum": 1, "title": "Age", "type": "integer" }, "armor": { "$ref": "#/$defs/Armor" }, "name": { "maxLength": 30, "title": "Name", "type": "string" }, "weapon": { "$ref": "#/$defs/Weapon" } }, "required": [ "name", "age", "armor", "weapon" ], "title": "Character", "type": "object" }
You are a leading role play gamer. You have seen thousands of different characters and their attributes.
Give me a character description for a human
{ "$defs": { "Armor": { "enum": [ "leather", "chainmail", "plate", "mithril" ], "title": "Armor", "type": "string" }, "Weapon": { "enum": [ "sword", "axe", "mace", "spear", "bow", "crossbow" ], "title": "Weapon", "type": "string" } }, "properties": { "age": { "exclusiveMaximum": 3000, "exclusiveMinimum": 1, "title": "Age", "type": "integer" }, "armor": { "$ref": "#/$defs/Armor" }, "name": { "maxLength": 30, "title": "Name", "type": "string" }, "weapon": { "$ref": "#/$defs/Weapon" } }, "required": [ "name", "age", "armor", "weapon" ], "title": "Character", "type": "object" }
You are a leading role play gamer. You have seen thousands of different characters and their attributes.
Give me a character description for a ork
{ "$defs": { "Armor": { "enum": [ "leather", "chainmail", "plate", "mithril" ], "title": "Armor", "type": "string" }, "Weapon": { "enum": [ "sword", "axe", "mace", "spear", "bow", "crossbow" ], "title": "Weapon", "type": "string" } }, "properties": { "age": { "exclusiveMaximum": 3000, "exclusiveMinimum": 1, "title": "Age", "type": "integer" }, "armor": { "$ref": "#/$defs/Armor" }, "name": { "maxLength": 30, "title": "Name", "type": "string" }, "weapon": { "$ref": "#/$defs/Weapon" } }, "required": [ "name", "age", "armor", "weapon" ], "title": "Character", "type": "object" }