LLM provides inputs to your system like any human would, so you have to validate it. Something like pydantic or Django forms are good for this.
reply
LLM provides inputs to your system like any human would, so you have to validate it. Something like pydantic or Django forms are good for this.