Skip to content

Fix FunctionCallResponse registry phase from READY to FUNCTION_CALL#3

Merged
DHUKK merged 1 commit into
mainfrom
fix-function-call-response-phase
Mar 11, 2026
Merged

Fix FunctionCallResponse registry phase from READY to FUNCTION_CALL#3
DHUKK merged 1 commit into
mainfrom
fix-function-call-response-phase

Conversation

@DHUKK

@DHUKK DHUKK commented Mar 11, 2026

Copy link
Copy Markdown
Owner

FunctionCallResponse ('V') was registered in the standard registry for READY phase, but after FunctionCall is sent the state machine transitions to FUNCTION_CALL. The registry lookup for b'V' in FUNCTION_CALL found no match, causing ProtocolError on any function call response.

FunctionCallResponse ('V') was registered in the standard registry for
READY phase, but after FunctionCall is sent the state machine transitions
to FUNCTION_CALL. The registry lookup for b'V' in FUNCTION_CALL found no
match, causing ProtocolError on any function call response.
@DHUKK DHUKK changed the title Fix FunctionCallResponse registry phase from READY to FUNCTION_CALL Fix FunctionCallResponse registry phase from READY to FUNCTION_CALL Mar 11, 2026
@DHUKK
DHUKK merged commit 14a1cd6 into main Mar 11, 2026
17 checks passed
@DHUKK
DHUKK deleted the fix-function-call-response-phase branch March 11, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant