feat(service): P2.4 REST fallback POST /v1/threads/:id/messages (session-auth)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { IsOptional, IsString } from 'class-validator';
|
||||
|
||||
export class SendMessageDto {
|
||||
@IsString() content!: string;
|
||||
@IsOptional() @IsString() contentRef?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user