We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bank_support.py
1 parent d89e1b1 commit 738c890Copy full SHA for 738c890
examples/pydantic_ai_examples/bank_support.py
@@ -40,7 +40,7 @@ class SupportDependencies:
40
41
class SupportResult(BaseModel):
42
support_advice: str = Field(description='Advice returned to the customer')
43
- block_card: bool = Field(description='Whether to block their')
+ block_card: bool = Field(description='Whether to block their card or not')
44
risk: int = Field(description='Risk level of query', ge=0, le=10)
45
46
0 commit comments