mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-16 00:53:26 -04:00
f2c57c4720
- Removed deprecated RedactedThinkingContent from search index and adjusted related tests to enhance clarity. - Updated CountTokens test to reflect correct expected token count. - Refactored marshaling tests to streamline reasoning content handling, removing unnecessary redacted content checks. - Modified CallOptions struct to use pointers for optional fields, improving memory efficiency and consistency. - Enhanced test cases for CallOptions to validate new pointer-based logic and default values. - Updated Anthropic client to utilize new CallOptions methods for better encapsulation and maintainability.