mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
Enhance regex pattern with expanded CJK character support and fix import sorting
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import pytest
|
||||
import re
|
||||
|
||||
import pytest
|
||||
|
||||
from crewai.agent import Agent
|
||||
from crewai.knowledge.source.string_knowledge_source import StringKnowledgeSource
|
||||
|
||||
|
||||
def test_agent_with_chinese_role_name():
|
||||
"""Test that an agent with a Chinese role name works correctly."""
|
||||
# Create a knowledge source with some content
|
||||
|
||||
Reference in New Issue
Block a user