Releases: PhenoML/phenoml-ts-sdk
Releases · PhenoML/phenoml-ts-sdk
1.0.0
refactor: remove deprecated is_active parameter from agent API Remove the is_active parameter from agent create, update, and list operations to simplify the API interface. This parameter was no longer needed and its removal streamlines agent management operations. Key changes: - Remove is_active field from AgentCreateRequest type definition - Remove is_active parameter from agent list request and query handling - Update all client method signatures to exclude is_active parameter - Update documentation examples to reflect simplified API - Remove User-Agent header from client configuration - Update test cases to match new API structure without is_active parameter 🌿 Generated with Fern
0.0.22
refactor: remove User-Agent header from client requests Clean up HTTP client configuration by removing the User-Agent header from default request headers. This change simplifies the header configuration while maintaining SDK identification through the remaining X-Fern headers. Key changes: - Remove "User-Agent" header from default client headers - Maintain SDK identification through X-Fern-* headers - Simplify client initialization configuration 🌿 Generated with Fern