docmd-assistant v0.1.1 addresses relay turn handling and payload serialisation for custom API endpoints.
Key Changes & Fixes
Flexible Relay Response Parsing
- Updated
runRelayTurnresponse parsing to supportdata.textin addition todata.replyanddata.message. - Ensures compatibility with custom backend proxy gateways returning standard text response schemas.
Conditional Provider Payload Attachment
- Provider and model names are now attached to relay POST payloads only when explicitly configured in
AssistantOptions.
Upgrade
npm
pnpm
npm install docmd-assistant@0.1.1
pnpm add docmd-assistant@0.1.1