@@ -68,10 +68,11 @@ def create(
6868 legal AI classifier.
6969
7070 Args:
71- model: The ID of the model to use for universal classification.
71+ model: The ID of the [model](https://docs.isaacus.com/models#universal-classification)
72+ to use for universal classification.
7273
73- query: The Isaacus Query Language (IQL) query or, if IQL is disabled, the statement, to
74- evaluate the text against.
74+ query: The [ Isaacus Query Language (IQL)](https://docs.isaacus.com/iql) query or, if
75+ IQL is disabled, the statement, to evaluate the text against.
7576
7677 The query must contain at least one non-whitespace character.
7778
@@ -84,8 +85,8 @@ def create(
8485
8586 chunking_options: Options for how to split text into smaller chunks.
8687
87- is_iql: Whether the query should be interpreted as an Isaacus Query Language (IQL) query
88- or else as a statement.
88+ is_iql: Whether the query should be interpreted as an
89+ [IQL](https://docs.isaacus.com/iql) query or else as a statement.
8990
9091 scoring_method: The method to use for producing an overall confidence score.
9192
@@ -168,10 +169,11 @@ async def create(
168169 legal AI classifier.
169170
170171 Args:
171- model: The ID of the model to use for universal classification.
172+ model: The ID of the [model](https://docs.isaacus.com/models#universal-classification)
173+ to use for universal classification.
172174
173- query: The Isaacus Query Language (IQL) query or, if IQL is disabled, the statement, to
174- evaluate the text against.
175+ query: The [ Isaacus Query Language (IQL)](https://docs.isaacus.com/iql) query or, if
176+ IQL is disabled, the statement, to evaluate the text against.
175177
176178 The query must contain at least one non-whitespace character.
177179
@@ -184,8 +186,8 @@ async def create(
184186
185187 chunking_options: Options for how to split text into smaller chunks.
186188
187- is_iql: Whether the query should be interpreted as an Isaacus Query Language (IQL) query
188- or else as a statement.
189+ is_iql: Whether the query should be interpreted as an
190+ [IQL](https://docs.isaacus.com/iql) query or else as a statement.
189191
190192 scoring_method: The method to use for producing an overall confidence score.
191193
0 commit comments