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.
1 parent 6f0069f commit a6fbf84Copy full SHA for a6fbf84
openhands/agenthub/codeact_agent/codeact_agent.py
@@ -253,7 +253,7 @@ def step(self, state: State) -> Action:
253
},
254
{
255
'type': 'text',
256
- 'text': "Use it for user info's reference if needed",
+ 'text': "Use it for user info's reference if needed.",
257
258
],
259
}
@@ -273,7 +273,7 @@ def step(self, state: State) -> Action:
273
274
275
276
- 'text': 'Use it as reference for time-sensitive information',
+ 'text': 'Use it as reference for time-sensitive information.',
277
278
279
0 commit comments