marem
05/12/2025, 4:02 PM"@vapi-ai/server-sdk": "^0.6.6",
and the typescript definition of Assistant
interface expects a assistantId
/**
* This file was auto-generated by Fern from our API Definition.
*/
export interface Assistant {
type: "assistant";
assistantId: string;
name: string;
/** This is for metadata you want to store on the task. */
metadata?: Record<string, unknown>;
serverMessages?: unknown;
}