(ctx context.Context, arg InsertChatMessagesParams)
| 946 | InsertChatDebugStep(ctx context.Context, arg InsertChatDebugStepParams) (ChatDebugStep, error) |
| 947 | InsertChatFile(ctx context.Context, arg InsertChatFileParams) (InsertChatFileRow, error) |
| 948 | InsertChatMessages(ctx context.Context, arg InsertChatMessagesParams) ([]ChatMessage, error) |
| 949 | InsertChatModelConfig(ctx context.Context, arg InsertChatModelConfigParams) (ChatModelConfig, error) |
| 950 | InsertChatQueuedMessage(ctx context.Context, arg InsertChatQueuedMessageParams) (ChatQueuedMessage, error) |
| 951 | InsertCryptoKey(ctx context.Context, arg InsertCryptoKeyParams) (CryptoKey, error) |
no outgoing calls