Metaphor
metaphorMetaphor is a neural search engine that enables developers to perform contextually relevant searches by understanding how people describe and share content online.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get document contents by IDsMETAPHOR_GET_CONTENTSAcciónTool to retrieve parsed html/text contents and metadata for documents by their ids." use when you need to fetch the full text and metadata of multiple documents at once.
METAPHOR_GET_CONTENTSAcciónTool to retrieve parsed html/text contents and metadata for documents by their ids." use when you need to fetch the full text and metadata of multiple documents at once.
Parámetros de entrada
endCharintegerCharacter index to end returned text (exclusive). Must be >= 0.
contentsstring[]ObligatorioList of Metaphor IDs or URLs to fetch content for. Must contain between 1 and 1000 items.
startCharintegerCharacter index to start returned text (inclusive). Must be >= 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not