Skip to content

Conversation

@quantstruct-bot
Copy link
Collaborator

@quantstruct-bot quantstruct-bot commented Mar 7, 2025

New Query Tool and Vapi Voice Provider, Updates to Language Support and Error Handling

  1. New Query Tool Feature and Knowledge Base Integration
  • The API now supports a new query tool that allows assistants to search through knowledge bases. Add this tool to any assistant model by configuring it at assistant.model.tools[type=query] path.
  • You can now link knowledge bases to query tools, providing structured information sources for assistants to access. Define knowledge bases with a name, model, provider, description, and associated file IDs.
```json { "type": "query", "async": false, "server": { "url": "https://api.example.com/query-handler" }, "function": { "name": "query_knowledge", "description": "Query knowledge bases for information", "parameters": { "type": "object", "properties": { "query": { "type": "string", "description": "The query to search for" } }, "required": ["query"] } }, "knowledgeBases": [ { "name": "Product Documentation", "model": "gemini-1.5-flash", "provider": "google", "description": "Contains all product manuals", "fileIds": ["file-123", "file-456"] } ] } ```
  1. New Voice Provider Support

A new voice provider "vapi" has been added with support for a voice called "Jordan" in FallbackVapiVoice. Configure it in our assistant fallback plans at assistant.voice.fallbackPlan.voices.

Vapi Voice Provider

  1. Language Support Updates

Myanmar language ("my") has been added to supported languages, while "jp" and "mymr" codes have been removed. Use "ja" for Japanese language and "my" for Myanmar. Reference GladiaTranscriber for more language codes.

  1. Error Handling Improvements

Added new error code pipeline-error-11labs-transcriber-failed for ServerMessageStatusUpdate.endedReason and ServerMessageEndOfCallReport.endedReason. Also added an explicit failed status for test suite runs in TestSuiteRun. These additions provide more detailed error reporting.

  1. Azure OpenAI Model Update

The model gpt-4o-2024-08-06-ptu has been removed from Azure OpenAI credential schemas. Update any credential configurations that were using this model.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2025

@quantstruct-bot quantstruct-bot marked this pull request as ready for review March 7, 2025 19:13
@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2025

@humford humford merged commit ec30e73 into main Mar 8, 2025
3 of 4 checks passed
@humford humford deleted the changelog-20250305 branch March 8, 2025 01:31
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.

3 participants