This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ForumBoard } from '../../server/models' | |
import { ForumPostType } from '../../server/models/Forum/ForumPost' | |
import { Task } from '../Task' | |
const query = { | |
$and: [ | |
{ allowPostTypes: ForumPostType.Discussion }, | |
{ allowPostTypes: { $ne: ForumPostType.Question } }, | |
], | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:00,000 --> 00:00:04,320 | |
Welcome back. In this section we'll be going over a brief overview of | |
2 | |
00:00:04,320 --> 00:00:08,010 | |
Anthropic. We'll provide an overview of the organization, our mission | |
3 | |
00:00:08,010 --> 00:00:10,750 |