Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated build] Update Protobuf files #303

Closed
wants to merge 1 commit into from

Conversation

inworld-gh-svc-account
Copy link
Contributor

Update Protobuf files from rev: f8f6f23cf0516f388d0e928d0bb63bf2e9bef8d4

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SESSION_CONFIGURATION" with 'SESSION_CONFIGURATION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SESSION_END" with 'SESSION_END'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TTS_PLAYBACK_END" with 'TTS_PLAYBACK_END'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TTS_PLAYBACK_MUTE" with 'TTS_PLAYBACK_MUTE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TTS_PLAYBACK_START" with 'TTS_PLAYBACK_START'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TTS_PLAYBACK_UNMUTE" with 'TTS_PLAYBACK_UNMUTE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNKNOWN" with 'UNKNOWN'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"WARNING" with 'WARNING'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const MicrophoneModeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"EXPECT_AUDIO_END" with 'EXPECT_AUDIO_END'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"OPEN_MIC" with ··'OPEN_MIC'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const UnderstandingModeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"FULL" with 'FULL'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SPEECH_RECOGNITION_ONLY" with 'SPEECH_RECOGNITION_ONLY'

"SPEECH_RECOGNITION_ONLY",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED_UNDERSTANDING_MODE" with 'UNSPECIFIED_UNDERSTANDING_MODE'

"UNSPECIFIED_UNDERSTANDING_MODE",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const ConversationEventTypeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"EVICTED" with 'EVICTED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"STARTED" with 'STARTED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNKNOWN" with 'UNKNOWN'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UPDATED" with 'UPDATED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace typeof·ConversationEventTypeEnumSchema>;⏎ with ⏎··typeof·ConversationEventTypeEnumSchema⏎>;

export type ConversationEventTypeEnum = z.infer<typeof ConversationEventTypeEnumSchema>;


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎····"AGENT",⏎····"PLAYER",⏎····"UNKNOWN",⏎····"WORLD",⏎ with 'AGENT',·'PLAYER',·'UNKNOWN',·'WORLD'

export const TypeEnumSchema = z.enum([
"AGENT",
"PLAYER",
"UNKNOWN",
"WORLD",
]);


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const ContinuationTypeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONTINUATION_TYPE_DIALOG_HISTORY" with 'CONTINUATION_TYPE_DIALOG_HISTORY'

"CONTINUATION_TYPE_DIALOG_HISTORY",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONTINUATION_TYPE_EXTERNALLY_SAVED_STATE" with 'CONTINUATION_TYPE_EXTERNALLY_SAVED_STATE'

"CONTINUATION_TYPE_EXTERNALLY_SAVED_STATE",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONTINUATION_TYPE_UNKNOWN" with 'CONTINUATION_TYPE_UNKNOWN'

"CONTINUATION_TYPE_UNKNOWN",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"mode" with mode

