Skip to content

Commit

Permalink
docs(logic): generate documentation for new "limit" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Mar 11, 2024
1 parent 80e9277 commit 90c594e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/proto/logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ QueryServiceAskRequest is request type for the QueryService/Ask RPC method.
| ----- | ---- | ----- | ----------- |
| `program` | [string](#string) | | program is the logic program to be queried. |
| `query` | [string](#string) | | query is the query string to be executed. |
| `limit` | [string](#string) | | limit specifies the maximum number of solutions to be returned. This field is governed by max_result_count, which defines the upper limit of results that may be requested per query. If this field is not explicitly set, a default value of 1 is applied. |

<a name="logic.v1beta2.QueryServiceAskResponse"></a>

Expand Down

0 comments on commit 90c594e

Please sign in to comment.