From a25d9334a775efc19f76a76697cde9087a1d4d39 Mon Sep 17 00:00:00 2001 From: "John (Jet Token)" Date: Fri, 3 Feb 2023 02:47:09 -0800 Subject: [PATCH] add normalization to docs --- docs/modules/utils/key_concepts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modules/utils/key_concepts.md b/docs/modules/utils/key_concepts.md index 65afff636d0..1b9600068a8 100644 --- a/docs/modules/utils/key_concepts.md +++ b/docs/modules/utils/key_concepts.md @@ -48,3 +48,7 @@ This uses SerpAPI, a third party search API engine, to interact with Google Sear ## Guards The `@guard` directive can be used to prevent your chain or agent from outputting something you would rather avoid like a racist or off topic response. + +## Normalization + +The normalization functions (currently just boolean normalization) can take a llm response string and translate it to a standard python type or object.