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
"It is VERY IMPORTANT not to use methods other than those listed above."
26
+
"Finally, if a called function argument value is not directly specified in the query but instead requires knowledge of some additional context, than substitute that argument value by: BaseCallerContext()."
27
+
'The typical input phrase referencing some additional context contains the word "my" or similar phrasing, e.g. "my position name", "my company valuation".'
28
+
"In that case, the part of the output will look like this:"
29
+
"filter4(BaseCallerContext())"
26
30
"""If you DON'T KNOW HOW TO ANSWER DON'T SAY \"\", SAY: `UNSUPPORTED QUERY` INSTEAD! """
27
31
"This is CRUCIAL, otherwise the system will crash. ",
"It is VERY IMPORTANT not to use methods other than those listed above."
60
+
"Finally, if a called function argument value is not directly specified in the query but instead requires knowledge of some additional context, than substitute that argument value by: BaseCallerContext()."
61
+
'The typical input phrase referencing some additional context contains the word "my" or similar phrasing, e.g. "my position name", "my company valuation".'
62
+
"In that case, the part of the output will look like this:"
63
+
"filter4(BaseCallerContext())"
56
64
"""If you DON'T KNOW HOW TO ANSWER DON'T SAY \"\", SAY: `UNSUPPORTED QUERY` INSTEAD! """
57
65
"This is CRUCIAL, otherwise the system will crash. ",
0 commit comments