chore: add letta source header (#139)
This commit is contained in:
@@ -59,5 +59,9 @@ export async function getClient() {
|
||||
settingsManager.updateSettings({ env: updatedEnv });
|
||||
}
|
||||
|
||||
return new Letta({ apiKey, baseURL });
|
||||
return new Letta({
|
||||
apiKey,
|
||||
baseURL,
|
||||
defaultHeaders: { "X-Letta-Source": "letta-code" },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user