module documentation
Undocumented
| Async Function | invoke |
Activity that invokes an LLM model. |
Activity that invokes an LLM model.
| Parameters | |
llmLlmRequest | The LLM request containing model name and parameters. |
| Returns | |
list[ | List of LLM responses from the model. |
| Raises | |
ValueError | If model name is not provided or LLM creation fails. |