You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rai_bench/rai_bench/tool_calling_agent/tasks/spatial.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,24 @@
25
25
26
26
loggers_type=logging.Logger
27
27
28
-
SPATIAL_REASONING_SYSTEM_PROMPT_0_SHOT="""You are a helpful and knowledgeable AI assistant that specializes in interpreting and analyzing visual content. Your task is to answer questions based on the images provided to you. Please response with the use of the provided tools."""
28
+
SPATIAL_REASONING_SYSTEM_PROMPT_0_SHOT="""You are a helpful and knowledgeable AI assistant that specializes
29
+
in interpreting and analyzing visual content. Your task is to answer questions based
30
+
on the images provided to you. Please response with the use of the provided tools."""
31
+
# NOTE (jmatejcz) In this case we are using only one tool so there is no difference bettween 2 and 5 shot
32
+
# so I made 1 example in '2 shot' and 2 examples in '5 shot' prompt
0 commit comments