Skip to content

Fix parameter extraction in rust sdk#3000

Open
mschuwalow wants to merge 1 commit intomainfrom
fix/rust-sdk-method-param-index
Open

Fix parameter extraction in rust sdk#3000
mschuwalow wants to merge 1 commit intomainfrom
fix/rust-sdk-method-param-index

Conversation

@mschuwalow
Copy link
Contributor

Follwoup to #2986

We cannot guarantee method order is the same in the agent implementation (which is used to generate the match arms in invoke) and the agent definition (which is used to extract the agent types). In case these two don't line up the sdk will fail at runtime with cryptic errors.

@mschuwalow mschuwalow force-pushed the fix/rust-sdk-method-param-index branch from db3c374 to 62dc90c Compare March 17, 2026 11:12
@mschuwalow mschuwalow requested a review from vigoo March 17, 2026 11:13
@mschuwalow mschuwalow self-assigned this Mar 17, 2026
@mschuwalow mschuwalow force-pushed the fix/rust-sdk-method-param-index branch from 62dc90c to dfa6300 Compare March 17, 2026 11:42
@mschuwalow mschuwalow force-pushed the fix/rust-sdk-method-param-index branch from dfa6300 to 9446f6f Compare March 17, 2026 12:03
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.

2 participants