Skip to content

Commit a6fbf84

Browse files
committed
fix: add . so messages are complete
1 parent 6f0069f commit a6fbf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openhands/agenthub/codeact_agent/codeact_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def step(self, state: State) -> Action:
253253
},
254254
{
255255
'type': 'text',
256-
'text': "Use it for user info's reference if needed",
256+
'text': "Use it for user info's reference if needed.",
257257
},
258258
],
259259
}
@@ -273,7 +273,7 @@ def step(self, state: State) -> Action:
273273
},
274274
{
275275
'type': 'text',
276-
'text': 'Use it as reference for time-sensitive information',
276+
'text': 'Use it as reference for time-sensitive information.',
277277
},
278278
],
279279
}

0 commit comments

Comments
 (0)