example of registerCognitoIdentityProviderWithConfiguration
and some of the returned code has classnames starting with T ie
// Create a new instance of the configuration with your AWS credentials
config := new AmazonCognitoIdentityProviderConfig();
config.RegionEndpoint := TAmazon.RegionEndpoint.USEast1;
config.Credentials := TEnvironmentAWSCredentials.Create();
It says in an oxygene example, is there a reason its using T ?
I just pass the question on to ChatGPT, and pass the answer back. Remember that ChatGTOP is not really an AI. Itâs a search engine, and for whatever reason the input it gets leads it to find these API examples, which, I agree, look like they are for some Delphi-based APOI wrapper for AWS, and probably useless.
Think I have an idea how to tweak this, when I ask
âexample of registerCognitoIdentityProviderWithConfiguration. use .NET APIs but Oxygene language syntaxâ
it gives a better result. problem is, when not invoked from code, CodeBiod really doesnât have a âknown currentâ language or platform to use⌠Iâll see what I can do.
Iâll play around to see if i can adjust the prompt to avoid this. Can you share the (kind of) questions(s) you sued to get these results, for reference?
I didnât save the CodeBot chat when it happened. And darn if I can illicit the same code again. Will keep trying . . in any case, have a great weekend everyone!