-
Notifications
You must be signed in to change notification settings - Fork 81
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
WebGL build dont see llmTools #394
Comments
Hi @kirelisaurimas , Thank you for reporting.🙏 I've investigated the issue and confirmed it's a bug. While we're working on providing a fix, if you need an immediate workaround, please replace |
Correct variable name.🙇♀️🙇♀️🙇♀️: `llmTools` -> `Tools` Issue: #394
@kirelisaurimas Thank you for letting me know!
|
Hello,
I am using unity 6, and wile testing latest ChatdollKit I found out that after switching to WebGL build there are errors in:
Assets\ChatdollKit\Scripts\LLM\Gemini\GeminiServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\CommandR\CommandRServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\Gemini\GeminiServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\Claude\ClaudeServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\ChatGPT\ChatGPTServiceWebGL.cs
The name 'llmTools' does not exist in the current context. I tried to reimport everything, but it doesnt seem to work. Windows platform works without problems. Maybe any tips or suggestions how to solve it?
The text was updated successfully, but these errors were encountered: