File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ async def call_tool(
449449 meta = meta ,
450450 )
451451 if isinstance (result , InputRequiredResult ) and not allow_input_required :
452- # TODO(L80 ): replace this raise with the MRTR auto-loop driver (S6).
452+ # TODO(L84 ): replace this raise with the MRTR auto-loop driver (S6).
453453 raise RuntimeError (
454454 "Server returned InputRequiredResult; pass allow_input_required=True to receive it "
455455 "and retry call_tool(..., input_responses=..., request_state=result.request_state)."
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ async def call_tool(
248248 meta = meta ,
249249 )
250250 if isinstance (result , types .InputRequiredResult ) and not allow_input_required :
251- # TODO(L80 ): replace this raise with the MRTR auto-loop driver (S6).
251+ # TODO(L84 ): replace this raise with the MRTR auto-loop driver (S6).
252252 raise RuntimeError (
253253 "Server returned InputRequiredResult; pass allow_input_required=True to receive it "
254254 "and retry call_tool(..., input_responses=..., request_state=result.request_state)."
You can’t perform that action at this time.
0 commit comments