mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
## Description Add support for healthcare source, tool and prebuilt config. This branch consist of all previously approved PRs. 🛠️ Fixes #1648 --------- Co-authored-by: Marwan Tammam <15021613+Quarz0@users.noreply.github.com>
1.5 KiB
1.5 KiB
title, type, weight, description, aliases
| title | type | weight | description | aliases | |
|---|---|---|---|---|---|
| cloud-healthcare-get-dicom-store | docs | 1 | A "cloud-healthcare-get-dicom-store" tool retrieves information about a DICOM store. |
|
About
A cloud-healthcare-get-dicom-store tool retrieves information about a DICOM store. It's
compatible with the following sources:
cloud-healthcare-get-dicom-store returns the details of a DICOM store.
Example
tools:
get_dicom_store:
kind: cloud-healthcare-get-dicom-store
source: my-healthcare-source
description: Use this tool to get information about a DICOM store.
Reference
| field | type | required | description |
|---|---|---|---|
| kind | string | true | Must be "cloud-healthcare-get-dicom-store". |
| source | string | true | Name of the healthcare source. |
| description | string | true | Description of the tool that is passed to the LLM. |
Parameters
| field | type | required | description |
|---|---|---|---|
| storeID | string | true* | The DICOM store ID to get details for. |
*If the allowedDICOMStores in the source has length 1, then the storeID parameter is not needed.