Added
- `Results` method `spot_issues()` runs a survey to spot issues and suggest revised versions of any prompts that did not generate responses in your original survey (i.e., any user/system prompts where your results show a null answer and raw model response). You can optionally pass a list of models to use to run the meta-survey instead of the default model. See details on the meta-questions that are used and how it works: https://www.expectedparrot.com/content/RobinHorton/spot-issues-notebook.
- When you post an object to Coop with the `push()` method you can optionally pass a `description`, a convenient `alias` for the Coop URL that is created and a `visiblity` setting (*public*, *private* or *unlisted* by default). An alias Coop URL is now displayed in the object details that are returned when the object is created. You can then use the `alias_url` to retrieve or modify the object in lieu of the `uuid`. See examples in the [Coop section](https://docs.expectedparrot.com/en/latest/coop.html).
- `Scenario` objects can be reference with the `scenario.` prefix, e.g., "Do you enjoy {{ scenario.activity }}?" (previously "Do you enjoy {{ activity }}?") to standardize syntax with other objects, e.g., when referencing `agent.` fields in the same way, or when piping `answer.` and `question.` fields.