Search K
Appearance
Appearance
Sends a query to an AI model in the context of a specific Mesh record and returns the AI-generated response.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Record Id | Text | Yes | The unique identifier of the Mesh record to use as the context for the AI conversation. |
| Name | Description |
|---|---|
| ChatResponse | The AI-generated text response produced in the context of the specified Mesh record. |