in reply to Re^2: Artificial Intelligence with Perl in 2023
in thread Artificial Intelligence with Perl in 2023
$chat->prompt($prompt, $TEMP);
is returning undefined.
Have you tried checking $chat->success?
promt returns undef if no prompt parameter is supplied - or more precisely, if the prompt parameter is not a non-zero length string.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Artificial Intelligence with Perl in 2023
by Danny (Chaplain) on Mar 03, 2024 at 20:07 UTC | |
by Bod (Parson) on Mar 03, 2024 at 21:16 UTC | |
by Danny (Chaplain) on Mar 03, 2024 at 22:34 UTC | |
by Bod (Parson) on Mar 03, 2024 at 22:44 UTC | |
by Bod (Parson) on Jun 01, 2024 at 16:00 UTC | |
by Bod (Parson) on Aug 18, 2024 at 18:46 UTC | |
by Bod (Parson) on Mar 03, 2024 at 20:45 UTC |