Skip to content

Commit ee02041

Browse files
feat: Updated backend/agent/coding_agent.py (#30)
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
1 parent c7039b3 commit ee02041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/agent/coding_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
functions (Optional[List[dict]]): A list of functions that the agent can call.
8383
callables (Optional[List[Callable]]): A list of callable functions.
8484
"""
85-
# TODO Fix model saying it's checking systems when its not
85+
8686
self.memory_manager = memory_manager
8787
self.function_map = function_map
8888
self.GPT_MODEL = 'gpt-4-0125-preview'

0 commit comments

Comments
 (0)