system
stringlengths 1.45k
1.48k
| in
stringlengths 9
72
| out
stringlengths 30
146
|
---|---|---|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: cms
description: Add two numbers.
parameters:
- name: hb
type: float
description: first number to add
optional: False
- name: l
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of hb and l
- intent: nrvn
description: Subtract two numbers.
parameters:
- name: r
type: float
description: the number to subtract from
optional: False
- name: w
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of r - w
- intent: hmrbkbi
description: Divide two numbers.
parameters:
- name: ta
type: float
description: numerator
optional: False
- name: vd
type: float
description: denominator
optional: False
return:
type: float
description: the result of ta / vd
- intent: ckqf
description: Multiply two numbers.
parameters:
- name: w
type: float
description: first number
optional: False
- name: to
type: float
description: second number
optional: False
return:
type: float
description: the product of w and to
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
0 + 974 * -71308
|
cms(hb=0, l=ckqf(w=974, to=-71308))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ysi
description: Add two numbers.
parameters:
- name: d
type: float
description: first number to add
optional: False
- name: w
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of d and w
- intent: eoux
description: Subtract two numbers.
parameters:
- name: x
type: float
description: the number to subtract from
optional: False
- name: i
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of x - i
- intent: rctxvds
description: Divide two numbers.
parameters:
- name: s
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of s / n
- intent: geehfr
description: Multiply two numbers.
parameters:
- name: z
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of z and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-21 + -499 * 2120
|
ysi(d=-21, w=geehfr(z=-499, g=2120))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: dlgg
description: Add two numbers.
parameters:
- name: g
type: float
description: first number to add
optional: False
- name: y
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of g and y
- intent: atl
description: Subtract two numbers.
parameters:
- name: us
type: float
description: the number to subtract from
optional: False
- name: bu
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of us - bu
- intent: cmtxe
description: Divide two numbers.
parameters:
- name: hp
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of hp / w
- intent: znt
description: Multiply two numbers.
parameters:
- name: p
type: float
description: first number
optional: False
- name: xc
type: float
description: second number
optional: False
return:
type: float
description: the product of p and xc
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-10 * 1219 + 96563
|
dlgg(g=znt(p=-10, xc=1219), y=96563)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: nkp
description: Add two numbers.
parameters:
- name: pr
type: float
description: first number to add
optional: False
- name: dp
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of pr and dp
- intent: miwx
description: Subtract two numbers.
parameters:
- name: o
type: float
description: the number to subtract from
optional: False
- name: v
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of o - v
- intent: jdtld
description: Divide two numbers.
parameters:
- name: ao
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of ao / g
- intent: ufyr
description: Multiply two numbers.
parameters:
- name: me
type: float
description: first number
optional: False
- name: ff
type: float
description: second number
optional: False
return:
type: float
description: the product of me and ff
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 4841 + -6 ) * 3 + -290
|
nkp(pr=ufyr(me=nkp(pr=4841, dp=-6), ff=3), dp=-290)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: odwyqe
description: Add two numbers.
parameters:
- name: i
type: float
description: first number to add
optional: False
- name: q
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of i and q
- intent: ltl
description: Subtract two numbers.
parameters:
- name: x
type: float
description: the number to subtract from
optional: False
- name: r
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of x - r
- intent: idcqio
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: dp
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / dp
- intent: qfe
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: sv
type: float
description: second number
optional: False
return:
type: float
description: the product of b and sv
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
0 - ( 84 * 459 - 4 )
|
ltl(x=0, r=ltl(x=qfe(b=84, sv=459), r=4))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qxx
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: u
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and u
- intent: mrlwza
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: ce
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - ce
- intent: peav
description: Divide two numbers.
parameters:
- name: fc
type: float
description: numerator
optional: False
- name: ni
type: float
description: denominator
optional: False
return:
type: float
description: the result of fc / ni
- intent: oqp
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: hf
type: float
description: second number
optional: False
return:
type: float
description: the product of x and hf
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-50864 - ( 216 - -520 + 21 )
|
mrlwza(y=-50864, ce=qxx(y=mrlwza(y=216, ce=-520), u=21))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: dqpmix
description: Add two numbers.
parameters:
- name: xo
type: float
description: first number to add
optional: False
- name: sw
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xo and sw
- intent: pjkwe
description: Subtract two numbers.
parameters:
- name: yl
type: float
description: the number to subtract from
optional: False
- name: k
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of yl - k
- intent: yle
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: r
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / r
- intent: ksr
description: Multiply two numbers.
parameters:
- name: yh
type: float
description: first number
optional: False
- name: k
type: float
description: second number
optional: False
return:
type: float
description: the product of yh and k
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-2102 + -8 * 55377 + 7762
|
dqpmix(xo=-2102, sw=dqpmix(xo=ksr(yh=-8, k=55377), sw=7762))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: yusf
description: Add two numbers.
parameters:
- name: sm
type: float
description: first number to add
optional: False
- name: t
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of sm and t
- intent: ckak
description: Subtract two numbers.
parameters:
- name: js
type: float
description: the number to subtract from
optional: False
- name: wj
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of js - wj
- intent: qrfpc
description: Divide two numbers.
parameters:
- name: a
type: float
description: numerator
optional: False
- name: cn
type: float
description: denominator
optional: False
return:
type: float
description: the result of a / cn
- intent: tjojadc
description: Multiply two numbers.
parameters:
- name: o
type: float
description: first number
optional: False
- name: n
type: float
description: second number
optional: False
return:
type: float
description: the product of o and n
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
74 / -6751 * -5 - 14054
|
ckak(js=tjojadc(o=qrfpc(a=74, cn=-6751), n=-5), wj=14054)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ayxgymr
description: Add two numbers.
parameters:
- name: h
type: float
description: first number to add
optional: False
- name: gz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of h and gz
- intent: uvvfqr
description: Subtract two numbers.
parameters:
- name: vj
type: float
description: the number to subtract from
optional: False
- name: m
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vj - m
- intent: yzoc
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: lq
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / lq
- intent: lksjt
description: Multiply two numbers.
parameters:
- name: or
type: float
description: first number
optional: False
- name: vb
type: float
description: second number
optional: False
return:
type: float
description: the product of or and vb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3281 + 2519 + 47 / 2
|
ayxgymr(h=3281, gz=ayxgymr(h=2519, gz=yzoc(b=47, lq=2)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: vcyy
description: Add two numbers.
parameters:
- name: fv
type: float
description: first number to add
optional: False
- name: d
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of fv and d
- intent: xsuqm
description: Subtract two numbers.
parameters:
- name: l
type: float
description: the number to subtract from
optional: False
- name: dq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of l - dq
- intent: cjd
description: Divide two numbers.
parameters:
- name: i
type: float
description: numerator
optional: False
- name: h
type: float
description: denominator
optional: False
return:
type: float
description: the result of i / h
- intent: wij
description: Multiply two numbers.
parameters:
- name: e
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of e and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-4 / 5891 * -53408 / -724
|
wij(e=cjd(i=-4, h=5891), g=cjd(i=-53408, h=-724))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qzla
description: Add two numbers.
parameters:
- name: nt
type: float
description: first number to add
optional: False
- name: lv
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of nt and lv
- intent: trz
description: Subtract two numbers.
parameters:
- name: o
type: float
description: the number to subtract from
optional: False
- name: fh
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of o - fh
- intent: zzhfig
description: Divide two numbers.
parameters:
- name: uv
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of uv / w
- intent: enjms
description: Multiply two numbers.
parameters:
- name: r
type: float
description: first number
optional: False
- name: s
type: float
description: second number
optional: False
return:
type: float
description: the product of r and s
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -5362 - -1 ) * 6 - 22282
|
trz(o=enjms(r=trz(o=-5362, fh=-1), s=6), fh=22282)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ikm
description: Add two numbers.
parameters:
- name: ku
type: float
description: first number to add
optional: False
- name: qu
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ku and qu
- intent: wve
description: Subtract two numbers.
parameters:
- name: m
type: float
description: the number to subtract from
optional: False
- name: b
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of m - b
- intent: rsb
description: Divide two numbers.
parameters:
- name: w
type: float
description: numerator
optional: False
- name: tm
type: float
description: denominator
optional: False
return:
type: float
description: the result of w / tm
- intent: grin
description: Multiply two numbers.
parameters:
- name: q
type: float
description: first number
optional: False
- name: kp
type: float
description: second number
optional: False
return:
type: float
description: the product of q and kp
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 9393 + -33 ) * -5 / -2
|
grin(q=ikm(ku=9393, qu=-33), kp=rsb(w=-5, tm=-2))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: lowqu
description: Add two numbers.
parameters:
- name: j
type: float
description: first number to add
optional: False
- name: pn
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of j and pn
- intent: ugfhpr
description: Subtract two numbers.
parameters:
- name: pk
type: float
description: the number to subtract from
optional: False
- name: ud
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of pk - ud
- intent: twkcse
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: yv
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / yv
- intent: rueix
description: Multiply two numbers.
parameters:
- name: tb
type: float
description: first number
optional: False
- name: n
type: float
description: second number
optional: False
return:
type: float
description: the product of tb and n
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-471 * 16503 / ( 479 + -5 )
|
twkcse(q=rueix(tb=-471, n=16503), yv=lowqu(j=479, pn=-5))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: fumfq
description: Add two numbers.
parameters:
- name: df
type: float
description: first number to add
optional: False
- name: y
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of df and y
- intent: zpzh
description: Subtract two numbers.
parameters:
- name: a
type: float
description: the number to subtract from
optional: False
- name: qf
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of a - qf
- intent: dxhol
description: Divide two numbers.
parameters:
- name: rm
type: float
description: numerator
optional: False
- name: z
type: float
description: denominator
optional: False
return:
type: float
description: the result of rm / z
- intent: gizhk
description: Multiply two numbers.
parameters:
- name: ad
type: float
description: first number
optional: False
- name: kj
type: float
description: second number
optional: False
return:
type: float
description: the product of ad and kj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
56316 / 83 * -2 - 16775
|
zpzh(a=gizhk(ad=dxhol(rm=56316, z=83), kj=-2), qf=16775)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: xch
description: Add two numbers.
parameters:
- name: qj
type: float
description: first number to add
optional: False
- name: i
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of qj and i
- intent: uxqz
description: Subtract two numbers.
parameters:
- name: tk
type: float
description: the number to subtract from
optional: False
- name: b
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of tk - b
- intent: uvdqaj
description: Divide two numbers.
parameters:
- name: hs
type: float
description: numerator
optional: False
- name: cs
type: float
description: denominator
optional: False
return:
type: float
description: the result of hs / cs
- intent: dscn
description: Multiply two numbers.
parameters:
- name: bt
type: float
description: first number
optional: False
- name: vj
type: float
description: second number
optional: False
return:
type: float
description: the product of bt and vj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
253 * ( 5 + 1310 ) * 4
|
dscn(bt=253, vj=dscn(bt=xch(qj=5, i=1310), vj=4))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: tmkorq
description: Add two numbers.
parameters:
- name: r
type: float
description: first number to add
optional: False
- name: bv
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of r and bv
- intent: brij
description: Subtract two numbers.
parameters:
- name: p
type: float
description: the number to subtract from
optional: False
- name: iq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of p - iq
- intent: brqqvw
description: Divide two numbers.
parameters:
- name: by
type: float
description: numerator
optional: False
- name: j
type: float
description: denominator
optional: False
return:
type: float
description: the result of by / j
- intent: wpyiedd
description: Multiply two numbers.
parameters:
- name: p
type: float
description: first number
optional: False
- name: c
type: float
description: second number
optional: False
return:
type: float
description: the product of p and c
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
1924 * ( -45561 - 0 ) + -9143
|
tmkorq(r=wpyiedd(p=1924, c=brij(p=-45561, iq=0)), bv=-9143)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: rcmvynf
description: Add two numbers.
parameters:
- name: l
type: float
description: first number to add
optional: False
- name: go
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of l and go
- intent: ycmons
description: Subtract two numbers.
parameters:
- name: w
type: float
description: the number to subtract from
optional: False
- name: y
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of w - y
- intent: leuo
description: Divide two numbers.
parameters:
- name: kk
type: float
description: numerator
optional: False
- name: e
type: float
description: denominator
optional: False
return:
type: float
description: the result of kk / e
- intent: spmeldq
description: Multiply two numbers.
parameters:
- name: f
type: float
description: first number
optional: False
- name: gc
type: float
description: second number
optional: False
return:
type: float
description: the product of f and gc
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-58 + -3169 / 7 + 4 * 18
|
rcmvynf(l=-58, go=rcmvynf(l=leuo(kk=-3169, e=7), go=spmeldq(f=4, gc=18)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: lvpfz
description: Add two numbers.
parameters:
- name: li
type: float
description: first number to add
optional: False
- name: r
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of li and r
- intent: vqk
description: Subtract two numbers.
parameters:
- name: cs
type: float
description: the number to subtract from
optional: False
- name: r
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of cs - r
- intent: xgca
description: Divide two numbers.
parameters:
- name: o
type: float
description: numerator
optional: False
- name: kj
type: float
description: denominator
optional: False
return:
type: float
description: the result of o / kj
- intent: bssh
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: s
type: float
description: second number
optional: False
return:
type: float
description: the product of x and s
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 82 + 7 ) / ( -6951 / 567 * -2713 )
|
xgca(o=lvpfz(li=82, r=7), kj=bssh(x=xgca(o=-6951, kj=567), s=-2713))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: zdrwzxf
description: Add two numbers.
parameters:
- name: n
type: float
description: first number to add
optional: False
- name: t
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of n and t
- intent: caodpl
description: Subtract two numbers.
parameters:
- name: ew
type: float
description: the number to subtract from
optional: False
- name: q
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ew - q
- intent: vmvxc
description: Divide two numbers.
parameters:
- name: dw
type: float
description: numerator
optional: False
- name: id
type: float
description: denominator
optional: False
return:
type: float
description: the result of dw / id
- intent: tyomkfs
description: Multiply two numbers.
parameters:
- name: ee
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of ee and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
5469 - ( -61092 + 46 - 8302 ) * -30
|
caodpl(ew=5469, q=tyomkfs(ee=zdrwzxf(n=-61092, t=caodpl(ew=46, q=8302)), u=-30))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: klyxrm
description: Add two numbers.
parameters:
- name: e
type: float
description: first number to add
optional: False
- name: np
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of e and np
- intent: wzg
description: Subtract two numbers.
parameters:
- name: t
type: float
description: the number to subtract from
optional: False
- name: n
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of t - n
- intent: wblzt
description: Divide two numbers.
parameters:
- name: h
type: float
description: numerator
optional: False
- name: z
type: float
description: denominator
optional: False
return:
type: float
description: the result of h / z
- intent: kdpceg
description: Multiply two numbers.
parameters:
- name: f
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of f and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 2 * 13 + -61 - 348 ) / -389
|
wblzt(h=wzg(t=klyxrm(e=kdpceg(f=2, u=13), np=-61), n=348), z=-389)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: eschdni
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: dk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and dk
- intent: fek
description: Subtract two numbers.
parameters:
- name: o
type: float
description: the number to subtract from
optional: False
- name: jm
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of o - jm
- intent: gls
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: rk
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / rk
- intent: zck
description: Multiply two numbers.
parameters:
- name: w
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of w and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 2 * 84730 + -55 + -7 ) * 4
|
zck(w=eschdni(p=zck(w=2, g=84730), dk=eschdni(p=-55, dk=-7)), g=4)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: jgme
description: Add two numbers.
parameters:
- name: yb
type: float
description: first number to add
optional: False
- name: d
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of yb and d
- intent: eneocr
description: Subtract two numbers.
parameters:
- name: ux
type: float
description: the number to subtract from
optional: False
- name: f
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ux - f
- intent: hqi
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: d
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / d
- intent: eyjkh
description: Multiply two numbers.
parameters:
- name: v
type: float
description: first number
optional: False
- name: rv
type: float
description: second number
optional: False
return:
type: float
description: the product of v and rv
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
615 / -3 * -9165 * -256 / 8
|
eyjkh(v=hqi(j=615, d=-3), rv=hqi(j=eyjkh(v=-9165, rv=-256), d=8))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: acihh
description: Add two numbers.
parameters:
- name: ze
type: float
description: first number to add
optional: False
- name: w
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ze and w
- intent: rwpz
description: Subtract two numbers.
parameters:
- name: ow
type: float
description: the number to subtract from
optional: False
- name: zw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ow - zw
- intent: imwdlg
description: Divide two numbers.
parameters:
- name: i
type: float
description: numerator
optional: False
- name: uk
type: float
description: denominator
optional: False
return:
type: float
description: the result of i / uk
- intent: sbx
description: Multiply two numbers.
parameters:
- name: v
type: float
description: first number
optional: False
- name: tv
type: float
description: second number
optional: False
return:
type: float
description: the product of v and tv
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 471 - -53582 ) / ( 58 * ( 0 - -62 ) )
|
imwdlg(i=rwpz(ow=471, zw=-53582), uk=sbx(v=58, tv=rwpz(ow=0, zw=-62)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: rina
description: Add two numbers.
parameters:
- name: n
type: float
description: first number to add
optional: False
- name: sj
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of n and sj
- intent: bavf
description: Subtract two numbers.
parameters:
- name: l
type: float
description: the number to subtract from
optional: False
- name: f
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of l - f
- intent: treoay
description: Divide two numbers.
parameters:
- name: i
type: float
description: numerator
optional: False
- name: nt
type: float
description: denominator
optional: False
return:
type: float
description: the result of i / nt
- intent: jbfj
description: Multiply two numbers.
parameters:
- name: rq
type: float
description: first number
optional: False
- name: oi
type: float
description: second number
optional: False
return:
type: float
description: the product of rq and oi
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
9 + 75959 * -6197 / ( 7261 - 0 )
|
rina(n=9, sj=treoay(i=jbfj(rq=75959, oi=-6197), nt=bavf(l=7261, f=0)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qeih
description: Add two numbers.
parameters:
- name: gp
type: float
description: first number to add
optional: False
- name: q
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of gp and q
- intent: sgvypn
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: g
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - g
- intent: tdc
description: Divide two numbers.
parameters:
- name: v
type: float
description: numerator
optional: False
- name: yu
type: float
description: denominator
optional: False
return:
type: float
description: the result of v / yu
- intent: wotr
description: Multiply two numbers.
parameters:
- name: d
type: float
description: first number
optional: False
- name: xr
type: float
description: second number
optional: False
return:
type: float
description: the product of d and xr
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-37422 / ( ( 39365 + -57510 - 35 ) / -1 )
|
tdc(v=-37422, yu=tdc(v=sgvypn(z=qeih(gp=39365, q=-57510), g=35), yu=-1))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ogjsj
description: Add two numbers.
parameters:
- name: gz
type: float
description: first number to add
optional: False
- name: q
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of gz and q
- intent: nytwunl
description: Subtract two numbers.
parameters:
- name: kf
type: float
description: the number to subtract from
optional: False
- name: qr
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of kf - qr
- intent: bhwg
description: Divide two numbers.
parameters:
- name: z
type: float
description: numerator
optional: False
- name: ac
type: float
description: denominator
optional: False
return:
type: float
description: the result of z / ac
- intent: vdty
description: Multiply two numbers.
parameters:
- name: vt
type: float
description: first number
optional: False
- name: kn
type: float
description: second number
optional: False
return:
type: float
description: the product of vt and kn
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -6458 + ( -61 - -8 ) * -387 ) / 38861
|
bhwg(z=ogjsj(gz=-6458, q=vdty(vt=nytwunl(kf=-61, qr=-8), kn=-387)), ac=38861)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: sflejo
description: Add two numbers.
parameters:
- name: uw
type: float
description: first number to add
optional: False
- name: e
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uw and e
- intent: erzumnh
description: Subtract two numbers.
parameters:
- name: up
type: float
description: the number to subtract from
optional: False
- name: d
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of up - d
- intent: cettbm
description: Divide two numbers.
parameters:
- name: iz
type: float
description: numerator
optional: False
- name: zj
type: float
description: denominator
optional: False
return:
type: float
description: the result of iz / zj
- intent: motjxe
description: Multiply two numbers.
parameters:
- name: ov
type: float
description: first number
optional: False
- name: sk
type: float
description: second number
optional: False
return:
type: float
description: the product of ov and sk
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
957 * 3 * ( -33119 - 4 ) * 7
|
motjxe(ov=957, sk=motjxe(ov=3, sk=motjxe(ov=erzumnh(up=-33119, d=4), sk=7)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: yesrf
description: Add two numbers.
parameters:
- name: m
type: float
description: first number to add
optional: False
- name: pw
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of m and pw
- intent: fkjoxbl
description: Subtract two numbers.
parameters:
- name: yv
type: float
description: the number to subtract from
optional: False
- name: jb
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of yv - jb
- intent: pzn
description: Divide two numbers.
parameters:
- name: fv
type: float
description: numerator
optional: False
- name: da
type: float
description: denominator
optional: False
return:
type: float
description: the result of fv / da
- intent: hhm
description: Multiply two numbers.
parameters:
- name: hn
type: float
description: first number
optional: False
- name: j
type: float
description: second number
optional: False
return:
type: float
description: the product of hn and j
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-5 * 0 / -10 + 9055 * -88208
|
yesrf(m=hhm(hn=-5, j=pzn(fv=0, da=-10)), pw=hhm(hn=9055, j=-88208))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ecp
description: Add two numbers.
parameters:
- name: qw
type: float
description: first number to add
optional: False
- name: pp
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of qw and pp
- intent: mwmap
description: Subtract two numbers.
parameters:
- name: c
type: float
description: the number to subtract from
optional: False
- name: v
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of c - v
- intent: vzgv
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: eu
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / eu
- intent: apw
description: Multiply two numbers.
parameters:
- name: ql
type: float
description: first number
optional: False
- name: kj
type: float
description: second number
optional: False
return:
type: float
description: the product of ql and kj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 6 + 3 ) * -1033 / ( -9848 - 5354 )
|
vzgv(u=apw(ql=ecp(qw=6, pp=3), kj=-1033), eu=mwmap(c=-9848, v=5354))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: drfd
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: o
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and o
- intent: ckowt
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: cx
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - cx
- intent: emr
description: Divide two numbers.
parameters:
- name: ak
type: float
description: numerator
optional: False
- name: rc
type: float
description: denominator
optional: False
return:
type: float
description: the result of ak / rc
- intent: jqoqo
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: j
type: float
description: second number
optional: False
return:
type: float
description: the product of x and j
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
5315 + 89475 * ( 3 / -290 + 2492 )
|
drfd(p=5315, o=jqoqo(x=89475, j=drfd(p=emr(ak=3, rc=-290), o=2492)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: rjr
description: Add two numbers.
parameters:
- name: f
type: float
description: first number to add
optional: False
- name: tp
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of f and tp
- intent: yeh
description: Subtract two numbers.
parameters:
- name: r
type: float
description: the number to subtract from
optional: False
- name: j
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of r - j
- intent: uzyyr
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: i
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / i
- intent: xehkurl
description: Multiply two numbers.
parameters:
- name: ii
type: float
description: first number
optional: False
- name: kw
type: float
description: second number
optional: False
return:
type: float
description: the product of ii and kw
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
538 + -237 - -9098 * -269 * -8248
|
yeh(r=rjr(f=538, tp=-237), j=xehkurl(ii=-9098, kw=xehkurl(ii=-269, kw=-8248)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: plblgbv
description: Add two numbers.
parameters:
- name: i
type: float
description: first number to add
optional: False
- name: x
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of i and x
- intent: mlahzyz
description: Subtract two numbers.
parameters:
- name: b
type: float
description: the number to subtract from
optional: False
- name: lm
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of b - lm
- intent: lizgz
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: a
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / a
- intent: plle
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: e
type: float
description: second number
optional: False
return:
type: float
description: the product of k and e
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -83 + 61572 ) * 9501 + 38 / ( -19529 * 78 )
|
plblgbv(i=plle(k=plblgbv(i=-83, x=61572), e=9501), x=lizgz(u=38, a=plle(k=-19529, e=78)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: pypd
description: Add two numbers.
parameters:
- name: uv
type: float
description: first number to add
optional: False
- name: rj
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uv and rj
- intent: omsbcus
description: Subtract two numbers.
parameters:
- name: if
type: float
description: the number to subtract from
optional: False
- name: t
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of if - t
- intent: xldpt
description: Divide two numbers.
parameters:
- name: r
type: float
description: numerator
optional: False
- name: b
type: float
description: denominator
optional: False
return:
type: float
description: the result of r / b
- intent: xpuv
description: Multiply two numbers.
parameters:
- name: d
type: float
description: first number
optional: False
- name: n
type: float
description: second number
optional: False
return:
type: float
description: the product of d and n
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
23295 / -77 * 2041 - ( -429 + 3259 * 969 )
|
omsbcus(if=xpuv(d=xldpt(r=23295, b=-77), n=2041), t=pypd(uv=-429, rj=xpuv(d=3259, n=969)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: sasg
description: Add two numbers.
parameters:
- name: u
type: float
description: first number to add
optional: False
- name: pa
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of u and pa
- intent: rjzdzh
description: Subtract two numbers.
parameters:
- name: v
type: float
description: the number to subtract from
optional: False
- name: c
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of v - c
- intent: zwaaowl
description: Divide two numbers.
parameters:
- name: e
type: float
description: numerator
optional: False
- name: x
type: float
description: denominator
optional: False
return:
type: float
description: the result of e / x
- intent: udimdb
description: Multiply two numbers.
parameters:
- name: cq
type: float
description: first number
optional: False
- name: cw
type: float
description: second number
optional: False
return:
type: float
description: the product of cq and cw
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -7 * ( -90 - -83 ) + -5719 - 354 ) / 168
|
zwaaowl(e=sasg(u=udimdb(cq=-7, cw=rjzdzh(v=-90, c=-83)), pa=rjzdzh(v=-5719, c=354)), x=168)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: iaosxdo
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: lr
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and lr
- intent: zafv
description: Subtract two numbers.
parameters:
- name: sv
type: float
description: the number to subtract from
optional: False
- name: hj
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of sv - hj
- intent: frlqqa
description: Divide two numbers.
parameters:
- name: ab
type: float
description: numerator
optional: False
- name: by
type: float
description: denominator
optional: False
return:
type: float
description: the result of ab / by
- intent: hzlctb
description: Multiply two numbers.
parameters:
- name: v
type: float
description: first number
optional: False
- name: rn
type: float
description: second number
optional: False
return:
type: float
description: the product of v and rn
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
95 / ( 7 + -4960 - ( -2 - -9577 ) * 30 )
|
frlqqa(ab=95, by=zafv(sv=iaosxdo(p=7, lr=-4960), hj=hzlctb(v=zafv(sv=-2, hj=-9577), rn=30)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: jkcunoz
description: Add two numbers.
parameters:
- name: li
type: float
description: first number to add
optional: False
- name: k
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of li and k
- intent: guhy
description: Subtract two numbers.
parameters:
- name: od
type: float
description: the number to subtract from
optional: False
- name: my
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of od - my
- intent: vjd
description: Divide two numbers.
parameters:
- name: w
type: float
description: numerator
optional: False
- name: uc
type: float
description: denominator
optional: False
return:
type: float
description: the result of w / uc
- intent: uqxbmp
description: Multiply two numbers.
parameters:
- name: pu
type: float
description: first number
optional: False
- name: m
type: float
description: second number
optional: False
return:
type: float
description: the product of pu and m
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 458 + 46 ) / -4341 + 70123 - 81757 / 67
|
jkcunoz(li=vjd(w=jkcunoz(li=458, k=46), uc=-4341), k=guhy(od=70123, my=vjd(w=81757, uc=67)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: xqytvq
description: Add two numbers.
parameters:
- name: uo
type: float
description: first number to add
optional: False
- name: h
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uo and h
- intent: mjtpfko
description: Subtract two numbers.
parameters:
- name: em
type: float
description: the number to subtract from
optional: False
- name: c
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of em - c
- intent: qtph
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: in
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / in
- intent: omqj
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: oq
type: float
description: second number
optional: False
return:
type: float
description: the product of g and oq
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
22175 - 9544 + ( -5 - -8 ) * -727 / -6
|
xqytvq(uo=mjtpfko(em=22175, c=9544), h=omqj(g=mjtpfko(em=-5, c=-8), oq=qtph(f=-727, in=-6)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ovwou
description: Add two numbers.
parameters:
- name: sp
type: float
description: first number to add
optional: False
- name: hj
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of sp and hj
- intent: bqi
description: Subtract two numbers.
parameters:
- name: wa
type: float
description: the number to subtract from
optional: False
- name: rs
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of wa - rs
- intent: ekejrzm
description: Divide two numbers.
parameters:
- name: it
type: float
description: numerator
optional: False
- name: lg
type: float
description: denominator
optional: False
return:
type: float
description: the result of it / lg
- intent: npnhao
description: Multiply two numbers.
parameters:
- name: mb
type: float
description: first number
optional: False
- name: x
type: float
description: second number
optional: False
return:
type: float
description: the product of mb and x
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 950 - ( 93 - ( -21172 - -24262 ) ) ) / -219 - 5
|
bqi(wa=ekejrzm(it=bqi(wa=950, rs=bqi(wa=93, rs=bqi(wa=-21172, rs=-24262))), lg=-219), rs=5)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: pifeu
description: Add two numbers.
parameters:
- name: xq
type: float
description: first number to add
optional: False
- name: mx
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xq and mx
- intent: lsb
description: Subtract two numbers.
parameters:
- name: au
type: float
description: the number to subtract from
optional: False
- name: fy
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of au - fy
- intent: vbsd
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / n
- intent: zekkzi
description: Multiply two numbers.
parameters:
- name: h
type: float
description: first number
optional: False
- name: y
type: float
description: second number
optional: False
return:
type: float
description: the product of h and y
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 5079 * 846 - ( -316 + -3 ) ) * -2 / 2926
|
vbsd(f=zekkzi(h=lsb(au=zekkzi(h=5079, y=846), fy=pifeu(xq=-316, mx=-3)), y=-2), n=2926)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: vdbpkoo
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: zk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and zk
- intent: yybhex
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: wp
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - wp
- intent: zoysyv
description: Divide two numbers.
parameters:
- name: ts
type: float
description: numerator
optional: False
- name: fp
type: float
description: denominator
optional: False
return:
type: float
description: the result of ts / fp
- intent: wifmu
description: Multiply two numbers.
parameters:
- name: of
type: float
description: first number
optional: False
- name: y
type: float
description: second number
optional: False
return:
type: float
description: the product of of and y
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 912 * 83900 + -45 - -88642 ) * 18 * 6
|
wifmu(of=vdbpkoo(y=wifmu(of=912, y=83900), zk=yybhex(y=-45, wp=-88642)), y=wifmu(of=18, y=6))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: fqviqpk
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: pn
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and pn
- intent: afz
description: Subtract two numbers.
parameters:
- name: lr
type: float
description: the number to subtract from
optional: False
- name: ah
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of lr - ah
- intent: tyibvz
description: Divide two numbers.
parameters:
- name: iz
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of iz / w
- intent: yxepe
description: Multiply two numbers.
parameters:
- name: ru
type: float
description: first number
optional: False
- name: we
type: float
description: second number
optional: False
return:
type: float
description: the product of ru and we
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-5894 * -4 - ( 122 - 9715 ) * 8 / -6965
|
afz(lr=yxepe(ru=-5894, we=-4), ah=yxepe(ru=afz(lr=122, ah=9715), we=tyibvz(iz=8, w=-6965)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: uacrzl
description: Add two numbers.
parameters:
- name: cf
type: float
description: first number to add
optional: False
- name: ez
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of cf and ez
- intent: xdeijg
description: Subtract two numbers.
parameters:
- name: r
type: float
description: the number to subtract from
optional: False
- name: t
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of r - t
- intent: fdr
description: Divide two numbers.
parameters:
- name: x
type: float
description: numerator
optional: False
- name: yk
type: float
description: denominator
optional: False
return:
type: float
description: the result of x / yk
- intent: ycn
description: Multiply two numbers.
parameters:
- name: ln
type: float
description: first number
optional: False
- name: us
type: float
description: second number
optional: False
return:
type: float
description: the product of ln and us
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-95677 / 169 * ( 6046 * -828 / 2760 + 27 )
|
ycn(ln=fdr(x=-95677, yk=169), us=uacrzl(cf=fdr(x=ycn(ln=6046, us=-828), yk=2760), ez=27))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ypa
description: Add two numbers.
parameters:
- name: u
type: float
description: first number to add
optional: False
- name: mz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of u and mz
- intent: oitvga
description: Subtract two numbers.
parameters:
- name: nn
type: float
description: the number to subtract from
optional: False
- name: z
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of nn - z
- intent: vtfa
description: Divide two numbers.
parameters:
- name: r
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of r / w
- intent: hvjun
description: Multiply two numbers.
parameters:
- name: l
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of l and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3838 * 955 - ( ( 914 + -77643 ) / -54 + -9 )
|
oitvga(nn=hvjun(l=3838, g=955), z=ypa(u=vtfa(r=ypa(u=914, mz=-77643), w=-54), mz=-9))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: avjluo
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: u
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and u
- intent: uxewo
description: Subtract two numbers.
parameters:
- name: ef
type: float
description: the number to subtract from
optional: False
- name: sd
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ef - sd
- intent: znkqzts
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: pf
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / pf
- intent: qsb
description: Multiply two numbers.
parameters:
- name: w
type: float
description: first number
optional: False
- name: z
type: float
description: second number
optional: False
return:
type: float
description: the product of w and z
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
47061 / ( -179 + -3 ) - 341 * 17 / -363
|
uxewo(ef=znkqzts(t=47061, pf=avjluo(s=-179, u=-3)), sd=znkqzts(t=qsb(w=341, z=17), pf=-363))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: lmlbm
description: Add two numbers.
parameters:
- name: ow
type: float
description: first number to add
optional: False
- name: x
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ow and x
- intent: ejlwmgp
description: Subtract two numbers.
parameters:
- name: yr
type: float
description: the number to subtract from
optional: False
- name: nu
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of yr - nu
- intent: zsubjk
description: Divide two numbers.
parameters:
- name: d
type: float
description: numerator
optional: False
- name: em
type: float
description: denominator
optional: False
return:
type: float
description: the result of d / em
- intent: zzzznza
description: Multiply two numbers.
parameters:
- name: l
type: float
description: first number
optional: False
- name: gg
type: float
description: second number
optional: False
return:
type: float
description: the product of l and gg
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 60 - ( 17557 - ( 7 + 41 ) + -4 ) ) * 1251
|
zzzznza(l=ejlwmgp(yr=60, nu=lmlbm(ow=ejlwmgp(yr=17557, nu=lmlbm(ow=7, x=41)), x=-4)), gg=1251)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: wevn
description: Add two numbers.
parameters:
- name: n
type: float
description: first number to add
optional: False
- name: j
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of n and j
- intent: pauhddd
description: Subtract two numbers.
parameters:
- name: po
type: float
description: the number to subtract from
optional: False
- name: ps
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of po - ps
- intent: lwrg
description: Divide two numbers.
parameters:
- name: fg
type: float
description: numerator
optional: False
- name: vf
type: float
description: denominator
optional: False
return:
type: float
description: the result of fg / vf
- intent: xxpqcc
description: Multiply two numbers.
parameters:
- name: t
type: float
description: first number
optional: False
- name: nx
type: float
description: second number
optional: False
return:
type: float
description: the product of t and nx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
1102 / ( 6635 + -3477 - 3405 ) * -729 / -8
|
xxpqcc(t=lwrg(fg=1102, vf=pauhddd(po=wevn(n=6635, j=-3477), ps=3405)), nx=lwrg(fg=-729, vf=-8))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: kbujh
description: Add two numbers.
parameters:
- name: wp
type: float
description: first number to add
optional: False
- name: p
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of wp and p
- intent: tpdyly
description: Subtract two numbers.
parameters:
- name: rh
type: float
description: the number to subtract from
optional: False
- name: ol
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of rh - ol
- intent: xjd
description: Divide two numbers.
parameters:
- name: i
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of i / n
- intent: eszkd
description: Multiply two numbers.
parameters:
- name: xl
type: float
description: first number
optional: False
- name: kx
type: float
description: second number
optional: False
return:
type: float
description: the product of xl and kx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -959 * -7701 + 28 * 142 ) * ( 964 + 1 )
|
eszkd(xl=kbujh(wp=eszkd(xl=-959, kx=-7701), p=eszkd(xl=28, kx=142)), kx=kbujh(wp=964, p=1))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: yor
description: Add two numbers.
parameters:
- name: ny
type: float
description: first number to add
optional: False
- name: xh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ny and xh
- intent: mta
description: Subtract two numbers.
parameters:
- name: ch
type: float
description: the number to subtract from
optional: False
- name: s
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ch - s
- intent: bzqvwgm
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / g
- intent: bbd
description: Multiply two numbers.
parameters:
- name: o
type: float
description: first number
optional: False
- name: ll
type: float
description: second number
optional: False
return:
type: float
description: the product of o and ll
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-11564 * ( 370 + -91337 ) * -953 - 21 * 95338
|
mta(ch=bbd(o=-11564, ll=bbd(o=yor(ny=370, xh=-91337), ll=-953)), s=bbd(o=21, ll=95338))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: orriq
description: Add two numbers.
parameters:
- name: t
type: float
description: first number to add
optional: False
- name: ch
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of t and ch
- intent: qjdluh
description: Subtract two numbers.
parameters:
- name: qf
type: float
description: the number to subtract from
optional: False
- name: s
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of qf - s
- intent: zub
description: Divide two numbers.
parameters:
- name: zw
type: float
description: numerator
optional: False
- name: pe
type: float
description: denominator
optional: False
return:
type: float
description: the result of zw / pe
- intent: dxlnli
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: kq
type: float
description: second number
optional: False
return:
type: float
description: the product of k and kq
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-59 * 90042 * -481 - ( 6763 + -20892 + 5105 )
|
qjdluh(qf=dxlnli(k=-59, kq=dxlnli(k=90042, kq=-481)), s=orriq(t=6763, ch=orriq(t=-20892, ch=5105)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: pvcfqf
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: t
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and t
- intent: fxc
description: Subtract two numbers.
parameters:
- name: ns
type: float
description: the number to subtract from
optional: False
- name: g
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ns - g
- intent: akseora
description: Divide two numbers.
parameters:
- name: ed
type: float
description: numerator
optional: False
- name: nv
type: float
description: denominator
optional: False
return:
type: float
description: the result of ed / nv
- intent: cqm
description: Multiply two numbers.
parameters:
- name: tl
type: float
description: first number
optional: False
- name: d
type: float
description: second number
optional: False
return:
type: float
description: the product of tl and d
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-63 / ( 2 / ( ( 42641 - 5994 ) / -212 ) * -68 )
|
akseora(ed=-63, nv=cqm(tl=akseora(ed=2, nv=akseora(ed=fxc(ns=42641, g=5994), nv=-212)), d=-68))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: owts
description: Add two numbers.
parameters:
- name: r
type: float
description: first number to add
optional: False
- name: wt
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of r and wt
- intent: gnejerl
description: Subtract two numbers.
parameters:
- name: k
type: float
description: the number to subtract from
optional: False
- name: u
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of k - u
- intent: ojoikv
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: qp
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / qp
- intent: zwsrjb
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: k
type: float
description: second number
optional: False
return:
type: float
description: the product of g and k
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
439 * 49978 - 697 * 1435 / ( -472 * 914 )
|
gnejerl(k=zwsrjb(g=439, k=49978), u=ojoikv(j=zwsrjb(g=697, k=1435), qp=zwsrjb(g=-472, k=914)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: paciwp
description: Add two numbers.
parameters:
- name: f
type: float
description: first number to add
optional: False
- name: os
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of f and os
- intent: mwzna
description: Subtract two numbers.
parameters:
- name: pv
type: float
description: the number to subtract from
optional: False
- name: t
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of pv - t
- intent: byt
description: Divide two numbers.
parameters:
- name: px
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of px / n
- intent: obsbbhy
description: Multiply two numbers.
parameters:
- name: zz
type: float
description: first number
optional: False
- name: t
type: float
description: second number
optional: False
return:
type: float
description: the product of zz and t
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 5776 * 847 + -31 * 7890 / 2 ) / -48
|
byt(px=paciwp(f=obsbbhy(zz=5776, t=847), os=byt(px=obsbbhy(zz=-31, t=7890), n=2)), n=-48)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: zzb
description: Add two numbers.
parameters:
- name: bm
type: float
description: first number to add
optional: False
- name: ya
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of bm and ya
- intent: qxnlxi
description: Subtract two numbers.
parameters:
- name: of
type: float
description: the number to subtract from
optional: False
- name: f
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of of - f
- intent: nfm
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: xu
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / xu
- intent: mjjgws
description: Multiply two numbers.
parameters:
- name: ei
type: float
description: first number
optional: False
- name: z
type: float
description: second number
optional: False
return:
type: float
description: the product of ei and z
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-7769 * 48 * 8
|
mjjgws(ei=-7769, z=mjjgws(ei=48, z=8))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: wbemq
description: Add two numbers.
parameters:
- name: k
type: float
description: first number to add
optional: False
- name: u
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of k and u
- intent: mym
description: Subtract two numbers.
parameters:
- name: c
type: float
description: the number to subtract from
optional: False
- name: jq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of c - jq
- intent: xmip
description: Divide two numbers.
parameters:
- name: e
type: float
description: numerator
optional: False
- name: l
type: float
description: denominator
optional: False
return:
type: float
description: the result of e / l
- intent: dgqi
description: Multiply two numbers.
parameters:
- name: se
type: float
description: first number
optional: False
- name: zt
type: float
description: second number
optional: False
return:
type: float
description: the product of se and zt
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-654 * -13 * -65065
|
dgqi(se=-654, zt=dgqi(se=-13, zt=-65065))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: emvc
description: Add two numbers.
parameters:
- name: kd
type: float
description: first number to add
optional: False
- name: ho
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of kd and ho
- intent: abet
description: Subtract two numbers.
parameters:
- name: la
type: float
description: the number to subtract from
optional: False
- name: ek
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of la - ek
- intent: xjg
description: Divide two numbers.
parameters:
- name: y
type: float
description: numerator
optional: False
- name: o
type: float
description: denominator
optional: False
return:
type: float
description: the result of y / o
- intent: cngu
description: Multiply two numbers.
parameters:
- name: dg
type: float
description: first number
optional: False
- name: n
type: float
description: second number
optional: False
return:
type: float
description: the product of dg and n
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-663 * 414 * 8
|
cngu(dg=-663, n=cngu(dg=414, n=8))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: zkjw
description: Add two numbers.
parameters:
- name: q
type: float
description: first number to add
optional: False
- name: m
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of q and m
- intent: wjyet
description: Subtract two numbers.
parameters:
- name: d
type: float
description: the number to subtract from
optional: False
- name: q
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of d - q
- intent: tqbzvv
description: Divide two numbers.
parameters:
- name: wx
type: float
description: numerator
optional: False
- name: u
type: float
description: denominator
optional: False
return:
type: float
description: the result of wx / u
- intent: mffmtdj
description: Multiply two numbers.
parameters:
- name: ss
type: float
description: first number
optional: False
- name: dr
type: float
description: second number
optional: False
return:
type: float
description: the product of ss and dr
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-20742 / ( 62 * 63618 / 3547 )
|
tqbzvv(wx=-20742, u=tqbzvv(wx=mffmtdj(ss=62, dr=63618), u=3547))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: rbmktg
description: Add two numbers.
parameters:
- name: hf
type: float
description: first number to add
optional: False
- name: aw
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of hf and aw
- intent: aiudqs
description: Subtract two numbers.
parameters:
- name: pd
type: float
description: the number to subtract from
optional: False
- name: o
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of pd - o
- intent: yxwg
description: Divide two numbers.
parameters:
- name: wg
type: float
description: numerator
optional: False
- name: ff
type: float
description: denominator
optional: False
return:
type: float
description: the result of wg / ff
- intent: rnto
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: hs
type: float
description: second number
optional: False
return:
type: float
description: the product of k and hs
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
329 * -820 / ( -8764 + -73594 )
|
rnto(k=329, hs=yxwg(wg=-820, ff=rbmktg(hf=-8764, aw=-73594)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: bjnqsj
description: Add two numbers.
parameters:
- name: nb
type: float
description: first number to add
optional: False
- name: a
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of nb and a
- intent: dslxzn
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: e
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - e
- intent: sgjrvh
description: Divide two numbers.
parameters:
- name: xe
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of xe / n
- intent: snkijom
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: hh
type: float
description: second number
optional: False
return:
type: float
description: the product of x and hh
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-39 / ( ( -89259 - -4 ) * -46255 )
|
sgjrvh(xe=-39, n=snkijom(x=dslxzn(y=-89259, e=-4), hh=-46255))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: zcfanc
description: Add two numbers.
parameters:
- name: pr
type: float
description: first number to add
optional: False
- name: xv
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of pr and xv
- intent: ittvbmc
description: Subtract two numbers.
parameters:
- name: h
type: float
description: the number to subtract from
optional: False
- name: qq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of h - qq
- intent: zuth
description: Divide two numbers.
parameters:
- name: x
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of x / g
- intent: jwl
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: pu
type: float
description: second number
optional: False
return:
type: float
description: the product of x and pu
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
51856 + 663 / -35927 + -37362
|
zcfanc(pr=51856, xv=zcfanc(pr=zuth(x=663, g=-35927), xv=-37362))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: baf
description: Add two numbers.
parameters:
- name: t
type: float
description: first number to add
optional: False
- name: vz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of t and vz
- intent: qofwoxs
description: Subtract two numbers.
parameters:
- name: ya
type: float
description: the number to subtract from
optional: False
- name: sz
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ya - sz
- intent: qodjkl
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: yo
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / yo
- intent: rwm
description: Multiply two numbers.
parameters:
- name: nn
type: float
description: first number
optional: False
- name: m
type: float
description: second number
optional: False
return:
type: float
description: the product of nn and m
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-4 - ( -4801 - 1 * 40970 )
|
qofwoxs(ya=-4, sz=qofwoxs(ya=-4801, sz=rwm(nn=1, m=40970)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: drxzqp
description: Add two numbers.
parameters:
- name: c
type: float
description: first number to add
optional: False
- name: qk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of c and qk
- intent: ixrhhil
description: Subtract two numbers.
parameters:
- name: kj
type: float
description: the number to subtract from
optional: False
- name: bb
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of kj - bb
- intent: meonb
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: fa
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / fa
- intent: isnlvad
description: Multiply two numbers.
parameters:
- name: w
type: float
description: first number
optional: False
- name: j
type: float
description: second number
optional: False
return:
type: float
description: the product of w and j
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 25842 + -7072 - -2773 ) / -30
|
meonb(k=ixrhhil(kj=drxzqp(c=25842, qk=-7072), bb=-2773), fa=-30)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: adiptt
description: Add two numbers.
parameters:
- name: r
type: float
description: first number to add
optional: False
- name: sh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of r and sh
- intent: qnx
description: Subtract two numbers.
parameters:
- name: s
type: float
description: the number to subtract from
optional: False
- name: mw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of s - mw
- intent: fno
description: Divide two numbers.
parameters:
- name: oj
type: float
description: numerator
optional: False
- name: jg
type: float
description: denominator
optional: False
return:
type: float
description: the result of oj / jg
- intent: gazw
description: Multiply two numbers.
parameters:
- name: j
type: float
description: first number
optional: False
- name: ng
type: float
description: second number
optional: False
return:
type: float
description: the product of j and ng
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
41 / -700 * 8 * 4 + 7
|
adiptt(r=gazw(j=fno(oj=41, jg=-700), ng=gazw(j=8, ng=4)), sh=7)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qmlurx
description: Add two numbers.
parameters:
- name: a
type: float
description: first number to add
optional: False
- name: es
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of a and es
- intent: bamwjt
description: Subtract two numbers.
parameters:
- name: r
type: float
description: the number to subtract from
optional: False
- name: yb
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of r - yb
- intent: tkpqv
description: Divide two numbers.
parameters:
- name: mk
type: float
description: numerator
optional: False
- name: xf
type: float
description: denominator
optional: False
return:
type: float
description: the result of mk / xf
- intent: akurcv
description: Multiply two numbers.
parameters:
- name: zn
type: float
description: first number
optional: False
- name: t
type: float
description: second number
optional: False
return:
type: float
description: the product of zn and t
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-346 * 0 + 20794 * 1800 * -6691
|
qmlurx(a=akurcv(zn=-346, t=0), es=akurcv(zn=20794, t=akurcv(zn=1800, t=-6691)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: xlcrlyf
description: Add two numbers.
parameters:
- name: i
type: float
description: first number to add
optional: False
- name: rg
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of i and rg
- intent: rllvsdf
description: Subtract two numbers.
parameters:
- name: wj
type: float
description: the number to subtract from
optional: False
- name: w
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of wj - w
- intent: onrvvu
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: d
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / d
- intent: bbtpnl
description: Multiply two numbers.
parameters:
- name: h
type: float
description: first number
optional: False
- name: gb
type: float
description: second number
optional: False
return:
type: float
description: the product of h and gb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-45 / ( -72204 / ( 2376 * 71 ) * -19 )
|
onrvvu(t=-45, d=bbtpnl(h=onrvvu(t=-72204, d=bbtpnl(h=2376, gb=71)), gb=-19))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: jddwe
description: Add two numbers.
parameters:
- name: uo
type: float
description: first number to add
optional: False
- name: x
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uo and x
- intent: fvwnqip
description: Subtract two numbers.
parameters:
- name: j
type: float
description: the number to subtract from
optional: False
- name: z
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of j - z
- intent: xbrc
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / g
- intent: gtskgyi
description: Multiply two numbers.
parameters:
- name: j
type: float
description: first number
optional: False
- name: us
type: float
description: second number
optional: False
return:
type: float
description: the product of j and us
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -8027 * -97 + 137 ) * -47 / -4996
|
xbrc(t=gtskgyi(j=jddwe(uo=gtskgyi(j=-8027, us=-97), x=137), us=-47), g=-4996)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: atiikao
description: Add two numbers.
parameters:
- name: zn
type: float
description: first number to add
optional: False
- name: ib
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of zn and ib
- intent: exk
description: Subtract two numbers.
parameters:
- name: jy
type: float
description: the number to subtract from
optional: False
- name: ya
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of jy - ya
- intent: cjlrhkb
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: t
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / t
- intent: uqwrh
description: Multiply two numbers.
parameters:
- name: u
type: float
description: first number
optional: False
- name: bw
type: float
description: second number
optional: False
return:
type: float
description: the product of u and bw
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -82772 + 1189 ) / 527 * -59019 / -8
|
cjlrhkb(l=uqwrh(u=cjlrhkb(l=atiikao(zn=-82772, ib=1189), t=527), bw=-59019), t=-8)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ytiuuli
description: Add two numbers.
parameters:
- name: wy
type: float
description: first number to add
optional: False
- name: pd
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of wy and pd
- intent: mdqd
description: Subtract two numbers.
parameters:
- name: kb
type: float
description: the number to subtract from
optional: False
- name: bw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of kb - bw
- intent: tjmme
description: Divide two numbers.
parameters:
- name: fs
type: float
description: numerator
optional: False
- name: x
type: float
description: denominator
optional: False
return:
type: float
description: the result of fs / x
- intent: hrp
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of k and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
61749 * ( 243 + ( 1994 - -25 ) / 229 )
|
hrp(k=61749, u=ytiuuli(wy=243, pd=tjmme(fs=mdqd(kb=1994, bw=-25), x=229)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: tiiss
description: Add two numbers.
parameters:
- name: wr
type: float
description: first number to add
optional: False
- name: ty
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of wr and ty
- intent: kdw
description: Subtract two numbers.
parameters:
- name: ck
type: float
description: the number to subtract from
optional: False
- name: ty
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ck - ty
- intent: kjnl
description: Divide two numbers.
parameters:
- name: y
type: float
description: numerator
optional: False
- name: bd
type: float
description: denominator
optional: False
return:
type: float
description: the result of y / bd
- intent: liedrq
description: Multiply two numbers.
parameters:
- name: qa
type: float
description: first number
optional: False
- name: t
type: float
description: second number
optional: False
return:
type: float
description: the product of qa and t
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
4238 * 97 * -39 - 254 / 587
|
kdw(ck=liedrq(qa=4238, t=liedrq(qa=97, t=-39)), ty=kjnl(y=254, bd=587))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: wdvtjin
description: Add two numbers.
parameters:
- name: j
type: float
description: first number to add
optional: False
- name: we
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of j and we
- intent: nmpjrm
description: Subtract two numbers.
parameters:
- name: e
type: float
description: the number to subtract from
optional: False
- name: i
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of e - i
- intent: iuuhax
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: i
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / i
- intent: mwh
description: Multiply two numbers.
parameters:
- name: j
type: float
description: first number
optional: False
- name: t
type: float
description: second number
optional: False
return:
type: float
description: the product of j and t
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
21 / ( 685 + 90 - -2 ) - -8387
|
nmpjrm(e=iuuhax(j=21, i=wdvtjin(j=685, we=nmpjrm(e=90, i=-2))), i=-8387)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: efxxdv
description: Add two numbers.
parameters:
- name: zq
type: float
description: first number to add
optional: False
- name: ku
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of zq and ku
- intent: tjpypca
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: iq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - iq
- intent: fqho
description: Divide two numbers.
parameters:
- name: ek
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of ek / w
- intent: umq
description: Multiply two numbers.
parameters:
- name: hj
type: float
description: first number
optional: False
- name: uv
type: float
description: second number
optional: False
return:
type: float
description: the product of hj and uv
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-973 + 82919 / ( 88 * ( -6 + 49384 ) )
|
efxxdv(zq=-973, ku=fqho(ek=82919, w=umq(hj=88, uv=efxxdv(zq=-6, ku=49384))))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: nguxxcd
description: Add two numbers.
parameters:
- name: k
type: float
description: first number to add
optional: False
- name: kx
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of k and kx
- intent: cwbz
description: Subtract two numbers.
parameters:
- name: za
type: float
description: the number to subtract from
optional: False
- name: jk
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of za - jk
- intent: dwnfvx
description: Divide two numbers.
parameters:
- name: n
type: float
description: numerator
optional: False
- name: jn
type: float
description: denominator
optional: False
return:
type: float
description: the result of n / jn
- intent: xekiwk
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: bl
type: float
description: second number
optional: False
return:
type: float
description: the product of g and bl
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 1 * 8 / -67 - -928 ) * -13236
|
xekiwk(g=cwbz(za=dwnfvx(n=xekiwk(g=1, bl=8), jn=-67), jk=-928), bl=-13236)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: glaym
description: Add two numbers.
parameters:
- name: h
type: float
description: first number to add
optional: False
- name: j
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of h and j
- intent: puq
description: Subtract two numbers.
parameters:
- name: u
type: float
description: the number to subtract from
optional: False
- name: e
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of u - e
- intent: fhacf
description: Divide two numbers.
parameters:
- name: rg
type: float
description: numerator
optional: False
- name: e
type: float
description: denominator
optional: False
return:
type: float
description: the result of rg / e
- intent: gbw
description: Multiply two numbers.
parameters:
- name: lq
type: float
description: first number
optional: False
- name: kr
type: float
description: second number
optional: False
return:
type: float
description: the product of lq and kr
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -12038 + -6519 + -35174 ) * 90348 / -59070
|
gbw(lq=glaym(h=-12038, j=glaym(h=-6519, j=-35174)), kr=fhacf(rg=90348, e=-59070))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: sgearv
description: Add two numbers.
parameters:
- name: lf
type: float
description: first number to add
optional: False
- name: o
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of lf and o
- intent: zutu
description: Subtract two numbers.
parameters:
- name: b
type: float
description: the number to subtract from
optional: False
- name: so
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of b - so
- intent: uqou
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: gs
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / gs
- intent: tfzqpui
description: Multiply two numbers.
parameters:
- name: iw
type: float
description: first number
optional: False
- name: h
type: float
description: second number
optional: False
return:
type: float
description: the product of iw and h
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
65 / -838 * -89433 / -2 - 21900
|
zutu(b=tfzqpui(iw=uqou(j=65, gs=-838), h=uqou(j=-89433, gs=-2)), so=21900)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: bitqor
description: Add two numbers.
parameters:
- name: r
type: float
description: first number to add
optional: False
- name: wd
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of r and wd
- intent: olmtdvc
description: Subtract two numbers.
parameters:
- name: i
type: float
description: the number to subtract from
optional: False
- name: xv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of i - xv
- intent: yhlz
description: Divide two numbers.
parameters:
- name: sw
type: float
description: numerator
optional: False
- name: xl
type: float
description: denominator
optional: False
return:
type: float
description: the result of sw / xl
- intent: gyh
description: Multiply two numbers.
parameters:
- name: zz
type: float
description: first number
optional: False
- name: gu
type: float
description: second number
optional: False
return:
type: float
description: the product of zz and gu
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-917 / -49203 * -6 / ( -439 + 4357 )
|
gyh(zz=yhlz(sw=-917, xl=-49203), gu=yhlz(sw=-6, xl=bitqor(r=-439, wd=4357)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: orhvuz
description: Add two numbers.
parameters:
- name: c
type: float
description: first number to add
optional: False
- name: tm
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of c and tm
- intent: henq
description: Subtract two numbers.
parameters:
- name: tk
type: float
description: the number to subtract from
optional: False
- name: c
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of tk - c
- intent: otmm
description: Divide two numbers.
parameters:
- name: m
type: float
description: numerator
optional: False
- name: k
type: float
description: denominator
optional: False
return:
type: float
description: the result of m / k
- intent: lcczf
description: Multiply two numbers.
parameters:
- name: qm
type: float
description: first number
optional: False
- name: on
type: float
description: second number
optional: False
return:
type: float
description: the product of qm and on
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
370 * -8 / ( 25 * 653 - -51 )
|
otmm(m=lcczf(qm=370, on=-8), k=henq(tk=lcczf(qm=25, on=653), c=-51))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: sqxp
description: Add two numbers.
parameters:
- name: kv
type: float
description: first number to add
optional: False
- name: s
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of kv and s
- intent: jcpbx
description: Subtract two numbers.
parameters:
- name: yk
type: float
description: the number to subtract from
optional: False
- name: r
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of yk - r
- intent: uuw
description: Divide two numbers.
parameters:
- name: c
type: float
description: numerator
optional: False
- name: u
type: float
description: denominator
optional: False
return:
type: float
description: the result of c / u
- intent: xsvbhez
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: md
type: float
description: second number
optional: False
return:
type: float
description: the product of g and md
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
779 + -999 * 533 * ( 9743 * 3881 - -69 )
|
sqxp(kv=779, s=xsvbhez(g=-999, md=xsvbhez(g=533, md=jcpbx(yk=xsvbhez(g=9743, md=3881), r=-69))))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: nkp
description: Add two numbers.
parameters:
- name: r
type: float
description: first number to add
optional: False
- name: p
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of r and p
- intent: bqklorr
description: Subtract two numbers.
parameters:
- name: ud
type: float
description: the number to subtract from
optional: False
- name: zc
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ud - zc
- intent: oxa
description: Divide two numbers.
parameters:
- name: uv
type: float
description: numerator
optional: False
- name: x
type: float
description: denominator
optional: False
return:
type: float
description: the result of uv / x
- intent: nhj
description: Multiply two numbers.
parameters:
- name: n
type: float
description: first number
optional: False
- name: cp
type: float
description: second number
optional: False
return:
type: float
description: the product of n and cp
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 3020 - ( 4 + -61 ) ) * 58832 - ( 859 + -282 )
|
bqklorr(ud=nhj(n=bqklorr(ud=3020, zc=nkp(r=4, p=-61)), cp=58832), zc=nkp(r=859, p=-282))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: hzbvrx
description: Add two numbers.
parameters:
- name: wr
type: float
description: first number to add
optional: False
- name: bv
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of wr and bv
- intent: shd
description: Subtract two numbers.
parameters:
- name: ok
type: float
description: the number to subtract from
optional: False
- name: ys
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ok - ys
- intent: qcxanj
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: y
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / y
- intent: frcaol
description: Multiply two numbers.
parameters:
- name: y
type: float
description: first number
optional: False
- name: cv
type: float
description: second number
optional: False
return:
type: float
description: the product of y and cv
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 8 / -439 - -93 ) * ( -26052 - 61 ) / -336
|
frcaol(y=shd(ok=qcxanj(b=8, y=-439), ys=-93), cv=qcxanj(b=shd(ok=-26052, ys=61), y=-336))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: nfs
description: Add two numbers.
parameters:
- name: v
type: float
description: first number to add
optional: False
- name: n
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of v and n
- intent: tekkp
description: Subtract two numbers.
parameters:
- name: v
type: float
description: the number to subtract from
optional: False
- name: ex
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of v - ex
- intent: ecdmx
description: Divide two numbers.
parameters:
- name: uu
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of uu / w
- intent: tliar
description: Multiply two numbers.
parameters:
- name: e
type: float
description: first number
optional: False
- name: w
type: float
description: second number
optional: False
return:
type: float
description: the product of e and w
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-41635 * ( -5375 + 857 - 89 + -3658 - -931 )
|
tliar(e=-41635, w=tekkp(v=nfs(v=tekkp(v=nfs(v=-5375, n=857), ex=89), n=-3658), ex=-931))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qknsoa
description: Add two numbers.
parameters:
- name: ua
type: float
description: first number to add
optional: False
- name: pz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ua and pz
- intent: glaodqh
description: Subtract two numbers.
parameters:
- name: i
type: float
description: the number to subtract from
optional: False
- name: d
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of i - d
- intent: gune
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: qt
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / qt
- intent: ckjgpjt
description: Multiply two numbers.
parameters:
- name: ne
type: float
description: first number
optional: False
- name: li
type: float
description: second number
optional: False
return:
type: float
description: the product of ne and li
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-805 - 97757 / ( 58 / -4 + 83307 + 355 )
|
glaodqh(i=-805, d=gune(l=97757, qt=qknsoa(ua=gune(l=58, qt=-4), pz=qknsoa(ua=83307, pz=355))))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: myj
description: Add two numbers.
parameters:
- name: ug
type: float
description: first number to add
optional: False
- name: mo
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ug and mo
- intent: iutwtlk
description: Subtract two numbers.
parameters:
- name: t
type: float
description: the number to subtract from
optional: False
- name: e
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of t - e
- intent: cnkr
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: px
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / px
- intent: rkdcr
description: Multiply two numbers.
parameters:
- name: gi
type: float
description: first number
optional: False
- name: kd
type: float
description: second number
optional: False
return:
type: float
description: the product of gi and kd
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-40576 - ( -62 / -6 * 2 + 9566 + 57 )
|
iutwtlk(t=-40576, e=myj(ug=rkdcr(gi=cnkr(f=-62, px=-6), kd=2), mo=myj(ug=9566, mo=57)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: oqtyumf
description: Add two numbers.
parameters:
- name: az
type: float
description: first number to add
optional: False
- name: k
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of az and k
- intent: favrkc
description: Subtract two numbers.
parameters:
- name: vi
type: float
description: the number to subtract from
optional: False
- name: gd
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vi - gd
- intent: poiwl
description: Divide two numbers.
parameters:
- name: hs
type: float
description: numerator
optional: False
- name: am
type: float
description: denominator
optional: False
return:
type: float
description: the result of hs / am
- intent: snsy
description: Multiply two numbers.
parameters:
- name: gm
type: float
description: first number
optional: False
- name: f
type: float
description: second number
optional: False
return:
type: float
description: the product of gm and f
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-5 / -13 * 11 / 22681 - 364 / -54
|
favrkc(vi=poiwl(hs=snsy(gm=poiwl(hs=-5, am=-13), f=11), am=22681), gd=poiwl(hs=364, am=-54))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: eib
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: g
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and g
- intent: dqxzcwg
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: oq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - oq
- intent: gozczf
description: Divide two numbers.
parameters:
- name: en
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of en / n
- intent: qwpgv
description: Multiply two numbers.
parameters:
- name: zb
type: float
description: first number
optional: False
- name: lb
type: float
description: second number
optional: False
return:
type: float
description: the product of zb and lb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-17 / -21 * -4694 / ( 5786 / 4 * 61 )
|
gozczf(en=qwpgv(zb=gozczf(en=-17, n=-21), lb=-4694), n=qwpgv(zb=gozczf(en=5786, n=4), lb=61))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: jkixub
description: Add two numbers.
parameters:
- name: l
type: float
description: first number to add
optional: False
- name: a
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of l and a
- intent: vuqe
description: Subtract two numbers.
parameters:
- name: b
type: float
description: the number to subtract from
optional: False
- name: z
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of b - z
- intent: lgu
description: Divide two numbers.
parameters:
- name: wc
type: float
description: numerator
optional: False
- name: rm
type: float
description: denominator
optional: False
return:
type: float
description: the result of wc / rm
- intent: ldsgs
description: Multiply two numbers.
parameters:
- name: px
type: float
description: first number
optional: False
- name: w
type: float
description: second number
optional: False
return:
type: float
description: the product of px and w
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 491 / -849 - 4124 ) * -23632 - ( -7715 + -82328 )
|
vuqe(b=ldsgs(px=vuqe(b=lgu(wc=491, rm=-849), z=4124), w=-23632), z=jkixub(l=-7715, a=-82328))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: gdtwfua
description: Add two numbers.
parameters:
- name: x
type: float
description: first number to add
optional: False
- name: fx
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of x and fx
- intent: yywyi
description: Subtract two numbers.
parameters:
- name: vi
type: float
description: the number to subtract from
optional: False
- name: c
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vi - c
- intent: vsefxaf
description: Divide two numbers.
parameters:
- name: y
type: float
description: numerator
optional: False
- name: e
type: float
description: denominator
optional: False
return:
type: float
description: the result of y / e
- intent: zownqnl
description: Multiply two numbers.
parameters:
- name: tj
type: float
description: first number
optional: False
- name: nq
type: float
description: second number
optional: False
return:
type: float
description: the product of tj and nq
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-34 - ( 44953 * 2 + 0 * 7490 / -4 )
|
yywyi(vi=-34, c=gdtwfua(x=zownqnl(tj=44953, nq=2), fx=zownqnl(tj=0, nq=vsefxaf(y=7490, e=-4))))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: hcvjpf
description: Add two numbers.
parameters:
- name: f
type: float
description: first number to add
optional: False
- name: yp
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of f and yp
- intent: nddxwyy
description: Subtract two numbers.
parameters:
- name: wp
type: float
description: the number to subtract from
optional: False
- name: hm
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of wp - hm
- intent: jrmwd
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: cc
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / cc
- intent: jtvgbz
description: Multiply two numbers.
parameters:
- name: rc
type: float
description: first number
optional: False
- name: e
type: float
description: second number
optional: False
return:
type: float
description: the product of rc and e
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-60 - ( -1 * -57 - -3753 ) / ( 19 / -62 )
|
nddxwyy(wp=-60, hm=jrmwd(f=nddxwyy(wp=jtvgbz(rc=-1, e=-57), hm=-3753), cc=jrmwd(f=19, cc=-62)))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: obfzmlx
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: ff
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and ff
- intent: xpd
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: t
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - t
- intent: kutz
description: Divide two numbers.
parameters:
- name: uc
type: float
description: numerator
optional: False
- name: nz
type: float
description: denominator
optional: False
return:
type: float
description: the result of uc / nz
- intent: nid
description: Multiply two numbers.
parameters:
- name: o
type: float
description: first number
optional: False
- name: r
type: float
description: second number
optional: False
return:
type: float
description: the product of o and r
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 57 + 36 ) * 43 - 6 + 65853 + 104
|
obfzmlx(s=xpd(z=nid(o=obfzmlx(s=57, ff=36), r=43), t=6), ff=obfzmlx(s=65853, ff=104))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: lfdnci
description: Add two numbers.
parameters:
- name: bq
type: float
description: first number to add
optional: False
- name: s
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of bq and s
- intent: vowqi
description: Subtract two numbers.
parameters:
- name: xj
type: float
description: the number to subtract from
optional: False
- name: n
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of xj - n
- intent: grmzkc
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: lm
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / lm
- intent: bfofwxv
description: Multiply two numbers.
parameters:
- name: hr
type: float
description: first number
optional: False
- name: jn
type: float
description: second number
optional: False
return:
type: float
description: the product of hr and jn
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 3959 + ( 0 - 773 / -4027 ) * -3 ) * -18
|
bfofwxv(hr=lfdnci(bq=3959, s=bfofwxv(hr=vowqi(xj=0, n=grmzkc(k=773, lm=-4027)), jn=-3)), jn=-18)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: jzi
description: Add two numbers.
parameters:
- name: z
type: float
description: first number to add
optional: False
- name: qp
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of z and qp
- intent: exyjzqx
description: Subtract two numbers.
parameters:
- name: bq
type: float
description: the number to subtract from
optional: False
- name: o
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of bq - o
- intent: idlbop
description: Divide two numbers.
parameters:
- name: eu
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of eu / m
- intent: qork
description: Multiply two numbers.
parameters:
- name: bc
type: float
description: first number
optional: False
- name: j
type: float
description: second number
optional: False
return:
type: float
description: the product of bc and j
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
140 * 9 - ( 366 - 9474 ) * 7 / 4
|
exyjzqx(bq=qork(bc=140, j=9), o=idlbop(eu=qork(bc=exyjzqx(bq=366, o=9474), j=7), m=4))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: vvtj
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: c
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and c
- intent: twlsh
description: Subtract two numbers.
parameters:
- name: b
type: float
description: the number to subtract from
optional: False
- name: yo
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of b - yo
- intent: rtij
description: Divide two numbers.
parameters:
- name: qo
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of qo / n
- intent: olj
description: Multiply two numbers.
parameters:
- name: lu
type: float
description: first number
optional: False
- name: e
type: float
description: second number
optional: False
return:
type: float
description: the product of lu and e
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
33040 / -32 * ( 823 + 35 ) - -1 + -8
|
vvtj(y=twlsh(b=olj(lu=rtij(qo=33040, n=-32), e=vvtj(y=823, c=35)), yo=-1), c=-8)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: emgec
description: Add two numbers.
parameters:
- name: pu
type: float
description: first number to add
optional: False
- name: r
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of pu and r
- intent: cheinnh
description: Subtract two numbers.
parameters:
- name: t
type: float
description: the number to subtract from
optional: False
- name: ji
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of t - ji
- intent: pzlk
description: Divide two numbers.
parameters:
- name: s
type: float
description: numerator
optional: False
- name: jp
type: float
description: denominator
optional: False
return:
type: float
description: the result of s / jp
- intent: qkqne
description: Multiply two numbers.
parameters:
- name: nm
type: float
description: first number
optional: False
- name: kn
type: float
description: second number
optional: False
return:
type: float
description: the product of nm and kn
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( ( -22431 - -689 ) * 7555 + -80242 * 3917 ) * -7673
|
qkqne(nm=emgec(pu=qkqne(nm=cheinnh(t=-22431, ji=-689), kn=7555), r=qkqne(nm=-80242, kn=3917)), kn=-7673)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: ewbs
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: ye
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and ye
- intent: npy
description: Subtract two numbers.
parameters:
- name: m
type: float
description: the number to subtract from
optional: False
- name: wc
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of m - wc
- intent: muhr
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: wa
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / wa
- intent: jphdbt
description: Multiply two numbers.
parameters:
- name: j
type: float
description: first number
optional: False
- name: rm
type: float
description: second number
optional: False
return:
type: float
description: the product of j and rm
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
0 * -71137 / ( 49 - -9 / ( 32312 / -2 ) )
|
muhr(l=jphdbt(j=0, rm=-71137), wa=npy(m=49, wc=muhr(l=-9, wa=muhr(l=32312, wa=-2))))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: wohuttq
description: Add two numbers.
parameters:
- name: iw
type: float
description: first number to add
optional: False
- name: al
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of iw and al
- intent: vmgw
description: Subtract two numbers.
parameters:
- name: a
type: float
description: the number to subtract from
optional: False
- name: e
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of a - e
- intent: wcxzbzh
description: Divide two numbers.
parameters:
- name: fr
type: float
description: numerator
optional: False
- name: b
type: float
description: denominator
optional: False
return:
type: float
description: the result of fr / b
- intent: sdf
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: kt
type: float
description: second number
optional: False
return:
type: float
description: the product of b and kt
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-35946 * 32070 - 28154
|
vmgw(a=sdf(b=-35946, kt=32070), e=28154)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: npddys
description: Add two numbers.
parameters:
- name: ag
type: float
description: first number to add
optional: False
- name: mo
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ag and mo
- intent: omdzzf
description: Subtract two numbers.
parameters:
- name: e
type: float
description: the number to subtract from
optional: False
- name: s
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of e - s
- intent: axzzbsd
description: Divide two numbers.
parameters:
- name: sd
type: float
description: numerator
optional: False
- name: rf
type: float
description: denominator
optional: False
return:
type: float
description: the result of sd / rf
- intent: ikzaxt
description: Multiply two numbers.
parameters:
- name: hr
type: float
description: first number
optional: False
- name: ee
type: float
description: second number
optional: False
return:
type: float
description: the product of hr and ee
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-97105 * 6046 - -63979
|
omdzzf(e=ikzaxt(hr=-97105, ee=6046), s=-63979)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: qmakmv
description: Add two numbers.
parameters:
- name: vz
type: float
description: first number to add
optional: False
- name: l
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of vz and l
- intent: wknj
description: Subtract two numbers.
parameters:
- name: ec
type: float
description: the number to subtract from
optional: False
- name: hk
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ec - hk
- intent: rbm
description: Divide two numbers.
parameters:
- name: ue
type: float
description: numerator
optional: False
- name: s
type: float
description: denominator
optional: False
return:
type: float
description: the result of ue / s
- intent: jyi
description: Multiply two numbers.
parameters:
- name: v
type: float
description: first number
optional: False
- name: en
type: float
description: second number
optional: False
return:
type: float
description: the product of v and en
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
1900 * -116 / 6
|
rbm(ue=jyi(v=1900, en=-116), s=6)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: gyhnpw
description: Add two numbers.
parameters:
- name: mf
type: float
description: first number to add
optional: False
- name: ek
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of mf and ek
- intent: ivv
description: Subtract two numbers.
parameters:
- name: xu
type: float
description: the number to subtract from
optional: False
- name: ce
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of xu - ce
- intent: nabs
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: cm
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / cm
- intent: iqqbfvi
description: Multiply two numbers.
parameters:
- name: mj
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of mj and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
9950 * 594 + 9
|
gyhnpw(mf=iqqbfvi(mj=9950, u=594), ek=9)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: cwgr
description: Add two numbers.
parameters:
- name: nc
type: float
description: first number to add
optional: False
- name: vy
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of nc and vy
- intent: fbv
description: Subtract two numbers.
parameters:
- name: q
type: float
description: the number to subtract from
optional: False
- name: tr
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of q - tr
- intent: vdgf
description: Divide two numbers.
parameters:
- name: a
type: float
description: numerator
optional: False
- name: wg
type: float
description: denominator
optional: False
return:
type: float
description: the result of a / wg
- intent: bnmk
description: Multiply two numbers.
parameters:
- name: t
type: float
description: first number
optional: False
- name: jx
type: float
description: second number
optional: False
return:
type: float
description: the product of t and jx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-45 + 16 + 36315
|
cwgr(nc=-45, vy=cwgr(nc=16, vy=36315))
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: nokbp
description: Add two numbers.
parameters:
- name: hs
type: float
description: first number to add
optional: False
- name: w
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of hs and w
- intent: mlqrmu
description: Subtract two numbers.
parameters:
- name: dr
type: float
description: the number to subtract from
optional: False
- name: gk
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of dr - gk
- intent: eojdpve
description: Divide two numbers.
parameters:
- name: d
type: float
description: numerator
optional: False
- name: b
type: float
description: denominator
optional: False
return:
type: float
description: the result of d / b
- intent: aezt
description: Multiply two numbers.
parameters:
- name: zr
type: float
description: first number
optional: False
- name: ju
type: float
description: second number
optional: False
return:
type: float
description: the product of zr and ju
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-899 * 70536 / -4
|
eojdpve(d=aezt(zr=-899, ju=70536), b=-4)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: trtz
description: Add two numbers.
parameters:
- name: g
type: float
description: first number to add
optional: False
- name: w
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of g and w
- intent: izuqfr
description: Subtract two numbers.
parameters:
- name: e
type: float
description: the number to subtract from
optional: False
- name: pm
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of e - pm
- intent: haoq
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: jt
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / jt
- intent: ovpmc
description: Multiply two numbers.
parameters:
- name: ji
type: float
description: first number
optional: False
- name: q
type: float
description: second number
optional: False
return:
type: float
description: the product of ji and q
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-1 * -4755 + 182
|
trtz(g=ovpmc(ji=-1, q=-4755), w=182)
|
You are a precise intent sequencer. You parse the user's prompt and split it into atomic intents that match one of the defined intents below:
- intent: zhm
description: Add two numbers.
parameters:
- name: fv
type: float
description: first number to add
optional: False
- name: om
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of fv and om
- intent: kbmyrtm
description: Subtract two numbers.
parameters:
- name: vp
type: float
description: the number to subtract from
optional: False
- name: h
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vp - h
- intent: opjspoq
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / n
- intent: euec
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: hx
type: float
description: second number
optional: False
return:
type: float
description: the product of g and hx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-16548 * -1489 - -20
|
kbmyrtm(vp=euec(g=-16548, hx=-1489), h=-20)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.