File size: 522 Bytes
a425cd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "extract_name",
  "title": "Extract name of the intended person",
  "description": "Extract the given (first) name of the intended person from the text. Call with the person's given name only, never the surname. If the text has no intended person, do not call the tool.",
  "parameters": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "The given (first) name of the intended person; never the surname."
      }
    },
    "required": ["name"]
  }
}