Skip to content

1.0.0

Choose a tag to compare

@fern-api fern-api released this 20 Jan 20:48
· 19 commits to main since this release
2ce49d9
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