mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Update litellm/llms/azure_ai/agents/handler.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
6fe3188af0
commit
6514446dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class AzureAIAgentsHandler:
|
|||
|
||||
result: List[Dict[str, Any]] = []
|
||||
for ann in raw_annotations:
|
||||
ann_type = ann.get("type", "url_citation")
|
||||
ann_type = ann.get("type")
|
||||
if ann_type == "url_citation":
|
||||
url_citation = dict(ann.get("url_citation", {}))
|
||||
# Azure puts start/end_index at annotation level; OpenAI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue