Files
deepset-ai--haystack/pydoc/generators_api.yml
Julian Risch 97c26726c7 feat: add MockChatGenerator (#11708)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>
2026-06-22 13:49:10 +00:00

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