{ "name": "yourchoice", "description": "This function allows the assistant to make a selection from available memories and perform operations based on that choice.", "strict": false, "parameters": { "type": "object", "required": [ "choice", "options" ], "properties": { "choice": { "type": "string", "description": "The option chosen by the assistant from a list of memories." }, "options": { "type": "array", "items": { "type": "string", "description": "A single option available for selection if the assistant chooses." }, "description": "List of available memories for the assistant to select from." } }, "additionalProperties": false } }