Skip to content

Commit

Permalink
[Obs AI Assistant] Update get_data_on_screen function description (#1…
Browse files Browse the repository at this point in the history
…84214)

Co-authored-by: Søren Louv-Jansen <[email protected]>
  • Loading branch information
viduni94 and sorenlouv committed Oct 30, 2024
1 parent 242c249 commit e83eb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ChatFunctionClient {
this.registerFunction(
{
name: GET_DATA_ON_SCREEN_FUNCTION_NAME,
description: dedent('Get data that is on the screen'),
description: 'Retrieve the structured data of content currently visible on the user’s screen. Use this tool to understand what the user is viewing at this moment to provide more accurate and context-aware responses to their questions.',
visibility: FunctionVisibility.AssistantOnly,
parameters: {
type: 'object',
Expand Down

0 comments on commit e83eb9c

Please sign in to comment.