Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(McpSchema): convert StopReason enum values to camelCase #58

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Mar 20, 2025

Change format from snake_case to camelCase:

  • end_turn → endTurn
  • stop_sequence → stopSequence
  • max_tokens → maxTokens

@tzolov tzolov added the bug Something isn't working label Mar 20, 2025
@tzolov tzolov added this to the 0.8.0 milestone Mar 20, 2025
Change format from snake_case to camelCase:
- end_turn → endTurn
- stop_sequence → stopSequence
- max_tokens → maxTokens

Signed-off-by: Christian Tzolov <[email protected]>
@tzolov tzolov force-pushed the fix-mcpschema-stopreason branch from 93e183e to 570eb77 Compare March 20, 2025 20:53
@tzolov tzolov merged commit 3e2139f into main Mar 20, 2025
1 check passed
@tzolov tzolov deleted the fix-mcpschema-stopreason branch March 20, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MCP Schema
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant