You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +48,14 @@ final class Options implements BaseModel
42
48
#[Optional]
43
49
public ?float$timeout;
44
50
51
+
/**
52
+
* Variables whose names are exposed to the model so observe() returns %variableName% placeholders in suggested action arguments instead of literal values. Accepts flat primitives or { value, description? } objects.
@@ -102,4 +119,17 @@ public function withTimeout(float $timeout): self
102
119
103
120
return$self;
104
121
}
122
+
123
+
/**
124
+
* Variables whose names are exposed to the model so observe() returns %variableName% placeholders in suggested action arguments instead of literal values. Accepts flat primitives or { value, description? } objects.
0 commit comments