Skip to content

Commit fe810b1

Browse files
committed
cleanup
1 parent 14529ef commit fe810b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/rust/golem-rust-macro/src/agentic/agent_definition_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn parse_http_expr(expr: &Expr, out: &mut ParsedHttpMount) -> Result<(), Error>
243243

244244
Err(Error::new_spanned(
245245
expr,
246-
"Unknown agent_definition parameter. Valid parameters are: mode, snapshotting, config, mount, auth, phantom-agent, cors, webhook-suffix",
246+
"Unknown agent_definition parameter. Valid parameters are: mode, snapshotting, mount, auth, phantom-agent, cors, webhook-suffix",
247247
))
248248
}
249249

0 commit comments

Comments
 (0)