- Renames the type CreatedChatThreadItem to ChatThreadItemLoader
- Renames the hook useCreateChatThreadItem to useGetChatThreadItemLoader
These renames make sense in light of the parent diffs, where we lifted some stuff into the CreatedChatThreadItem type, which can now be thought of as handling a transition between initialChatThreadItem and getFinalChatThreadItem.
Depends on D14138