Skip to content

docs: add missing service pages (Mistral, Kokoro, Genesys)#647

Merged
markbackman merged 2 commits intomainfrom
docs/add-mistral-llm-page
Mar 25, 2026
Merged

docs: add missing service pages (Mistral, Kokoro, Genesys)#647
markbackman merged 2 commits intomainfrom
docs/add-mistral-llm-page

Conversation

@chadbailey59
Copy link
Contributor

@chadbailey59 chadbailey59 commented Mar 24, 2026

Summary

  • Mistral LLM — New page for MistralLLMService, an OpenAI-compatible wrapper with Mistral-specific optimizations for tool use and message handling
  • OpenAI Responses API — New page for OpenAIResponsesLLMService, using the newer Responses API with universal LLMContext (distinct from the existing Chat Completions-based OpenAILLMService)
  • Kokoro TTS — New page for KokoroTTSService, a local ONNX-based text-to-speech engine requiring no API key
  • Genesys AudioHook Serializer — New page for GenesysAudioHookSerializer, enabling Genesys Cloud contact center integration with PCMU audio, DTMF, barge-in, and Architect flow variables

All pages follow established documentation patterns and are added to docs.json navigation and supported-services.mdx.

Test plan

  • Verify all four new pages render correctly in Mintlify preview
  • Check navigation links in sidebar for correct ordering
  • Verify supported-services.mdx table links resolve
  • Confirm example links point to valid GitHub files
  • Spot-check API reference links

🤖 Generated with Claude Code

@mintlify
Copy link

mintlify bot commented Mar 24, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
daily 🟢 Ready View Preview Mar 24, 2026, 10:16 PM

New documentation page for MistralLLMService covering configuration,
settings, usage examples, and Mistral-specific behaviors (function call
deduplication, API constraint handling, vision support).

Also adds Mistral to the navigation in docs.json and the supported
services listing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@markbackman markbackman force-pushed the docs/add-mistral-llm-page branch from 0532f90 to c77c089 Compare March 25, 2026 00:41
@markbackman markbackman changed the title docs: add missing service pages (Mistral, OpenAI Responses, Kokoro, Genesys) docs: add missing service pages (Mistral, Kokoro, Genesys) Mar 25, 2026
Copy link
Contributor

@markbackman markbackman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you.

Add three new documentation pages for previously undocumented services:
- OpenAI Responses API LLM (newer Responses API, universal context)
- Kokoro TTS (local ONNX-based text-to-speech)
- Genesys AudioHook serializer (contact center integration)

Update navigation and supported services index accordingly.
@markbackman markbackman force-pushed the docs/add-mistral-llm-page branch from c77c089 to 8614159 Compare March 25, 2026 00:43
@markbackman markbackman merged commit 933d488 into main Mar 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants