It worked yesterday but today, I am getting this error:
❌ Error: 38 validation errors for union[AssistantEnd,AssistantMessage,AssistantProsody,AudioOutput,ChatMetadata,WebSocketError,UserInterruption,UserMessage,ToolCallMessage,ToolResponseMessage,ToolErrorMessage]
AssistantEnd.type
Input should be 'assistant_end' [type=literal_error, input_value='session_settings', input_type=str]
AssistantMessage.from_text
Field required [type=missing, input_value={'type': 'session_setting...es': {'name': 'Joshua'}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.12/v/missing
AssistantMessage.message
Field required [type=missing, input_value={'type': 'session_setting...es': {'name': 'Joshua'}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.12/v/missing
AssistantMessage.models
Field required [type=missing, input_value={'type': 'session_setting...es': {'name':
.....
I don't think this should happen since this is on your official github and was working yesterday. Can someone please look into this.