Skip to content

Commit 7c09946

Browse files
Chris RawlesThe android_world Authors
authored andcommitted
Updated Comment in LLMWrapper predict method
PiperOrigin-RevId: 823102640
1 parent ec14fbb commit 7c09946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_world/agents/infer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def predict(
5757
self,
5858
text_prompt: str,
5959
) -> tuple[str, Optional[bool], Any]:
60-
"""Calling multimodal LLM with a prompt and a list of images.
60+
"""Calling text-only LLM with a prompt.
6161
6262
Args:
6363
text_prompt: Text prompt.

0 commit comments

Comments
 (0)