Skip to content

Comments

feat(jsonrpc): omit params if body is None#89

Merged
Tishka17 merged 1 commit intoreagento:developfrom
ApostolFet:feat/jsonrpc-omit-params
Dec 5, 2025
Merged

feat(jsonrpc): omit params if body is None#89
Tishka17 merged 1 commit intoreagento:developfrom
ApostolFet:feat/jsonrpc-omit-params

Conversation

@ApostolFet
Copy link
Contributor

@ApostolFet ApostolFet commented Dec 5, 2025

According to the specification: https://www.jsonrpc.org/specification#request_object

params
A Structured value that holds the parameter values to be used during the invocation of the method. This member MAY be omitted.

If body is None params omitted.

@ApostolFet ApostolFet force-pushed the feat/jsonrpc-omit-params branch from be428c8 to 3d1c1cd Compare December 5, 2025 17:04
@ApostolFet ApostolFet force-pushed the feat/jsonrpc-omit-params branch from 3d1c1cd to 6bf0cd6 Compare December 5, 2025 17:27
@ApostolFet ApostolFet force-pushed the feat/jsonrpc-omit-params branch from 6bf0cd6 to 29077e6 Compare December 5, 2025 17:43
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 5, 2025

@Tishka17 Tishka17 merged commit 33c4559 into reagento:develop Dec 5, 2025
8 checks passed
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