We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e5030 commit ec92a36Copy full SHA for ec92a36
apps/playground-web/src/app/ai/api/chat.ts
@@ -22,7 +22,7 @@ export async function promptNebula(params: {
22
body.context = {
23
chain_ids: params.context.chainIds?.map(Number) || [],
24
session_id: params.context.sessionId ?? undefined,
25
- from: params.context.walletAddress,
+ from: params.context.walletAddress ?? undefined,
26
auto_execute_transactions:
27
params.context.autoExecuteTransactions || false,
28
};
0 commit comments