Skip to content

Commit 05b41f5

Browse files
committed
fix ci
1 parent f0dbcf2 commit 05b41f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/models/anthropic.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ async def main():
158158
'Give me an example.',
159159
message_history=result2.all_messages()
160160
)
161+
print(f'First: {result1.output}')
162+
print(f'Second: {result2.output}')
163+
print(f'Third: {result3.output}')
161164
```
162165

163166
This is particularly useful when:

0 commit comments

Comments
 (0)