File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ for call in requests.approvals:
793793result = agent.run_sync(message_history = messages, deferred_tool_results = results)
794794print (result.output)
795795"""
796- I successfully deleted `__init__.py ` and updated `README.md `, but was not able to delete `.env `.
796+ I successfully updated `README.md ` and cleared `.env `, but was not able to delete `__init__.py `.
797797"""
798798print (result.all_messages())
799799"""
@@ -853,7 +853,7 @@ print(result.all_messages())
853853 ModelResponse(
854854 parts=[
855855 TextPart(
856- content='I successfully deleted `__init__.py ` and updated `README.md `, but was not able to delete `.env `.'
856+ content='I successfully updated `README.md ` and cleared `.env `, but was not able to delete `__init__.py `.'
857857 )
858858 ],
859859 usage=RequestUsage(input_tokens=79, output_tokens=39),
Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ async def model_logic( # noqa: C901
773773 return ModelResponse (
774774 parts = [
775775 TextPart (
776- 'I successfully deleted `__init__.py ` and updated `README.md `, but was not able to delete `.env `.'
776+ 'I successfully updated `README.md ` and cleared `.env `, but was not able to delete `__init__.py `.'
777777 )
778778 ]
779779 )
You can’t perform that action at this time.
0 commit comments