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
@@ -371,7 +368,7 @@ By default, an API error will raise a models.APIError exception, which has the f
371
368
|`.raw_response`|*httpx.Response*| The raw HTTP response |
372
369
|`.body`|*str*| The response content |
373
370
374
-
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `all_async` method may raise the following exceptions:
371
+
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `list_async` method may raise the following exceptions:
|`use_cases`| List[[models.CreatePromptUseCases](../models/createpromptusecases.md)]|:heavy_minus_sign:| A list of use cases that the prompt is meant to be used for. Use this field to categorize the prompt for your own purpose|
9
+
|`language`|[Optional[models.CreatePromptLanguage]](../models/createpromptlanguage.md)|:heavy_minus_sign:| The language that the prompt is written in. Use this field to categorize the prompt for your own purpose |
0 commit comments