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?

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?