Coder Social home page Coder Social logo

Comments (4)

balloob avatar balloob commented on June 30, 2024 1

Yes, you're right that you need to put the args in the description or else the LLM won't know. We should update the docs because intent script doesn't allow specifying fields. Our longer term goal is to just allow scripts to be exposed, and do the same thing.

from core.

home-assistant avatar home-assistant commented on June 30, 2024

Hey there @balloob, mind taking a look at this issue as it has been labeled with an integration (openai_conversation) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of openai_conversation can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign openai_conversation Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


openai_conversation documentation
openai_conversation source
(message by IssueLinks)

from core.

nikito avatar nikito commented on June 30, 2024

Quick addition, I tried this with an intent script that just had a single slot with no area and ran into a smiliar error. In this example the name was not passed to the tool at all.

from core.

nikito avatar nikito commented on June 30, 2024

I have an update, I managed to get this to work! Turns out you need to add a very explicit, more detailed description that explains what arguments are required for this function. Here is the description I added to the intent script to get this working:

description: "Used to show a camera by name in the present area. This function requires two arguments: 'area' and 'name'. The 'area' argument is the present area, and the 'name' argument is the requested camera to display."

Perhaps we can add some additional documentation for this if other's run into this issue? :)

Just to add, I originally tried just adding a description saying "Used to show a camera by name" but that wasn't enough, I had to explicitly explain the arguments. This is true for some other intents I have as well that have the area slot among others. Once I added descriptions clearly explaining the arguments expected and where they should come from they all started working perfectly. :)

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.