Skip to content

Commit

Permalink
Move all classes from tags into regular package (requirement for [fee…
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Feb 26, 2025
1 parent 28a7f90 commit dfb991a
Show file tree
Hide file tree
Showing 251 changed files with 251 additions and 251 deletions.
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicChatMessage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
'type',
'usage'
],
#category : #'Gt4Anthropic-Models'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicClient.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#classVars : [
'ApiKeyFile'
],
#category : #'Gt4Anthropic-Client'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicCompleteChatAPIClient.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
'tools',
'system'
],
#category : #'Gt4Anthropic-Client'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicError.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'type'
],
#category : #'Gt4Anthropic-Client'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicFunctionToolExamples.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtAnthropicFunctionToolExamples,
#superclass : #Object,
#category : #'Gt4Anthropic-Examples'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicGroup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'client'
],
#category : #'Gt4Anthropic-Models'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicListModelsAPIClient.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtAnthropicListModelsAPIClient,
#superclass : #GtLlmEndpointClient,
#category : #'Gt4Anthropic-Client'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicMessageExamples.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtAnthropicMessageExamples,
#superclass : #GtLlmThreadMessageExamples,
#category : #'Gt4Anthropic-Examples'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {
'displayName',
'createdAt'
],
#category : #'Gt4Anthropic-Models'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicModelsGroup.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtAnthropicModelsGroup,
#superclass : #GtAnthropicGroup,
#category : #'Gt4Anthropic-Models'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicProvider.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
'maxTokens',
'instructions'
],
#category : #'Gt4Anthropic-Providers'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Anthropic/GtAnthropicToolMessage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'contentText'
],
#category : #'Gt4Anthropic-Models'
#category : #Gt4Anthropic
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/Gt4LlmHomeSection.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#classVars : [
'ShouldShowSection'
],
#category : #'Gt4Llm-World'
#category : #Gt4Llm
}

{ #category : #settings }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEDemoEncodingResultProxy.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtBPEDemoEncodingResultProxy,
#superclass : #PBProxyObject,
#category : #'Gt4Llm-Tokenizer'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEDemoMergeProxy.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtBPEDemoMergeProxy,
#superclass : #PBProxyObject,
#category : #'Gt4Llm-Tokenizer'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEEncoder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'vocabularySize'
],
#category : #'Gt4Llm-Tokenizer'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEEncoderExamples.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtBPEEncoderExamples,
#superclass : #Object,
#category : #'Gt4Llm-Tokenizer - Examples'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEEncodingResult.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
'merges',
'output'
],
#category : #'Gt4Llm-Tokenizer'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtBPEMergeResult.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Class {
'merges',
'output'
],
#category : #'Gt4Llm-Tokenizer'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionCall.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Class {
'action',
'arguments'
],
#category : #'Gt4Llm-Announcements'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionChatViewModel.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmActionChatViewModel,
#superclass : #GtLlmChatViewModel,
#category : #'Gt4Llm-Widgets'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionMessage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class {
#superclass : #GtLlmChatMessage,
#traits : 'TGtActionMessage',
#classTraits : 'TGtActionMessage classTrait',
#category : #'Gt4Llm-Models'
#category : #Gt4Llm
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionReference.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {
'isInput',
'isOutput'
],
#category : #'Gt4Llm-Tutor'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionTemplateElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Class {
'example',
'onActionCreated'
],
#category : #'Gt4Llm-Widgets'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionThreadMessageViewModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'action'
],
#category : #'Gt4Llm-Widgets'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmActionsGroup.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmActionsGroup,
#superclass : #GtLlmGroup,
#category : #'Gt4Llm-Groups'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAdapterDirective.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmAdapterDirective,
#superclass : #GtLlmModelfileDirective,
#category : #'Gt4Llm-Modelfiles'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantChatDynamicStatus.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'threadRun'
],
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantChatNotReadyStatus.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {
#classInstVars : [
'uniqueInstance'
],
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantChatReadyStatus.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {
#classInstVars : [
'uniqueInstance'
],
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantChatStatus.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmAssistantChatStatus,
#superclass : #Object,
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #factory }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantChatWorkingStatus.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmAssistantChatWorkingStatus,
#superclass : #GtLlmAssistantChatStatus,
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmAssistantMessage.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmAssistantMessage,
#superclass : #GtLlmChatMessage,
#category : #'Gt4Llm-Models'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmBasicThreadMessageViewModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Class {
'styler',
'checkRunResultViewModels'
],
#category : #'Gt4Llm-Widgets'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChat.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
'messages',
'serializer'
],
#category : #'Gt4Llm-Chats'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChatExamples.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmChatExamples,
#superclass : #Object,
#category : #'Gt4Llm-Examples'
#category : #Gt4Llm
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChatMessage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
'chat',
'attachments'
],
#category : #'Gt4Llm-Models'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChatReadyFuture.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
'chat',
'delay'
],
#category : #'Gt4Llm-Futures'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChatViewModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
'newThreadMessageViewModel',
'threadMessageViewModelsCache'
],
#category : #'Gt4Llm-Widgets'
#category : #Gt4Llm
}

{ #category : #initialization }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmChebyshevDistanceMetric.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmChebyshevDistanceMetric,
#superclass : #GtLlmDistanceMetric,
#category : #'Gt4Llm-Embeddings'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmCityBlockDistanceMetric.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmCityBlockDistanceMetric,
#superclass : #GtLlmDistanceMetric,
#category : #'Gt4Llm-Embeddings'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmCoderViewModelProposeRenameAction.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'choices'
],
#category : #'Gt4Llm-Coder'
#category : #Gt4Llm
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmCompositeMessage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#instVars : [
'serializeInline'
],
#category : #'Gt4Llm-Models'
#category : #Gt4Llm
}

{ #category : #'as yet unclassified' }
Expand Down
2 changes: 1 addition & 1 deletion src/Gt4Llm/GtLlmCorrelationDistanceMetric.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #GtLlmCorrelationDistanceMetric,
#superclass : #GtLlmDistanceMetric,
#category : #'Gt4Llm-Embeddings'
#category : #Gt4Llm
}

{ #category : #accessing }
Expand Down
Loading

0 comments on commit dfb991a

Please sign in to comment.