Skip to content
Snippets Groups Projects
Commit 65477cb3 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3479388: Research normalize function calling in Chat operator

parent 8bdf37a7
No related branches found
No related tags found
2 merge requests!325Resolve #3492658 "Make it possible",!277Draft: Resolve #3479388 "Research normalize function"
......@@ -5,12 +5,9 @@ declare(strict_types=1);
namespace Drupal\Tests\ai\Kernel\OperationType\Chat\Tools;
use Drupal\KernelTests\KernelTestBase;
use Drupal\ai\Exception\AiBadRequestException;
use Drupal\ai\Exception\AiRequestErrorException;
use Drupal\ai\OperationType\Chat\ChatInput;
use Drupal\ai\OperationType\Chat\ChatMessage;
use Drupal\ai\OperationType\Chat\ChatOutput;
use Drupal\ai\OperationType\Chat\StreamedChatMessageIteratorInterface;
use Drupal\ai\OperationType\Chat\Tools\ToolsFunctionInput;
use Drupal\ai\OperationType\Chat\Tools\ToolsFunctionOutput;
use Drupal\ai\OperationType\Chat\Tools\ToolsInput;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment