/api/ee/metabot-tools

POST /api/ee/metabot-tools/search_v2

Enhanced search with term and semantic queries using Reciprocal Rank Fusion. This is identical to /search, but duplicated in order to add a new capability to AI service that indicates that Metabot can search transforms. The /search endpoint is kept around for backward compatibility.

post/api/ee/metabot-tools/search_v2

Request body

conversation_idstring required

value must be a valid UUID.

profile_idstring nullable

Response

Base schema for all tool requests. Contains the conversation ID and optional profile ID.

conversation_idstring required

value must be a valid UUID.

profile_idstring nullable

Changes