You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Model representing a response to a liveness request.\n\nAttributes:\n alive: If app is alive.\n\nExample:\n ```python\n liveness_response = LivenessResponse(alive=True)\n ```",
1109
+
"examples": [
1110
+
{
1111
+
"alive": true
1112
+
}
1113
+
]
1114
+
},
1115
+
"LlamaStackConfiguration": {
1075
1116
"properties": {
1076
1117
"url": {
1077
1118
"anyOf": [
@@ -1119,28 +1160,9 @@
1119
1160
}
1120
1161
},
1121
1162
"type": "object",
1122
-
"title": "LLamaStackConfiguration",
1163
+
"title": "LlamaStackConfiguration",
1123
1164
"description": "Llama stack configuration."
1124
1165
},
1125
-
"LivenessResponse": {
1126
-
"properties": {
1127
-
"alive": {
1128
-
"type": "boolean",
1129
-
"title": "Alive"
1130
-
}
1131
-
},
1132
-
"type": "object",
1133
-
"required": [
1134
-
"alive"
1135
-
],
1136
-
"title": "LivenessResponse",
1137
-
"description": "Model representing a response to a liveness request.\n\nAttributes:\n alive: If app is alive.\n\nExample:\n ```python\n liveness_response = LivenessResponse(alive=True)\n ```",
0 commit comments