"mode": z.union([MicrophoneModeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"understanding_mode":·z.union([UnderstandingModeEnumSchema,·z.number()]) with understanding_mode:·z⏎····.union([UnderstandingModeEnumSchema,·z.number()])⏎····

"understanding_mode": z.union([UnderstandingModeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"participants" with ··participants

"participants": z.array(ActorSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"avatar_img" with ··avatar_img

"avatar_img": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"avatar_img_original" with avatar_img_original

"avatar_img_original": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"rpm_image_uri_portrait" with rpm_image_uri_portrait

"rpm_image_uri_portrait": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"rpm_image_uri_posture" with rpm_image_uri_posture

"rpm_image_uri_posture": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"rpm_model_uri" with rpm_model_uri

"rpm_model_uri": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"audio" with audio

"audio": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"audio2face" with audio2face

"audio2face": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"continuation" with continuation

"continuation": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"debug_info" with ··debug_info

"debug_info": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"emotion_streaming" with ··emotion_streaming

"emotion_streaming": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"emotions" with emotions

"emotions": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"inspect" with inspect

"inspect": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interruptions" with interruptions

"interruptions": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"logs" with logs

"logs": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"logs_debug" with logs_debug

"logs_debug": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"logs_info" with ··logs_info

"logs_info": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"logs_internal" with ··logs_internal

"logs_internal": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"logs_warning" with logs_warning

"logs_warning": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"multi_agent" with multi_agent

"multi_agent": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"multi_modal_action_planning" with multi_modal_action_planning

"multi_modal_action_planning": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"narrated_actions" with narrated_actions

"narrated_actions": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"perceived_latency_report" with perceived_latency_report

"perceived_latency_report": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"phoneme_info" with phoneme_info

"phoneme_info": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ping_pong_report" with ping_pong_report

"ping_pong_report": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"regenerate_response" with ··regenerate_response

"regenerate_response": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"relations" with ··relations

"relations": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"session_cancellation" with session_cancellation

"session_cancellation": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"silence_events" with silence_events

"silence_events": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"tts_mp3" with tts_mp3

"tts_mp3": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"turn_based_stt" with turn_based_stt

"turn_based_stt": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace typeof·CapabilitiesConfigurationSchema with ⏎··typeof·CapabilitiesConfigurationSchema⏎

export type CapabilitiesConfiguration = z.infer<typeof CapabilitiesConfigurationSchema>;


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"description" with description

"description": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"id" with id

"id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"version" with version

"version": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"passed_time" with ··passed_time

"passed_time": z.coerce.date().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"game_session_id" with game_session_id

"game_session_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace typeof·SessionConfigurationSessionConfigurationSchema with ⏎··typeof·SessionConfigurationSessionConfigurationSchema⏎

export type SessionConfigurationSessionConfiguration = z.infer<typeof SessionConfigurationSessionConfigurationSchema>;


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"field_id" with field_id

"field_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"field_value" with field_value

"field_value": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"event_type" with event_type

"event_type": z.union([ConversationEventTypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"participants" with participants

"participants": z.array(ActorSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"agent_id" with ··agent_id

"agent_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"brain_name" with brain_name

"brain_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"character_assets" with character_assets

"character_assets": CharacterAssetsSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"given_name" with given_name

"given_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"actor" with actor

"actor": ActorClassSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"text" with text

"text": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"fields" with fields

"fields": z.array(PlayerFieldSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"agents" with agents

"agents": z.array(AgentSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"scene_description" with ··scene_description

"scene_description": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"scene_display_name" with ··scene_display_name

"scene_display_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"scene_name" with ··scene_name

"scene_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"history" with history

"history": z.array(HistoryItemSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"player_profile" with player_profile

"player_profile": PlayerProfileSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"view_transcript_consent" with view_transcript_consent

"view_transcript_consent": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"continuation_info" with continuation_info

"continuation_info": ContinuationInfoSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"continuation_type":·z.union([ContinuationTypeEnumSchema,·z.number()]) with continuation_type:·z⏎····.union([ContinuationTypeEnumSchema,·z.number()])⏎····

"continuation_type": z.union([ContinuationTypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"dialog_history" with dialog_history

"dialog_history": DialogHistorySchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"externally_saved_state" with externally_saved_state

"externally_saved_state": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"id" with id

"id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"user_settings" with user_settings

"user_settings": UserSettingsSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"capabilities_configuration" with capabilities_configuration

"capabilities_configuration": CapabilitiesConfigurationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"client_configuration" with client_configuration

"client_configuration": ClientConfigurationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"continuation" with continuation

"continuation": ContinuationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"session_configuration": with session_configuration:⏎···

"session_configuration": SessionConfigurationSessionConfigurationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"user_configuration" with user_configuration

"user_configuration": UserConfigurationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace typeof·ControlEventSessionConfigurationSchema with ⏎··typeof·ControlEventSessionConfigurationSchema⏎

export type ControlEventSessionConfiguration = z.infer<typeof ControlEventSessionConfigurationSchema>;


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"action" with ··action

"action": z.union([ActionEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"audio_session_start" with ··audio_session_start

"audio_session_start": AudioSessionStartSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"conversation_event" with conversation_event

"conversation_event": ConversationEventSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"conversation_update" with conversation_update

"conversation_update": ConSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"current_scene_status" with current_scene_status

"current_scene_status": CurrentSceneStatusSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"description" with description

"description": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"payload" with payload

"payload": z.record(z.string(), z.any()).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"session_configuration" with session_configuration

"session_configuration": ControlEventSessionConfigurationSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTERACTION" with 'INTERACTION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTERACTION_END" with 'INTERACTION_END'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UTTERANCE" with 'UTTERANCE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎export·const·TypeEnumSchema·=·z.enum([⏎····"TASK",⏎····"TRIGGER",⏎····"UNSPECIFIED",⏎ with export·const·TypeEnumSchema·=·z.enum(['TASK',·'TRIGGER',·'UNSPECIFIED'

export const TypeEnumSchema = z.enum([
"TASK",
"TRIGGER",
"UNSPECIFIED",
]);


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"value" with value

"value": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"parameters" with parameters

"parameters": z.array(ParameterSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"playback" with playback

"playback": z.union([PlaybackEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AUDIO_MP3" with 'AUDIO_MP3'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AUDIO_PCM_16000" with 'AUDIO_PCM_16000'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AUDIO_PCM_22050" with 'AUDIO_PCM_22050'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED_AUDIO_FORMAT" with 'UNSPECIFIED_AUDIO_FORMAT'

"UNSPECIFIED_AUDIO_FORMAT",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const DataTypeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AUDIO" with 'AUDIO'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INSPECT" with 'INSPECT'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"NVIDIA_A2F_ANIMATION" with 'NVIDIA_A2F_ANIMATION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"NVIDIA_A2F_ANIMATION_HEADER" with 'NVIDIA_A2F_ANIMATION_HEADER'

"NVIDIA_A2F_ANIMATION_HEADER",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SILENCE" with 'SILENCE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"STATE" with ··'STATE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"phoneme" with phoneme

"phoneme": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"start_offset" with start_offset

"start_offset": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"additional_phoneme_info" with additional_phoneme_info

"additional_phoneme_info": z.array(AdditionalPhonemeInfoSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"audioFormat" with audioFormat

"audioFormat": z.union([AudioFormatEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"chunk" with chunk

"chunk": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"duration_ms" with duration_ms

"duration_ms": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([DataTypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AFFECTION" with 'AFFECTION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ANGER" with 'ANGER'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"BELLIGERENCE" with 'BELLIGERENCE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONTEMPT" with 'CONTEMPT'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CRITICISM" with 'CRITICISM'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"DEFENSIVENESS" with 'DEFENSIVENESS'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"DISGUST" with ··'DISGUST'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"DOMINEERING" with 'DOMINEERING'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"HUMOR" with 'HUMOR'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTEREST" with 'INTEREST'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"JOY" with 'JOY'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"NEUTRAL" with 'NEUTRAL'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SADNESS" with 'SADNESS'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"STONEWALLING" with ··'STONEWALLING'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SURPRISE" with 'SURPRISE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TENSE_HUMOR" with 'TENSE_HUMOR'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TENSION" with 'TENSION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"VALIDATION" with 'VALIDATION'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"WHINING" with 'WHINING'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const StrengthEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"NORMAL" with 'NORMAL'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"STRONG" with 'STRONG'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"WEAK" with 'WEAK'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"behavior" with behavior

"behavior": z.union([SpaffCodeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"fear" with fear

"fear": z.number().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"joy" with ··joy

"joy": z.number().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"strength" with strength

"strength": z.union([StrengthEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"surprise" with surprise

"surprise": z.number().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"trust" with trust

"trust": z.number().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"APPLY_RESPONSE_TYPE_COMMIT" with 'APPLY_RESPONSE_TYPE_COMMIT'

"APPLY_RESPONSE_TYPE_COMMIT",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"APPLY_RESPONSE_TYPE_DEFAULT" with 'APPLY_RESPONSE_TYPE_DEFAULT'

"APPLY_RESPONSE_TYPE_DEFAULT",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete

export const LanguageCodeEnumSchema = z.enum([


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"AUTO" with 'AUTO'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"EN_US" with 'EN_US'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"JA_JP" with 'JA_JP'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"KO_KR" with 'KO_KR'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"LANGUAGE_CODE_UNSPECIFIED" with 'LANGUAGE_CODE_UNSPECIFIED'

"LANGUAGE_CODE_UNSPECIFIED",


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"RU_RU" with 'RU_RU'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ZH_CN" with 'ZH_CN'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"conversation_id" with conversation_id

"conversation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"correlation_id" with ··correlation_id

"correlation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"interaction_id" with ··interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"packet_id" with packet_id

"packet_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"utterance_id" with utterance_id

"utterance_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interaction_id" with interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"utterance_id" with ··utterance_id

"utterance_id": z.array(z.string()).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"language_code" with language_code

"language_code": z.union([LanguageCodeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"is_reset_scene" with is_reset_scene

"is_reset_scene": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"exact_text" with exact_text

"exact_text": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interaction_id" with interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interaction_id" with interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"avatar_img" with avatar_img

"avatar_img": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"avatar_img_original" with avatar_img_original

"avatar_img_original": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"rpm_image_uri_portrait" with rpm_image_uri_portrait

"rpm_image_uri_portrait": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"rpm_image_uri_posture" with ··rpm_image_uri_posture

"rpm_image_uri_posture": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"rpm_model_uri" with ··rpm_model_uri

"rpm_model_uri": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"apply_response_type":·z.union([ApplyResponseTypeEnumSchema,·z.number()]) with apply_response_type:·z⏎····.union([ApplyResponseTypeEnumSchema,·z.number()])⏎····

"apply_response_type": z.union([ApplyResponseTypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"packet_id" with packet_id

"packet_id": PacketIdSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"name" with ··name

"name": z.array(CharacterNameSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"agent_id" with agent_id

"agent_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"brain_name" with ··brain_name

"brain_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"character_assets" with character_assets

"character_assets": CharacterAssetsSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"given_name" with given_name

"given_name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"agents" with ··agents

"agents": z.array(AgentSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"apply_response" with apply_response

"apply_response": ApplyResponseSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"cancel_responses" with cancel_responses

"cancel_responses": CancelResponsesSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"load_characters" with load_characters

"load_characters": LoadCharactersSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"load_scene" with load_scene

"load_scene": LoadSceneSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"modify_exact_response" with modify_exact_response

"modify_exact_response": ModifyExactResponseSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"regenerate_response" with regenerate_response

"regenerate_response": RegenerateResponseSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"unload_characters" with ··unload_characters

"unload_characters": UnloadCharactersSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"content" with content

"content": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"conversation_id" with conversation_id

"conversation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"correlation_id" with ··correlation_id

"correlation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interaction_id" with interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"packet_id" with packet_id

"packet_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"utterance_id" with utterance_id

"utterance_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ESTIMATED" with 'ESTIMATED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"FINE" with ··'FINE'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"NON_SPEECH" with ··'NON_SPEECH'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"PUSH_TO_TALK" with 'PUSH_TO_TALK'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"latency" with ··latency

"latency": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"precision" with precision

"precision": z.union([PrecisionEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace typeof·PerceivedLatencyReportSchema with ⏎··typeof·PerceivedLatencyReportSchema⏎

export type PerceivedLatencyReport = z.infer<typeof PerceivedLatencyReportSchema>;


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎····"PING",⏎····"PONG",⏎····"UNSPECIFIED",⏎ with 'PING',·'PONG',·'UNSPECIFIED'

export const TypeEnumSchema = z.enum([
"PING",
"PONG",
"UNSPECIFIED",
]);


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"conversation_id" with conversation_id

"conversation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"correlation_id" with correlation_id

"correlation_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"interaction_id" with interaction_id

"interaction_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"packet_id" with packet_id

"packet_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"utterance_id" with utterance_id

"utterance_id": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ping_packet_id" with ping_packet_id

"ping_packet_id": PacketIdSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"ping_timestamp" with ping_timestamp

"ping_timestamp": z.coerce.date().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎····"AGENT",⏎····"PLAYER",⏎····"UNKNOWN",⏎····"WORLD",⏎ with 'AGENT',·'PLAYER',·'UNKNOWN',·'WORLD'

export const TypeEnumSchema = z.enum([
"AGENT",
"PLAYER",
"UNKNOWN",
"WORLD",
]);


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"name" with name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"name" with ··name

"name": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"type" with type

"type": z.union([TypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"source" with source

"source": SourceSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"target" with target

"target": TargetSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"targets" with targets

"targets": z.array(ActorSchema).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

import * as z from "zod";


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"FILLER" with 'FILLER'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"GENERATED" with 'GENERATED'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"SPEECH_TO_TEXT" with 'SPEECH_TO_TEXT'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"TYPED_IN" with 'TYPED_IN'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNKNOWN" with 'UNKNOWN'


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"model" with model

"model": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"service" with service

"service": z.string().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"final" with final

"final": z.boolean().optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"model_info" with model_info

"model_info": ModelInfoSchema.optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ····"source_type" with ··source_type

"source_type": z.union([SourceTypeEnumSchema, z.number()]).optional(),


🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"text" with text

"text": z.string().optional(),

Comment on lines +1 to +2
import * as z from "zod";

Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace "zod";⏎ with 'zod';

Suggested change
import * as z from "zod";
import * as z from 'zod';



export const PlaybackEnumSchema = z.enum([
"INTERACTION",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTERACTION" with 'INTERACTION'

Suggested change
"INTERACTION",
'INTERACTION',


export const PlaybackEnumSchema = z.enum([
"INTERACTION",
"INTERACTION_END",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTERACTION_END" with 'INTERACTION_END'

Suggested change
"INTERACTION_END",
'INTERACTION_END',

export const PlaybackEnumSchema = z.enum([
"INTERACTION",
"INTERACTION_END",
"UNSPECIFIED",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UNSPECIFIED" with 'UNSPECIFIED'

Suggested change
"UNSPECIFIED",
'UNSPECIFIED',

"INTERACTION",
"INTERACTION_END",
"UNSPECIFIED",
"UTTERANCE",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"UTTERANCE" with 'UTTERANCE'

Suggested change
"UTTERANCE",
'UTTERANCE',

"AUDIO_SESSION_END",
"AUDIO_SESSION_START",
"CONVERSATION_EVENT",
"CONVERSATION_START",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONVERSATION_START" with 'CONVERSATION_START'

Suggested change
"CONVERSATION_START",
'CONVERSATION_START',

"AUDIO_SESSION_START",
"CONVERSATION_EVENT",
"CONVERSATION_START",
"CONVERSATION_STARTED",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONVERSATION_STARTED" with 'CONVERSATION_STARTED'

Suggested change
"CONVERSATION_STARTED",
'CONVERSATION_STARTED',

"CONVERSATION_EVENT",
"CONVERSATION_START",
"CONVERSATION_STARTED",
"CONVERSATION_UPDATE",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CONVERSATION_UPDATE" with 'CONVERSATION_UPDATE'

Suggested change
"CONVERSATION_UPDATE",
'CONVERSATION_UPDATE',

"CONVERSATION_START",
"CONVERSATION_STARTED",
"CONVERSATION_UPDATE",
"CURRENT_SCENE_STATUS",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"CURRENT_SCENE_STATUS" with 'CURRENT_SCENE_STATUS'

Suggested change
"CURRENT_SCENE_STATUS",
'CURRENT_SCENE_STATUS',

"CONVERSATION_STARTED",
"CONVERSATION_UPDATE",
"CURRENT_SCENE_STATUS",
"INTERACTION_END",
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ··"INTERACTION_END" with 'INTERACTION_END'

Suggested change
"INTERACTION_END",
'INTERACTION_END',

@inworld-gh-svc-account inworld-gh-svc-account deleted the update-protobuf-11617300612 branch October 31, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant