-
Checked other resources
Commit to Help
Example Codeclass SearchPatientByRegistrationNumberInput(BaseModel):
registration_number: Optional[str] = Field(description="CPF informado pelo paciente")
datetime: str = Field("Datetime on Isoformat") DescriptionI have a tool, that has a datetime parameter. I am trying to use strict mode, so on tool_bind, I am passing strict=True. I suppose that I need to change the input parametrs on pydantic. Any clues?
System Infolangchain==0.3.14 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just got. You cannot pass format, on using strict=True. |
Beta Was this translation helpful? Give feedback.
I just got. You cannot pass format, on using strict=True.