From 482df6df6e02b143e5a35be9e1059a0be0756209 Mon Sep 17 00:00:00 2001 From: Jason Weill Date: Fri, 12 May 2023 10:57:26 -0700 Subject: [PATCH] Updates docs --- docs/source/users/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 164edf735..29907087f 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -466,3 +466,9 @@ produced the following Python error: Write a new version of this code that does not produce that error. ``` +As a shortcut for explaining errors, you can use the `%ai error` command, which will explain the most recent error using the model of your choice. + +``` +%ai error anthropic:claude-v1.2 +``` +