mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat: Add the support for returning struct_data.uri in DiscoveryEngineSearchTool
For https://github.com/google/adk-python/issues/3146 PiperOrigin-RevId: 818458080
This commit is contained in:
committed by
Copybara-Service
parent
6da7274858
commit
e63180cb62
@@ -87,7 +87,11 @@ class TestDiscoveryEngineSearchTool:
|
||||
chunk=discoveryengine.Chunk(
|
||||
document_metadata={
|
||||
"title": "Test Title",
|
||||
"uri": "http://example.com",
|
||||
"uri": "gs://test_bucket/test_file",
|
||||
"struct_data": {
|
||||
"key1": "value1",
|
||||
"uri": "http://example.com",
|
||||
},
|
||||
},
|
||||
content="Test Content",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user