97c26726c7
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>
24 lines
534 B
YAML
24 lines
534 B
YAML
loaders:
|
|
- search_path: [../haystack/components/generators]
|
|
modules:
|
|
[
|
|
"chat/azure",
|
|
"chat/azure_responses",
|
|
"chat/fallback",
|
|
"chat/llm",
|
|
"chat/mock",
|
|
"chat/openai",
|
|
"chat/openai_responses",
|
|
"openai_image_generator",
|
|
"utils",
|
|
]
|
|
processors:
|
|
- type: filter
|
|
documented_only: true
|
|
skip_empty_modules: true
|
|
renderer:
|
|
title: Generators
|
|
id: generators-api
|
|
description: Enables text generation using LLMs.
|
|
filename: generators_api.md
|