Skip to content

Commit 738c890

Browse files
authored
Update bank_support.py (#858)
1 parent d89e1b1 commit 738c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pydantic_ai_examples/bank_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SupportDependencies:
4040

4141
class SupportResult(BaseModel):
4242
support_advice: str = Field(description='Advice returned to the customer')
43-
block_card: bool = Field(description='Whether to block their')
43+
block_card: bool = Field(description='Whether to block their card or not')
4444
risk: int = Field(description='Risk level of query', ge=0, le=10)
4545

4646

0 commit comments

Comments
 (0)