We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e90a36 + b619eae commit ddab719Copy full SHA for ddab719
tests/sdk/llm/test_llm.py
@@ -1081,7 +1081,7 @@ def test_max_output_tokens_capped_when_using_max_tokens_fallback(mock_get_model_
1081
rather than the output limit. Without capping, this could request output
1082
that exceeds the context window.
1083
1084
- See: https://github.com/OpenHands/software-agent-sdk/issues/XXX
+ See: https://github.com/OpenHands/software-agent-sdk/pull/2264
1085
"""
1086
from openhands.sdk.llm.llm import DEFAULT_MAX_OUTPUT_TOKENS_CAP
1087
0 commit comments