update styling of user messages (#3247)

This commit is contained in:
Lily Delalande
2025-07-03 14:35:31 -04:00
committed by GitHub
parent 17bc96fcd4
commit 7f55459e40
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -132,6 +132,9 @@ export type ExtensionConfig = {
description?: string | null;
env_keys?: Array<string>;
envs?: Envs;
headers?: {
[key: string]: string;
};
/**
* The name used to identify this extension
*/