Unverified Commit 43f14620 authored by Taras Tsugrii's avatar Taras Tsugrii Committed by GitHub
Browse files

Fix a typo in HfAgent docstring. (#23420)

parent 46d24686
...@@ -430,7 +430,7 @@ class OpenAiAgent(Agent): ...@@ -430,7 +430,7 @@ class OpenAiAgent(Agent):
class HfAgent(Agent): class HfAgent(Agent):
""" """
Agent that uses and inference endpoint to generate code. Agent that uses an inference endpoint to generate code.
Args: Args:
url_endpoint (`str`): url_endpoint (`str`):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment