mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
82ca4065cb
* test with stack and simplified names * quick demo of agent decorator * moved builder to protocol to enhance functionality * undid chatclientAgent -> agent rename * one more * reverted AIAgent rename * final reverts * fixed foundry import * revert changes * streamlined otel and fcc decorators * cleanup of telemetry * further refinement * lots of updates * fixed typing * fix for mypy * added input and output atttributes * fix import * initial work on baking in otel * major update to telemetry * final fixes after rename * fix * fix test * updated tests * fix for tests * fixes for tests * updated based on comments * removed agent decorator * fix for Python: ServiceResponseException when using multiple tools Fixes #649 * addressed comments * fix tests * fix tests * fix tools tests * fix for conversation_id in assistants client * fix responses test * fix tests and mypy * updated test * foundry fix --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
{
|
|
"version": "0.2",
|
|
"languageSettings": [
|
|
{
|
|
"languageId": "py",
|
|
"allowCompoundWords": true,
|
|
"locale": "en-US"
|
|
}
|
|
],
|
|
"language": "en-US",
|
|
"patterns": [
|
|
{
|
|
"name": "import",
|
|
"pattern": "import [a-zA-Z0-9_]+"
|
|
},
|
|
{
|
|
"name": "from import",
|
|
"pattern": "from [a-zA-Z0-9_]+ import [a-zA-Z0-9_]+"
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"samples/**",
|
|
"notebooks/**"
|
|
],
|
|
"words": [
|
|
"aeiou",
|
|
"aiplatform",
|
|
"azuredocindex",
|
|
"azuredocs",
|
|
"boto",
|
|
"contentvector",
|
|
"contoso",
|
|
"datamodel",
|
|
"desync",
|
|
"dotenv",
|
|
"endregion",
|
|
"entra",
|
|
"faiss",
|
|
"genai",
|
|
"generativeai",
|
|
"hnsw",
|
|
"httpx",
|
|
"huggingface",
|
|
"Instrumentor",
|
|
"logit",
|
|
"logprobs",
|
|
"lowlevel",
|
|
"Magentic",
|
|
"mistralai",
|
|
"mongocluster",
|
|
"nd",
|
|
"ndarray",
|
|
"nopep",
|
|
"NOSQL",
|
|
"ollama",
|
|
"otlp",
|
|
"Onnx",
|
|
"onyourdatatest",
|
|
"OPENAI",
|
|
"opentelemetry",
|
|
"OTEL",
|
|
"protos",
|
|
"pydantic",
|
|
"pytestmark",
|
|
"qdrant",
|
|
"retrywrites",
|
|
"streamable",
|
|
"serde",
|
|
"templating",
|
|
"uninstrument",
|
|
"vectordb",
|
|
"vectorizable",
|
|
"vectorizer",
|
|
"vectorstoremodel",
|
|
"vertexai",
|
|
"Weaviate"
|
|
]
|
|
}
|