analyze_character_relations
Analyze relationships between characters in a play by specifying the corpus and play name. Identify connections and networks within dramatic texts using the Drama Corpora Project API.
Instructions
Analyze the character relationships in a play.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
corpus_name | Yes | ||
play_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"corpus_name": {
"title": "Corpus Name",
"type": "string"
},
"play_name": {
"title": "Play Name",
"type": "string"
}
},
"required": [
"corpus_name",
"play_name"
],
"title": "analyze_character_relationsArguments",
"type": "object"
}