invoke_llm
Send instructions to a language model and receive generated text. Choose from multiple LLM engines for customization.
Instructions
Invoke a language model (LLM) to generate text based on input instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instructions | Yes | Enter detailed instructions for the language model, such as 'Write a summary of the document' or 'Create an engaging email subject line. | |
| llm_engine | Yes | LLM model to use for text generation. | gpt4o |