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 4a2c7de commit eafd5fcCopy full SHA for eafd5fc
src/agentlab/agents/generic_agent_hinter/tmlr_config.py
@@ -47,16 +47,6 @@
47
max_prompt_tokens=40_000,
48
be_cautious=True,
49
extra_instructions=None,
50
-
51
- # hint flags
52
- hint_type="human",
53
- hint_index_type="sparse",
54
- hint_query_type="direct",
55
- hint_index_path=None,
56
- hint_retriever_path=None,
57
- hint_num_results=5,
58
- n_retrieval_queries=3,
59
- hint_level="episode",
60
)
61
62
0 commit comments