Skip to content

Chat With Mesh Record ​

Sends a query to an AI model in the context of a specific Mesh record and returns the AI-generated response.

Purpose ​

Use this task when a workflow needs to ask a question about or extract information from a specific Mesh record using AI. The record ID scopes the AI conversation to the content and metadata of that document, making the response contextually relevant to the record rather than general knowledge. This is useful for automating document review, generating summaries, or extracting structured data from indexed files.

Inputs ​

FieldTypeRequiredDescription
Record IdTextYesThe unique identifier of the Mesh record to use as the context for the AI conversation.

Outputs ​

NameDescription
ChatResponseThe AI-generated text response produced in the context of the specified Mesh record.

Tentech