Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/RequestHelloDecision.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract RequestHelloDecision is Script {

string memory prompt =
"Proposal: allocate 500K USDC to community grants. Criteria: vote YES for grants under 1M, NO for token unlocks, ABSTAIN if unclear. Return exactly one allowed value.";
string memory system = "You are Steward, a deterministic DAO voting agent. Return only YES, NO, or ABSTAIN.";
string memory system = "You are Steward, a constrained DAO voting agent. Return only YES, NO, or ABSTAIN.";

vm.startBroadcast();
requestId = callback.requestDecision{value: requestValue}(prompt, system, allowedValues);
Expand Down