Structs§
Functions§
- deserialize_
to_ 🔒optional_ uuid_ and_ errors_ to_ none - Deserializes an optional string field and parses it into an Uuid, doing this optionally without failure. If an error occurs, a None is returned. This is desired for the page_id field in DocumentLookupArguments, which is generated by an LLM and can be None or a non-Uuid string in some cases. If any errors should occur, they are emitted in ChatbotTools’s from_db_and_arguments.
- shorten_
page_ 🔒content