Skip to content

Commit 959e68b

Browse files
authored
💅🏽 Add Example in Address Param (#65)
Just so things are pretty... <img width="990" height="326" alt="Screenshot 2025-09-19 at 15 01 34" src="https://github.com/user-attachments/assets/4b84b17b-b490-46c5-a853-98141df29e36" />
1 parent 02509a5 commit 959e68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/agent-sdk/src/openai/params.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const addressParam = {
1313
required: true,
1414
description: "20 byte Ethereum address with 0x prefix",
1515
schema: { type: "string" },
16+
example: "0x6810e776880c02933d47db1b9fc05908e5386b96",
1617
};
1718

1819
export const addressOrSymbolParam = {

0 commit comments

Comments
 (0)