Skip to content

Commit

Permalink
nit: fix docstring (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jami159 authored Sep 5, 2023
1 parent 940d681 commit c07a2f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ ExtractionResponse postCodeToAMR(
/**
* Transform LaTeX equations to AMR
* @param equationType (String): [latex, mathml]
* @param model (String): AMR model return type. Defaults to "petrinet". Options: "regnet", "petrinet".
* @param framework (String): AMR model return type. Defaults to "petrinet". Options: "regnet", "petrinet".
* @param modelId (String): the id of the model (to update) based on the set of equations
* @param payload (List<String>): the list of LaTeX strings representing the functions that are used to convert to AMR
* @param equations (List<String>): the list of LaTeX strings representing the functions that are used to convert to AMR
* @return (ExtractionResponse)
*/
@POST
Expand Down

0 comments on commit c07a2f4

Please sign in to comment.