simile 0.2.13__tar.gz → 0.2.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of simile might be problematic. Click here for more details.
- {simile-0.2.13 → simile-0.2.14}/PKG-INFO +1 -1
- {simile-0.2.13 → simile-0.2.14}/pyproject.toml +1 -1
- {simile-0.2.13 → simile-0.2.14}/simile/resources.py +1 -1
- {simile-0.2.13 → simile-0.2.14}/simile.egg-info/PKG-INFO +1 -1
- {simile-0.2.13 → simile-0.2.14}/LICENSE +0 -0
- {simile-0.2.13 → simile-0.2.14}/README.md +0 -0
- {simile-0.2.13 → simile-0.2.14}/setup.cfg +0 -0
- {simile-0.2.13 → simile-0.2.14}/setup.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile/__init__.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile/auth_client.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile/client.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile/exceptions.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile/models.py +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile.egg-info/SOURCES.txt +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile.egg-info/dependency_links.txt +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile.egg-info/requires.txt +0 -0
- {simile-0.2.13 → simile-0.2.14}/simile.egg-info/top_level.txt +0 -0
|
@@ -150,7 +150,7 @@ class SurveySession:
|
|
|
150
150
|
Raises:
|
|
151
151
|
Simile.APIError: If the API request fails
|
|
152
152
|
"""
|
|
153
|
-
endpoint = f"sessions/{str(self._id)}/
|
|
153
|
+
endpoint = f"sessions/{str(self._id)}/add-turn"
|
|
154
154
|
payload = {
|
|
155
155
|
"question": question,
|
|
156
156
|
"options": options,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|