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

bug: setting auto in character file fails to load client-auto #1049

Closed
HashWarlock opened this issue Dec 13, 2024 · 0 comments
Closed

bug: setting auto in character file fails to load client-auto #1049

HashWarlock opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HashWarlock
Copy link
Collaborator

Describe the bug
Currently, when a character file wants to use the Auto Client, the agent will return an error.

["⛔ Error parsing character from ../characters/schlomo.character.json: Error: Character configuration validation failed:\nclients.2: Invalid enum value. Expected 'discord' | 'direct' | 'twitter' | 'telegram' | 'farcaster', received 'auto'"]

This is due to the types.ts file does not define an enum AUTO = "auto".

To Reproduce
Define the "clients": ["auto"], in the character file to reproduce the error.

Expected behavior
Expected behavior should start the auto client and print a log

 ["◎ running auto client..."] 

Screenshots
image

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant