Skip to content

Commit

Permalink
jsdocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Oct 3, 2024
1 parent a18b593 commit 5d3a603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smart-chat-model/adapters/_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export class SmartChatModelApiAdapter extends SmartChatModelAdapter {

/**
* Get the request adapter class.
* @returns {typeof SmartChatModelRequestAdapter} The request adapter class.
* @returns {SmartChatModelRequestAdapter} The request adapter class.
*/
get req_adapter() { return SmartChatModelRequestAdapter; }

/**
* Get the response adapter class.
* @returns {typeof SmartChatModelResponseAdapter} The response adapter class.
* @returns {SmartChatModelResponseAdapter} The response adapter class.
*/
get res_adapter() { return SmartChatModelResponseAdapter; }

Expand Down

0 comments on commit 5d3a603

Please sign in to comment.