Skip to content

Commit

Permalink
shorten arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmueller authored Jan 9, 2025
1 parent 2fc44e3 commit 8e09b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/studio/trustworthy_language_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ async def prompt_async(
Args:
prompt (str | Sequence[str]): prompt (or list of multiple prompts) for the TLM
kwargs: Optional keyword arguments for TLM. This method accepts the same keyword arguments as the [`prompt()`](#method-prompt) method.
kwargs: Optional keyword arguments, the same as for the [`prompt()`](#method-prompt) method.
Returns:
TLMResponse | List[TLMResponse]: [TLMResponse](#class-tlmresponse) object containing the response and trustworthiness score.
If multiple prompts were provided in a list, then a list of such objects is returned, one for each prompt.
Expand Down

0 comments on commit 8e09b06

Please sign in to comment.