Datetime ΒΆ
: This toolset is enabled by default. You do not need to configure it. You can disable it if you want to but doing so may negatively impact HolmesGPT's ability to investigate issues.
By enabling this toolset, HolmesGPT will be able to get the current UTC date and time.
This feature works well with other toolsets. For example, the prometheus
toolset needs start
and end
time parameters to properly create and execute
PromQL queries.
ConfigurationΒΆ
holmes:
toolsets:
datetime:
enabled: true
Update your Helm values (generated_values.yaml) with the above configuration and run a Helm upgrade:
helm upgrade robusta robusta/robusta --values=generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>
CapabilitiesΒΆ
The table below describes the specific capabilities provided by this toolset. HolmesGPT can decide to invoke any of these capabilities when answering questions or investigating issues.
Tool Name |
Description |
---|---|
get_current_time |
Return current time information. Useful to build queries that require a time information |