diff --git a/crates/worker/src/feature/builtin/resource_projection.rs b/crates/worker/src/feature/builtin/resource_projection.rs index 0879f415..d766f8e3 100644 --- a/crates/worker/src/feature/builtin/resource_projection.rs +++ b/crates/worker/src/feature/builtin/resource_projection.rs @@ -63,7 +63,7 @@ pub(super) struct ModelObjectiveQueryResponse { struct ModelObjectiveQueryItem { objective: String, title: String, - summary: String, + summary: Option, state: String, created_at: Option, updated_at: Option, @@ -331,7 +331,7 @@ fn project_objective_query_item(value: &Value) -> Result