Skip to content

Commit

Permalink
Update ai_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Dec 27, 2023
1 parent 63dee5a commit 65d56f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/ai_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def add(a: int, b: int) -> int:
def data (a:int, b:int ) -> int:
"multiple push data around APIs"

def api
def api (a:int , b:int ) -> int
"multiple push apis"

0 comments on commit 65d56f6

Please sign in to comment.