(ctx context.Context, arg UpdateChatByIDParams)
| 1184 | UpdateChatACLByID(ctx context.Context, arg UpdateChatACLByIDParams) error |
| 1185 | UpdateChatBuildAgentBinding(ctx context.Context, arg UpdateChatBuildAgentBindingParams) (Chat, error) |
| 1186 | UpdateChatByID(ctx context.Context, arg UpdateChatByIDParams) (Chat, error) |
| 1187 | // Uses COALESCE so that passing NULL from Go means "keep the |
| 1188 | // existing value." This is intentional: debug rows follow a |
| 1189 | // write-once-finalize pattern where fields are set at creation |
no outgoing calls