Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Oct 18, 2024
1 parent 8d0f606 commit c968ee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions payments_py/ai_query_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ def search_step(self, search_params: Any):

def get_step(self, step_id: str):
"""
It retrieves all the steps that the agent needs to execute to complete the different tasks assigned.
This method is used by the AI Agent to retrieve information about the steps part of tasks created by users to the agents owned by the user.
Get the details of a step.
Args:
did (str): The DID of the service.
Expand All @@ -194,7 +193,8 @@ def get_steps(self,
status: AgentExecutionStatus = AgentExecutionStatus.Pending,
dids: List[str] = []):
"""
Gets the steps.
It retrieves all the steps that the agent needs to execute to complete the different tasks assigned.
This method is used by the AI Agent to retrieve information about the steps part of tasks created by users to the agents owned by the user.
Args:
status (AgentExecutionStatus): The status of the steps.
Expand Down

0 comments on commit c968ee1

Please sign in to comment.