# 2025-12-03: AI Service - RAG\_CUSTOM and RAG\_EMPORIX new tool types

## Overview

Extended existing API for Native Tools by adding tools of `RAG_CUSTOM` and `RAG_EMPORIX` types which are necessary for performing RAG Search.

## Updated endpoints

| Endpoint                                                                                                                                                                             | Description                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| [Upserting tool](https://developer.emporix.io/api-references/api-guides/artificial-intelligence/ai-service/api-reference/tool#put-ai-service-tenant-agentic-tools-toolid)            | Tools of `RAG_EMPORIX` and `RAG_CUSTOM` types have been introduced. |
| [Partially updating tool](https://developer.emporix.io/api-references/api-guides/artificial-intelligence/ai-service/api-reference/tool#patch-ai-service-tenant-agentic-tools-toolid) | Tools of `RAG_EMPORIX` and `RAG_CUSTOM` types have been introduced. |

## Known problems

There are no known problems.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-12-03-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
