Skip to content

Commit 24c1b86

Browse files
authored
Merge branch 'main' into yash/stylus-publish-deploy
2 parents 8b20f6d + 12adbd8 commit 24c1b86

File tree

6 files changed

+28
-7
lines changed

6 files changed

+28
-7
lines changed

.changeset/crazy-cups-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/portal/src/app/nebula/faqs/page.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ Nebula supports reading and writing capabilities on any EVM-compatible chain. [V
2020
Yes, you may ask Nebula questions in any spoken language.
2121
</Details>
2222

23+
<Details summary="How can I make Nebula play a certain character better?">
24+
1. Define the Role Clearly: Specify the character’s role and behavior in your prompt.
25+
26+
Example, “You are an assistant embedded in a blockchain application, designed to provide insights and execute transactions without introducing yourself.”
27+
28+
2. Avoid phrases that suggest personality traits or self-awareness: Use Contextual Instructions and add specific instructions to avoid unnecessary introductions.
29+
30+
Example, “Respond directly to queries without stating your identity or greeting users.”
31+
32+
3. Set Output Expectations: Guide the format of responses.
33+
34+
Example, “Provide concise answers or actions based on the user’s input without additional commentary.”
35+
36+
4. Preload Context: Use Nebula’s context filters to scope responses within a specific domain (e.g., blockchain data or transactions) and avoid generic replies.
37+
38+
5. Session Handling: Utilize Nebula’s session handling feature to maintain relevant context throughout interactions, ensuring responses align with the established character behavior.
39+
</Details>
40+
2341
<Details summary="How can I improve upon Nebula's responses?">
2442
We recommend using [context filters](/nebula/key-concepts/context-filters) to improve relevant responses. You may also modify hyperparameters such as temperature, top-p,
2543
and more using the OpenAI API. Learn more about our [OpenAI API integration](/nebula/plugins/openai).

packages/thirdweb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# thirdweb
22

3+
## 5.93.6
4+
5+
### Patch Changes
6+
7+
- [#6569](https://github.com/thirdweb-dev/js/pull/6569) [`2d4c5ff`](https://github.com/thirdweb-dev/js/commit/2d4c5ff07c5c84d3705a35a01990d598939e2e44) Thanks [@MananTank](https://github.com/MananTank)! - Fix "Cannot read properties of undefined (reading 'forwardRef')" error in certain bundler setups
8+
39
## 5.93.5
410

511
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.93.5",
3+
"version": "5.93.6",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.41
4+
35
## 0.2.40
46

57
### Patch Changes

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.40",
3+
"version": "0.2.41",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)