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: "Sloth is a Prometheus SLO framework that helps teams define service level objectives and creates a uniform, standardized layer of low-level Prometheus rules to implement SLOs, including the recording and alerting rules required to measure them.",
"Tool should expose metadata and static context payload.": {
17
-
expResp: contextToolOutput{
19
+
expResp: tools.ContextToolOutput{
18
20
Version: "dev",
19
21
Description: "Sloth is a Prometheus SLO framework that helps teams define service level objectives and creates a uniform, standardized layer of low-level Prometheus rules to implement SLOs, including the recording and alerting rules required to measure them.",
assert.Equal(t, "Get context about Sloth and its SLO framework.", tool.Description)
32
+
assert.Equal(t, "Get context about Sloth and its SLO framework. Returns the running Sloth version and a description of what Sloth does.", tool.Description)
0 commit comments