Codeunit 7765 AOAI Text Completion Params in 23
- App
- System Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetMaxTokens | () | Integer | public | - |
| GetTemperature | () | Decimal | public | - |
| GetTopP | () | Decimal | public | - |
| GetSuffix | () | Text | public | - |
| GetPresencePenalty | () | Decimal | public | - |
| GetFrequencyPenalty | () | Decimal | public | - |
| SetMaxTokens | (Integer) | public | - | |
| SetTemperature | (Decimal) | public | - | |
| SetTopP | (Decimal) | public | - | |
| SetSuffix | (Text) | public | - | |
| SetPresencePenalty | (Decimal) | public | - | |
| SetFrequencyPenalty | (Decimal) | public | - | |
| AddCompletionsParametersToPayload | (var JsonObject) | internal | - |