Skip to content

Commit

Permalink
semantics: add rough bootstrapping for SemanticSqueak
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jun 19, 2024
1 parent 1700ab0 commit 25bd789
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*SqueakInboxTalkExtras-Semantics-Core-SemanticSqueak
sesqBootstrapConversation: aConversation

| eval |
super sesqBootstrapConversation: aConversation.

eval := aConversation defaultToolSpec toolNamed: 'eval'.

(aConversation addAssistantMessage: '')
toolCalls:
{eval asToolCallWithArguments: {'"`self` represents a mailing list conversation. Let me take a look at the messages in the conversation."
self messages collect: [:message | message fullTextForSummary]'}}.
aConversation resolveAllToolCalls.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"instance" : {
"fullTextForSummary" : "ct 8/15/2023 12:58",
"semanticDocumentsIn:" : "ct 8/16/2023 20:06",
"sesqBootstrapConversation:" : "ct 4/30/2024 21:50",
"similarConversations" : "ct 7/2/2023 23:08",
"similarConversations:" : "ct 8/17/2023 14:52" } }

0 comments on commit 25bd789

Please sign in to comment.