Skip to content

Commit c2b8a6a

Browse files
committed
add an AI warning
Signed-off-by: clux <[email protected]>
1 parent 468f143 commit c2b8a6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/guides.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ List of third party guides and tutorials for using the `kube-rs` that holds up t
2222

2323
## AI Agents
2424

25+
!!! warning "Generative AI Generates Errors"
26+
27+
Please be skeptical with output from AI tools or agents. They sound confident, while frequently presenting severely misleading errors, and often erase the sources. Do not be surprised if its solutions turn out to be total nonsense.
28+
29+
Rust documentation and kube documentation is already extensive. Consider searching [docs.rs/kube](https://docs.rs/kube/latest/kube/), [kube.rs](https://kube.rs/), and [kube/discussions](https://github.com/kube-rs/kube/discussions) for important context.
30+
31+
2532
| Title | Provider | Description |
2633
| ----- | ------ | ------- |
2734
| [kube-rs Guru](https://gurubase.io/g/kube-rs) | Gurubase.io | kube-rs Guru is a kube-rs focused AI to answer user queries based on the data on kube-rs documentation. |

0 commit comments

Comments
 (0)