@bytexbyte/nxtlinq-ai-agent-sdk 1.6.26 → 1.6.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"nxtlinq-api.d.ts","sourceRoot":"","sources":["../../src/api/nxtlinq-api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAM1C,eAAO,MAAM,WAAW,GAAI,aAAa,YAAY,GAAG,SAAS,SAQhE,CAAC;AA2YF,eAAO,MAAM,gBAAgB,GAAI,QAAQ,MAAM,EAAE,WAAW,MAAM,KAAG,MAUpE,CAAC"}
1
+ {"version":3,"file":"nxtlinq-api.d.ts","sourceRoot":"","sources":["../../src/api/nxtlinq-api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAM1C,eAAO,MAAM,WAAW,GAAI,aAAa,YAAY,GAAG,SAAS,SAQhE,CAAC;AA6YF,eAAO,MAAM,gBAAgB,GAAI,QAAQ,MAAM,EAAE,WAAW,MAAM,KAAG,MAUpE,CAAC"}
@@ -82,7 +82,7 @@ const createAuthApi = (apiKey, apiSecret) => ({
82
82
  const createAgentApi = () => ({
83
83
  sendMessage: async (params) => {
84
84
  try {
85
- const model = params.model || 'nova';
85
+ const model = params.model || 'open-ai';
86
86
  // Get AIT related information
87
87
  const walletAddress = localStorage.getItem('walletAddress');
88
88
  const aitTokenRaw = localStorage.getItem('nxtlinqAITServiceAccessToken');
@@ -100,6 +100,7 @@ const createAgentApi = () => ({
100
100
  pseudoId: params.pseudoId,
101
101
  externalId: params.externalId,
102
102
  customUserInfo: params.customUserInfo,
103
+ customUsername: params.customUsername,
103
104
  message: params.message,
104
105
  walletAddress: walletAddress || undefined,
105
106
  aitToken: aitToken || undefined,