php-llm-agent/tests/06_ExpandFetcherCommands.php
2025-09-11 10:58:00 +00:00

17 lines
954 B
PHP

<?php require_once __DIR__."/../LlamaCli.func.php";
// TEST 06: Expand FETCHER COMMANDS
echo LlamaCli_raw("say hello to ( (@echo_text Frederico) @echo_text Falcao)");
echo "\n\n\n";
echo LlamaCli_raw("say hello to @echo_text Frederico @echo_text Falcao");
//echo LlamaCli_raw("translate this title to portuguese and finnish and quote the original in english: @getFirstTitleFromRSSFeed https://www.hs.fi/rss/tuoreimmat.xml","");
//echo LlamaCli_raw("translate this wiki summary to portuguse and show the result also in english @wikiFullArticle Bitcoin","");
// echo LlamaCli_raw("Give me a one paragraph description of what you know about Pablo Escobar","");
// echo LlamaCli_raw("did you know this about Pablo Escobar? @wikiSummary Pablo-Escobar \n\n\nlet me know your impressions.","");
// echo LlamaCli_raw("Based on this forecasted weather for tomorrow @weather_tomorrow Lisbon give me a plan on what to do, since you know I'm on vacation","");