(ctx context.Context, arg UpdateChatACLByIDParams)
| 1182 | UpdateAIProvider(ctx context.Context, arg UpdateAIProviderParams) (AIProvider, error) |
| 1183 | UpdateAPIKeyByID(ctx context.Context, arg UpdateAPIKeyByIDParams) error |
| 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 |
no outgoing calls