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
feat(custom-agent): add support for custom request format and improve serialization #%1
The `CustomAgentExecutor` class has been updated to support a custom request format and to use Kotlinx serialization for improved performance and readability. The request body is now serialized using `Json.encodeToString`, and the `CustomRequest` class has been added to represent the custom request structure. This change also includes the import of necessary Kotlinx serialization and OkHttp libraries.
0 commit comments