You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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