Skip to content

Commit

Permalink
updates docstring for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 28, 2025
1 parent 82c4196 commit ab260af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapseclient/models/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ async def main():
method_to_trace_name=lambda self, **kwargs: f"Get_Agent: {self.registration_id}"
)
async def get_async(self, *, synapse_client: Optional[Synapse] = None) -> "Agent":
"""Gets an existing agent.
"""Gets an existing custom agent. There is no need to use this method
if you are trying to use the baseline agent.
Arguments:
synapse_client: If not passed in and caching was not disabled by
Expand Down

0 comments on commit ab260af

Please sign in to comment.