We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d817 commit 453e0cfCopy full SHA for 453e0cf
src/agentlab/utils/hinting.py
@@ -31,7 +31,7 @@ def __init__(
31
llm_prompt: str = """We're choosing hints to help solve the following task:\n{goal}.\n
32
You need to choose the most relevant hints topic from the following list:\n\nHint topics:\n{topics}\n
33
Choose hint topic for the task and return only its number. Use the following output format:
34
-<choice>index</choice> for e.g. <choice>1</choice> for the first choice. If you don't know the answer, return <choice>-1</choice>""",
+<choice>index</choice> for e.g. <choice>0</choice> for the topic with index 0. If you don't know the answer, return <choice>-1</choice>""",
35
) -> None:
36
self.hint_db_path = hint_db_path
37
self.hint_retrieval_mode = hint_retrieval_mode
0 commit comments