Skip to content

✨ Add display name to index name mapping for KnowledgeBaseSearchTool

9fb206e
Select commit
Loading
Failed to load commit list.
Open

✨ Add display name to index name mapping for KnowledgeBaseSearchTool #2781

✨ Add display name to index name mapping for KnowledgeBaseSearchTool
9fb206e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 15, 2026 in 1s

No new alerts in code changed by this pull request

Annotations

Check failure on line 3161 in test/backend/agents/test_create_agent_info.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
http://server1.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 3162 in test/backend/agents/test_create_agent_info.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
http://server2.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 3189 in test/backend/agents/test_create_agent_info.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
http://nested.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 3213 in test/backend/agents/test_create_agent_info.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
http://enabled.example.com
may be at an arbitrary position in the sanitized URL.