Basalt

Interact with Basalt API to manage prompts, monitoring, and datasets

Actions9

Overview

This node interacts with the Basalt API to describe a specific prompt identified by its slug. It allows users to retrieve detailed information about a prompt, optionally filtering by version or tag. This is useful for managing and understanding prompts within the Basalt platform, such as fetching metadata or configuration details for a given prompt slug.

Use Case Examples

  1. Retrieve detailed information about a prompt using its slug to display or process within a workflow.
  2. Filter prompts by version or tag to get specific prompt details relevant to a particular context or environment.

Properties

Name Meaning
Slug The slug of the prompt to describe, used as a unique identifier for the prompt.
Additional Fields Optional filters to refine the prompt description request, including version and tag to filter prompts by specific criteria.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • prompt - The detailed information about the described prompt retrieved from the Basalt API.

Dependencies

  • Basalt API

Troubleshooting

  • Ensure the slug provided is correct and corresponds to an existing prompt; otherwise, the API may return an error or empty response.
  • If filtering by version or tag, verify that these values exist for the prompt to avoid empty results.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails and the request is rejected, consider enabling the option to ignore SSL issues, but be aware of security risks.

Links

Discussion