- changed method get_agent_tools for only get_tools on agent interface - changed OllamaModelManager to correc semantic OllamaService test: - added test for service initialization - added tests to list tools and create tools into PDF agent
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.analysis.extraPaths": [
|
|
"./src/service",
|
|
"./"
|
|
],
|
|
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./test",
|
|
"-p",
|
|
"test_*.py",
|
|
"-t",
|
|
"./test"
|
|
],
|
|
"python.testing.autoTestDiscoverOnSavePattern": "test/**/test_*.py",
|
|
"python.envFile": "${workspaceFolder}/.env",
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
|
} |