Skip to content

Commit ddab719

Browse files
authored
Merge branch 'main' into feat/configurable-health-check-timeout-1571
2 parents 1e90a36 + b619eae commit ddab719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sdk/llm/test_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def test_max_output_tokens_capped_when_using_max_tokens_fallback(mock_get_model_
10811081
rather than the output limit. Without capping, this could request output
10821082
that exceeds the context window.
10831083
1084-
See: https://github.com/OpenHands/software-agent-sdk/issues/XXX
1084+
See: https://github.com/OpenHands/software-agent-sdk/pull/2264
10851085
"""
10861086
from openhands.sdk.llm.llm import DEFAULT_MAX_OUTPUT_TOKENS_CAP
10871087

0 commit comments

Comments
 (0)