Triggering using Hal's output

  • 2 Replies
  • 4387 Views
*

Carl2

  • Trusty Member
  • ********
  • Replicant
  • *
  • 560
Triggering using Hal's output
« on: February 19, 2009, 12:31:54 am »
   This is an old favorite of mine that I'd thought about years ago, very similar to triggering by users input but you take hal's output and look for trigger words.  Naturaly hal's output has a it's own name used in Hal which I finaly learned ages ago but did not use at that time.  Question what is the name used in Hal for Hal's output?  Of course if I knew the name I could do a search at Zabaware.
Carl2

*

james

  • Guest
Re: Triggering using Hal's output
« Reply #1 on: February 20, 2009, 09:28:12 am »
Here's an exceprt from Hal's brain:

    'RESPOND: USER DIDN'T SAY ANYTHING
    'If GoodSentence has not been set to true, then that means the user didn't
    'type anything of use, so we ask the user to say something.

    If GoodSentence = False Then
        UltraHal = "Please say something."
        Exit Function
    End If


It looks like "UltraHal' is the variable that holds Hal's responses. It should be too hard to adapt a script to trigger items when Hal speaks. Maybe I'll work on this next. I'm intrigued.

*

Carl2

  • Trusty Member
  • ********
  • Replicant
  • *
  • 560
Re: Triggering using Hal's output
« Reply #2 on: February 27, 2009, 09:57:01 pm »
James,
  I found this at Zabaware:   The user's input sentence is UserSentence and Hal's output sentence is HalsResponse.
I've put in Vrossi's Haptek plugin, he uses a different way to do the same thing, He has created a brain table and uses:
 look in the vrEmotionDetect table if Hal said something that triggers an emotional behaviour
'------------------
   vrEmotion = HalBrain.TopicSearch(vrLookup, "vrEmotionDetect")
   If vrEmotion <> "" Then
      vrFile = vrEmotion & ".HAP"
   End If
End If
   There is a lot that can be done with the program.
Carl2 

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

310 Guests, 0 Users

Most Online Today: 376. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles