Remove MDXEditor theme styles and unused attachments parameter

Eliminated the MDXEditor styles from the base theme as they are not in use. Also removed the unused "attachments" parameter from the xai model configuration for cleaner and more maintainable code.
This commit is contained in:
geoffsee
2025-05-27 14:16:43 -04:00
committed by Geoff Seemueller
parent 47272ba350
commit d90ab65b04
2 changed files with 0 additions and 62 deletions

View File

@@ -20,7 +20,6 @@ export class XaiChatSdk {
systemPrompt,
maxTokens,
messages,
attachments,
env,
model,
preprocessedContext,