Codeunit 7762 AOAI Chat Compl Params Impl in 23
- App
- System Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetTemperature | () | Decimal | public | - |
| GetMaxTokens | () | Integer | public | - |
| GetMaxHistory | () | Integer | public | - |
| GetPresencePenalty | () | Decimal | public | - |
| GetFrequencyPenalty | () | Decimal | public | - |
| SetTemperature | (Decimal) | public | - | |
| SetMaxTokens | (Integer) | public | - | |
| SetMaxHistory | (Integer) | public | - | |
| SetPresencePenalty | (Decimal) | public | - | |
| SetFrequencyPenalty | (Decimal) | public | - | |
| AddChatCompletionsParametersToPayload | (var JsonObject) | public | - |