Skip to content

Commit

Permalink
Move GT-specific classes [feenkcom/gtoolkit#4322]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Feb 26, 2025
1 parent ee7b320 commit a6aa376
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion rowan/components/Core.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RwSimpleProjectLoadComponentV2 {
#packageNames : [
'Gt4Llm',
'Gt4OpenAI',
'Gt4Ollama',
'Gt4Ollama'
],
#comment : ''
}
4 changes: 2 additions & 2 deletions rowan/project.ston
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RwProjectSpecificationV2 {
#projectsPath : 'rowan/projects',
#specsPath : 'rowan/specs',
#packageFormat : 'tonel',
#packageConvention : 'Monticello',
#packageConvention : 'RowanHybrid',
#comment : ''
}
}
3 changes: 2 additions & 1 deletion src/BaselineOfGt4LlmCore/BaselineOfGt4LlmCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Class {
BaselineOfGt4LlmCore >> baseline: spec [
<baseline>
^ spec for: #common do: [
spec package: 'Gt4Llm'
spec package: 'Gt4Llm'.
spec package: 'Gt4Llm-GToolkit'
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#classVars : [
'ShouldShowSection'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #settings }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Class {
'example',
'onActionCreated'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
'chatViewModel',
'listElement'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
'oneLineThreadMessageElement',
'threadMessageElement'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #factory }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {
'toggleGroup',
'descriptionElement'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #factory }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
'contentsElement',
'toolbar'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #factory }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Class {
'headerElement',
'timeTooltip'
],
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #factory }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class {
#superclass : #BrHorizontalPane,
#traits : 'TGtLlmWithThreadMessageViewModel',
#classTraits : 'TGtLlmWithThreadMessageViewModel classTrait',
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #accessing }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class {
#superclass : #BlElement,
#traits : 'TGtWithWardleyMapDecoratorViewModel + TBrLayoutResizable',
#classTraits : 'TGtWithWardleyMapDecoratorViewModel classTrait + TBrLayoutResizable classTrait',
#category : #Gt4Llm
#category : #'Gt4Llm-GToolkit'
}

{ #category : #initialization }
Expand Down
1 change: 1 addition & 0 deletions src/Gt4Llm-GToolkit/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #'Gt4Llm-GToolkit' }

0 comments on commit a6aa376

Please sign in to comment.