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: tueb
description: Add two numbers.
parameters:
- name: wy
type: float
description: first number to add
optional: False
- name: xi
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of wy and xi
- intent: enuu
description: Subtract two numbers.
parameters:
- name: n
type: float
description: the number to subtract from
optional: False
- name: vj
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of n - vj
- intent: byix
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: i
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / i
- intent: cnwki
description: Multiply two numbers.
parameters:
- name: r
type: float
description: first number
optional: False
- name: zd
type: float
description: second number
optional: False
return:
type: float
description: the product of r and zd
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
800 + -77 + -6778
|
tueb(wy=800, xi=tueb(wy=-77, xi=-6778))
|
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: iqvdebt
description: Add two numbers.
parameters:
- name: th
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 th and j
- intent: rjb
description: Subtract two numbers.
parameters:
- name: jr
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 jr - w
- intent: fehjoft
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: b
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / b
- intent: bywekf
description: Multiply two numbers.
parameters:
- name: hf
type: float
description: first number
optional: False
- name: eg
type: float
description: second number
optional: False
return:
type: float
description: the product of hf and eg
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 4735 * -17 - -33254 + -51761 ) / ( 267 - 48 )
|
fehjoft(f=iqvdebt(th=rjb(jr=bywekf(hf=4735, eg=-17), w=-33254), j=-51761), b=rjb(jr=267, w=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: ohiqbm
description: Add two numbers.
parameters:
- name: c
type: float
description: first number to add
optional: False
- name: jm
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of c and jm
- intent: vkba
description: Subtract two numbers.
parameters:
- name: lb
type: float
description: the number to subtract from
optional: False
- name: xy
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of lb - xy
- intent: zqzoyuz
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: mg
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / mg
- intent: ynnw
description: Multiply two numbers.
parameters:
- name: dy
type: float
description: first number
optional: False
- name: hi
type: float
description: second number
optional: False
return:
type: float
description: the product of dy and hi
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( ( 8 - 4 ) * -1 - -55950 ) * ( 41089 - 42 ) * -4213
|
ynnw(dy=vkba(lb=ynnw(dy=vkba(lb=8, xy=4), hi=-1), xy=-55950), hi=ynnw(dy=vkba(lb=41089, xy=42), hi=-4213))
|
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: xurspr
description: Add two numbers.
parameters:
- name: gw
type: float
description: first number to add
optional: False
- name: uy
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of gw and uy
- intent: skqspg
description: Subtract two numbers.
parameters:
- name: dy
type: float
description: the number to subtract from
optional: False
- name: dt
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of dy - dt
- intent: mfwqnz
description: Divide two numbers.
parameters:
- name: yk
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of yk / m
- intent: bfek
description: Multiply two numbers.
parameters:
- name: gt
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of gt and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-62886 / ( -564 + -4 - -847 / ( 7268 + 72 ) + -40128 * -83 )
|
mfwqnz(yk=-62886, m=xurspr(gw=skqspg(dy=xurspr(gw=-564, uy=-4), dt=mfwqnz(yk=-847, m=xurspr(gw=7268, uy=72))), uy=bfek(gt=-40128, u=-83)))
|
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: dqqw
description: Add two numbers.
parameters:
- name: uk
type: float
description: first number to add
optional: False
- name: rd
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uk and rd
- intent: cuhylq
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: l
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - l
- intent: ztpfkx
description: Divide two numbers.
parameters:
- name: en
type: float
description: numerator
optional: False
- name: my
type: float
description: denominator
optional: False
return:
type: float
description: the result of en / my
- intent: tcbq
description: Multiply two numbers.
parameters:
- name: l
type: float
description: first number
optional: False
- name: pk
type: float
description: second number
optional: False
return:
type: float
description: the product of l and pk
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
544 / ( ( -45 - ( 6722 * -3229 / -86 + -68349 - -46666 ) ) * 9180 )
|
ztpfkx(en=544, my=tcbq(l=cuhylq(y=-45, l=dqqw(uk=ztpfkx(en=tcbq(l=6722, pk=-3229), my=-86), rd=cuhylq(y=-68349, l=-46666))), pk=9180))
|
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: upvk
description: Add two numbers.
parameters:
- name: f
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 f and p
- intent: iqxz
description: Subtract two numbers.
parameters:
- name: ts
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 ts - f
- intent: cifddc
description: Divide two numbers.
parameters:
- name: sn
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of sn / m
- intent: fdhha
description: Multiply two numbers.
parameters:
- name: rc
type: float
description: first number
optional: False
- name: o
type: float
description: second number
optional: False
return:
type: float
description: the product of rc and o
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
199 - 33 * 1 + 9848 * 349 - ( 26 - 25240 + -550 )
|
iqxz(ts=upvk(f=iqxz(ts=199, f=fdhha(rc=33, o=1)), p=fdhha(rc=9848, o=349)), f=upvk(f=iqxz(ts=26, f=25240), p=-550))
|
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: qow
description: Add two numbers.
parameters:
- name: i
type: float
description: first number to add
optional: False
- name: b
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of i and b
- intent: yko
description: Subtract two numbers.
parameters:
- name: y
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 y - ol
- intent: smp
description: Divide two numbers.
parameters:
- name: qc
type: float
description: numerator
optional: False
- name: s
type: float
description: denominator
optional: False
return:
type: float
description: the result of qc / s
- intent: rcjwjnu
description: Multiply two numbers.
parameters:
- name: wq
type: float
description: first number
optional: False
- name: c
type: float
description: second number
optional: False
return:
type: float
description: the product of wq and c
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
9187 * ( 52273 * 37 + -730 / 4198 ) - ( -1 - 8 )
|
yko(y=rcjwjnu(wq=9187, c=qow(i=rcjwjnu(wq=52273, c=37), b=smp(qc=-730, s=4198))), ol=yko(y=-1, ol=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: jwiba
description: Add two numbers.
parameters:
- name: fm
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 fm and w
- intent: pveuppi
description: Subtract two numbers.
parameters:
- name: r
type: float
description: the number to subtract from
optional: False
- name: ph
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of r - ph
- intent: xouaw
description: Divide two numbers.
parameters:
- name: kc
type: float
description: numerator
optional: False
- name: cp
type: float
description: denominator
optional: False
return:
type: float
description: the result of kc / cp
- intent: rwrxrx
description: Multiply two numbers.
parameters:
- name: xb
type: float
description: first number
optional: False
- name: wp
type: float
description: second number
optional: False
return:
type: float
description: the product of xb and wp
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -91 - -68504 ) * -55342
|
rwrxrx(xb=pveuppi(r=-91, ph=-68504), wp=-55342)
|
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: ixpodxo
description: Add two numbers.
parameters:
- name: w
type: float
description: first number to add
optional: False
- name: f
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of w and f
- intent: yzspzd
description: Subtract two numbers.
parameters:
- name: km
type: float
description: the number to subtract from
optional: False
- name: na
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of km - na
- intent: lrp
description: Divide two numbers.
parameters:
- name: cz
type: float
description: numerator
optional: False
- name: q
type: float
description: denominator
optional: False
return:
type: float
description: the result of cz / q
- intent: kpt
description: Multiply two numbers.
parameters:
- name: fm
type: float
description: first number
optional: False
- name: s
type: float
description: second number
optional: False
return:
type: float
description: the product of fm and s
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-89284 - -14 + 48 - 536
|
ixpodxo(w=yzspzd(km=-89284, na=-14), f=yzspzd(km=48, na=536))
|
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: akivou
description: Add two numbers.
parameters:
- name: am
type: float
description: first number to add
optional: False
- name: sv
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of am and sv
- intent: viqjzc
description: Subtract two numbers.
parameters:
- name: ou
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 ou - f
- intent: qrepegx
description: Divide two numbers.
parameters:
- name: z
type: float
description: numerator
optional: False
- name: aq
type: float
description: denominator
optional: False
return:
type: float
description: the result of z / aq
- intent: jbgmhn
description: Multiply two numbers.
parameters:
- name: yi
type: float
description: first number
optional: False
- name: ya
type: float
description: second number
optional: False
return:
type: float
description: the product of yi and ya
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
0 * -43 * -498 / ( -27496 * 72 ) / ( 31 * -9 )
|
qrepegx(z=jbgmhn(yi=0, ya=qrepegx(z=jbgmhn(yi=-43, ya=-498), aq=jbgmhn(yi=-27496, ya=72))), aq=jbgmhn(yi=31, ya=-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: zyoyof
description: Add two numbers.
parameters:
- name: gl
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 gl and o
- intent: ahg
description: Subtract two numbers.
parameters:
- name: d
type: float
description: the number to subtract from
optional: False
- name: vv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of d - vv
- intent: grsbexx
description: Divide two numbers.
parameters:
- name: m
type: float
description: numerator
optional: False
- name: iz
type: float
description: denominator
optional: False
return:
type: float
description: the result of m / iz
- intent: vddqyjs
description: Multiply two numbers.
parameters:
- name: tn
type: float
description: first number
optional: False
- name: vd
type: float
description: second number
optional: False
return:
type: float
description: the product of tn and vd
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -34 + -835 * 366 ) * 97903
|
vddqyjs(tn=zyoyof(gl=-34, o=vddqyjs(tn=-835, vd=366)), vd=97903)
|
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: ggcxm
description: Add two numbers.
parameters:
- name: k
type: float
description: first number to add
optional: False
- name: sx
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of k and sx
- intent: afonbk
description: Subtract two numbers.
parameters:
- name: nf
type: float
description: the number to subtract from
optional: False
- name: ii
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of nf - ii
- intent: jcqxvm
description: Divide two numbers.
parameters:
- name: nk
type: float
description: numerator
optional: False
- name: uv
type: float
description: denominator
optional: False
return:
type: float
description: the result of nk / uv
- intent: qgtk
description: Multiply two numbers.
parameters:
- name: lo
type: float
description: first number
optional: False
- name: j
type: float
description: second number
optional: False
return:
type: float
description: the product of lo and j
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3 + -438 - 9815 / 539
|
afonbk(nf=ggcxm(k=3, sx=-438), ii=jcqxvm(nk=9815, uv=539))
|
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: xfsax
description: Add two numbers.
parameters:
- name: i
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 i and w
- intent: iqblaed
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: akxwl
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: zv
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / zv
- intent: pftbp
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: v
type: float
description: second number
optional: False
return:
type: float
description: the product of k and v
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
62986 * 3391 / -608 * -58388 / 82919
|
pftbp(k=62986, v=pftbp(k=akxwl(b=3391, zv=-608), v=akxwl(b=-58388, zv=82919)))
|
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: ypwhau
description: Add two numbers.
parameters:
- name: q
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 q and x
- intent: qhojo
description: Subtract two numbers.
parameters:
- name: od
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 od - h
- intent: vhd
description: Divide two numbers.
parameters:
- name: p
type: float
description: numerator
optional: False
- name: ol
type: float
description: denominator
optional: False
return:
type: float
description: the result of p / ol
- intent: cdsqoak
description: Multiply two numbers.
parameters:
- name: wo
type: float
description: first number
optional: False
- name: hs
type: float
description: second number
optional: False
return:
type: float
description: the product of wo and hs
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
45701 * -38839 / -59087 - ( 80 + -1772 / 9 )
|
qhojo(od=cdsqoak(wo=45701, hs=vhd(p=-38839, ol=-59087)), h=ypwhau(q=80, x=vhd(p=-1772, ol=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: yxadq
description: Add two numbers.
parameters:
- name: um
type: float
description: first number to add
optional: False
- name: ai
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of um and ai
- intent: iwh
description: Subtract two numbers.
parameters:
- name: g
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 g - w
- intent: fwbef
description: Divide two numbers.
parameters:
- name: wd
type: float
description: numerator
optional: False
- name: rv
type: float
description: denominator
optional: False
return:
type: float
description: the result of wd / rv
- intent: kstt
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: fn
type: float
description: second number
optional: False
return:
type: float
description: the product of g and fn
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3583 - 903 + 92 * 1985 / ( -7802 - 83 )
|
yxadq(um=iwh(g=3583, w=903), ai=fwbef(wd=kstt(g=92, fn=1985), rv=iwh(g=-7802, w=83)))
|
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: qoqgw
description: Add two numbers.
parameters:
- name: ij
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 ij and r
- intent: vizkm
description: Subtract two numbers.
parameters:
- name: an
type: float
description: the number to subtract from
optional: False
- name: pa
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of an - pa
- intent: dsrxsni
description: Divide two numbers.
parameters:
- name: yi
type: float
description: numerator
optional: False
- name: j
type: float
description: denominator
optional: False
return:
type: float
description: the result of yi / j
- intent: mbv
description: Multiply two numbers.
parameters:
- name: j
type: float
description: first number
optional: False
- name: o
type: float
description: second number
optional: False
return:
type: float
description: the product of j and o
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 95 + 51 ) / -4582 + -667 * 4
|
qoqgw(ij=dsrxsni(yi=qoqgw(ij=95, r=51), j=-4582), r=mbv(j=-667, o=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: crlogbm
description: Add two numbers.
parameters:
- name: tn
type: float
description: first number to add
optional: False
- name: ls
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of tn and ls
- intent: yfuqy
description: Subtract two numbers.
parameters:
- name: s
type: float
description: the number to subtract from
optional: False
- name: p
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of s - p
- intent: guocpn
description: Divide two numbers.
parameters:
- name: p
type: float
description: numerator
optional: False
- name: b
type: float
description: denominator
optional: False
return:
type: float
description: the result of p / b
- intent: tzp
description: Multiply two numbers.
parameters:
- name: xf
type: float
description: first number
optional: False
- name: tt
type: float
description: second number
optional: False
return:
type: float
description: the product of xf and tt
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-8055 / -730 * ( -760 + -6998 )
|
tzp(xf=guocpn(p=-8055, b=-730), tt=crlogbm(tn=-760, ls=-6998))
|
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: qtonkkx
description: Add two numbers.
parameters:
- name: iv
type: float
description: first number to add
optional: False
- name: jo
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of iv and jo
- intent: pdkl
description: Subtract two numbers.
parameters:
- name: ei
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 ei - z
- intent: ukcm
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: uq
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / uq
- intent: nqlikmh
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: zj
type: float
description: second number
optional: False
return:
type: float
description: the product of k and zj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -69 * -5 * 68 / -91 + -38 ) / ( -728 - 5 )
|
ukcm(j=qtonkkx(iv=nqlikmh(k=-69, zj=ukcm(j=nqlikmh(k=-5, zj=68), uq=-91)), jo=-38), uq=pdkl(ei=-728, z=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: sxfr
description: Add two numbers.
parameters:
- name: r
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 r and a
- intent: yqpax
description: Subtract two numbers.
parameters:
- name: q
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 q - g
- intent: nvjyt
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: r
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / r
- intent: qvqi
description: Multiply two numbers.
parameters:
- name: e
type: float
description: first number
optional: False
- name: pc
type: float
description: second number
optional: False
return:
type: float
description: the product of e and pc
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-51406 + -326 - 79827
|
yqpax(q=sxfr(r=-51406, a=-326), g=79827)
|
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: vsgkl
description: Add two numbers.
parameters:
- name: l
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 l and k
- intent: vko
description: Subtract two numbers.
parameters:
- name: o
type: float
description: the number to subtract from
optional: False
- name: pq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of o - pq
- intent: lkov
description: Divide two numbers.
parameters:
- name: n
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of n / g
- intent: cfrata
description: Multiply two numbers.
parameters:
- name: cy
type: float
description: first number
optional: False
- name: bg
type: float
description: second number
optional: False
return:
type: float
description: the product of cy and bg
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 1157 + ( 4011 + 5535 - -9 + -93 ) / 58 ) / -6
|
lkov(n=vsgkl(l=1157, k=lkov(n=vsgkl(l=4011, k=vsgkl(l=vko(o=5535, pq=-9), k=-93)), g=58)), g=-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: gmbcpqk
description: Add two numbers.
parameters:
- name: ys
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 ys and d
- intent: nmlrf
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: hod
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: r
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / r
- intent: lbqqal
description: Multiply two numbers.
parameters:
- name: di
type: float
description: first number
optional: False
- name: ds
type: float
description: second number
optional: False
return:
type: float
description: the product of di and ds
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-12346 / ( -6504 - -3975 * 1 / -55107 )
|
hod(t=-12346, r=nmlrf(i=-6504, d=lbqqal(di=-3975, ds=hod(t=1, r=-55107))))
|
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: ldeo
description: Add two numbers.
parameters:
- name: sy
type: float
description: first number to add
optional: False
- name: fo
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of sy and fo
- intent: jjxml
description: Subtract two numbers.
parameters:
- name: y
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 y - d
- intent: lyyftkf
description: Divide two numbers.
parameters:
- name: ql
type: float
description: numerator
optional: False
- name: sm
type: float
description: denominator
optional: False
return:
type: float
description: the result of ql / sm
- intent: dwrv
description: Multiply two numbers.
parameters:
- name: m
type: float
description: first number
optional: False
- name: c
type: float
description: second number
optional: False
return:
type: float
description: the product of m and c
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
9 * -6231 / -17952 * ( -4172 + -53 + 457 + -8716 )
|
dwrv(m=lyyftkf(ql=dwrv(m=9, c=-6231), sm=-17952), c=ldeo(sy=-4172, fo=ldeo(sy=-53, fo=ldeo(sy=457, fo=-8716))))
|
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: ttn
description: Add two numbers.
parameters:
- name: ea
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 ea and o
- intent: yyhzqmh
description: Subtract two numbers.
parameters:
- name: x
type: float
description: the number to subtract from
optional: False
- name: rd
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of x - rd
- intent: ftpf
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: fc
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / fc
- intent: nxlxk
description: Multiply two numbers.
parameters:
- name: ts
type: float
description: first number
optional: False
- name: x
type: float
description: second number
optional: False
return:
type: float
description: the product of ts and x
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 80342 - ( -80 - -5 ) + -38874 + 136 ) / -788
|
ftpf(u=ttn(ea=yyhzqmh(x=80342, rd=yyhzqmh(x=-80, rd=-5)), o=ttn(ea=-38874, o=136)), fc=-788)
|
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: tpwdl
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: z
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and z
- intent: vhnbcyy
description: Subtract two numbers.
parameters:
- name: x
type: float
description: the number to subtract from
optional: False
- name: vw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of x - vw
- intent: gqw
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: c
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / c
- intent: qiggga
description: Multiply two numbers.
parameters:
- name: ds
type: float
description: first number
optional: False
- name: q
type: float
description: second number
optional: False
return:
type: float
description: the product of ds and q
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -50 - ( -11714 - -3 ) ) * 204 / ( -3 + -70 )
|
qiggga(ds=vhnbcyy(x=-50, vw=vhnbcyy(x=-11714, vw=-3)), q=gqw(f=204, c=tpwdl(y=-3, z=-70)))
|
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: cbyupc
description: Add two numbers.
parameters:
- name: gi
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 gi and sj
- intent: qsyg
description: Subtract two numbers.
parameters:
- name: l
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 l - s
- intent: yjkqx
description: Divide two numbers.
parameters:
- name: lf
type: float
description: numerator
optional: False
- name: ul
type: float
description: denominator
optional: False
return:
type: float
description: the result of lf / ul
- intent: ebf
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: cj
type: float
description: second number
optional: False
return:
type: float
description: the product of k and cj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-23465 / ( 2 / -89 - 9 * 4 )
|
yjkqx(lf=-23465, ul=qsyg(l=yjkqx(lf=2, ul=-89), s=ebf(k=9, cj=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: jgsosjg
description: Add two numbers.
parameters:
- name: m
type: float
description: first number to add
optional: False
- name: b
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of m and b
- intent: crzade
description: Subtract two numbers.
parameters:
- name: vg
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 vg - ce
- intent: jbdmac
description: Divide two numbers.
parameters:
- name: d
type: float
description: numerator
optional: False
- name: z
type: float
description: denominator
optional: False
return:
type: float
description: the result of d / z
- intent: vmg
description: Multiply two numbers.
parameters:
- name: e
type: float
description: first number
optional: False
- name: t
type: float
description: second number
optional: False
return:
type: float
description: the product of e and t
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
8 / ( 11 + 6 / ( 517 / 8808 ) )
|
jbdmac(d=8, z=jgsosjg(m=11, b=jbdmac(d=6, z=jbdmac(d=517, z=8808))))
|
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: xkmy
description: Add two numbers.
parameters:
- name: k
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 k and x
- intent: qqbe
description: Subtract two numbers.
parameters:
- name: zx
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 zx - ol
- intent: qeu
description: Divide two numbers.
parameters:
- name: bs
type: float
description: numerator
optional: False
- name: i
type: float
description: denominator
optional: False
return:
type: float
description: the result of bs / i
- intent: eoghwld
description: Multiply two numbers.
parameters:
- name: vd
type: float
description: first number
optional: False
- name: pj
type: float
description: second number
optional: False
return:
type: float
description: the product of vd and pj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3 + -421 - -3
|
xkmy(k=3, x=qqbe(zx=-421, ol=-3))
|
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: jhb
description: Add two numbers.
parameters:
- name: xl
type: float
description: first number to add
optional: False
- name: b
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xl and b
- intent: lacegad
description: Subtract two numbers.
parameters:
- name: q
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 q - j
- intent: cermdbu
description: Divide two numbers.
parameters:
- name: e
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of e / n
- intent: xnddazr
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: pd
type: float
description: second number
optional: False
return:
type: float
description: the product of b and pd
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-8370 * -42370 * 5
|
xnddazr(b=-8370, pd=xnddazr(b=-42370, pd=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: vyhps
description: Add two numbers.
parameters:
- name: a
type: float
description: first number to add
optional: False
- name: xd
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of a and xd
- intent: qemd
description: Subtract two numbers.
parameters:
- name: sx
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 sx - e
- intent: vbbizb
description: Divide two numbers.
parameters:
- name: k
type: float
description: numerator
optional: False
- name: wg
type: float
description: denominator
optional: False
return:
type: float
description: the result of k / wg
- intent: prpebmx
description: Multiply two numbers.
parameters:
- name: cn
type: float
description: first number
optional: False
- name: jt
type: float
description: second number
optional: False
return:
type: float
description: the product of cn and jt
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
68 - 648 / ( -17222 - 121 )
|
qemd(sx=68, e=vbbizb(k=648, wg=qemd(sx=-17222, e=121)))
|
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: lhgk
description: Add two numbers.
parameters:
- name: l
type: float
description: first number to add
optional: False
- name: yl
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of l and yl
- intent: qfqnw
description: Subtract two numbers.
parameters:
- name: kr
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 kr - i
- intent: suqxxlt
description: Divide two numbers.
parameters:
- name: o
type: float
description: numerator
optional: False
- name: qz
type: float
description: denominator
optional: False
return:
type: float
description: the result of o / qz
- intent: qoaige
description: Multiply two numbers.
parameters:
- name: vz
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of vz and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 2 + -97043 ) / 228 + 4 / ( 767 - -61870 ) - -54290
|
qfqnw(kr=lhgk(l=suqxxlt(o=lhgk(l=2, yl=-97043), qz=228), yl=suqxxlt(o=4, qz=qfqnw(kr=767, i=-61870))), i=-54290)
|
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: ncjzjd
description: Add two numbers.
parameters:
- name: e
type: float
description: first number to add
optional: False
- name: f
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of e and f
- intent: ogclt
description: Subtract two numbers.
parameters:
- name: m
type: float
description: the number to subtract from
optional: False
- name: x
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of m - x
- intent: qchu
description: Divide two numbers.
parameters:
- name: zn
type: float
description: numerator
optional: False
- name: fb
type: float
description: denominator
optional: False
return:
type: float
description: the result of zn / fb
- intent: xgbl
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: hb
type: float
description: second number
optional: False
return:
type: float
description: the product of g and hb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 31 + -158 ) / ( -67703 * 47272 / ( -1154 - -35 ) )
|
qchu(zn=ncjzjd(e=31, f=-158), fb=qchu(zn=xgbl(g=-67703, hb=47272), fb=ogclt(m=-1154, x=-35)))
|
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: sufzu
description: Add two numbers.
parameters:
- name: pq
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 pq and n
- intent: icseovb
description: Subtract two numbers.
parameters:
- name: l
type: float
description: the number to subtract from
optional: False
- name: sx
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of l - sx
- intent: rrip
description: Divide two numbers.
parameters:
- name: p
type: float
description: numerator
optional: False
- name: af
type: float
description: denominator
optional: False
return:
type: float
description: the result of p / af
- intent: ayqy
description: Multiply two numbers.
parameters:
- name: y
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of y and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 93211 / -1618 * -516 + 16 ) / ( -2567 * 46 ) - 279
|
icseovb(l=rrip(p=sufzu(pq=ayqy(y=rrip(p=93211, af=-1618), u=-516), n=16), af=ayqy(y=-2567, u=46)), sx=279)
|
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: hgvmbw
description: Add two numbers.
parameters:
- name: m
type: float
description: first number to add
optional: False
- name: rr
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of m and rr
- intent: ytvrj
description: Subtract two numbers.
parameters:
- name: y
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 y - yb
- intent: zrosj
description: Divide two numbers.
parameters:
- name: j
type: float
description: numerator
optional: False
- name: wh
type: float
description: denominator
optional: False
return:
type: float
description: the result of j / wh
- intent: rsuizsb
description: Multiply two numbers.
parameters:
- name: pm
type: float
description: first number
optional: False
- name: r
type: float
description: second number
optional: False
return:
type: float
description: the product of pm and r
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
87 / ( 96999 * 50 * ( 83 - 514 ) ) - 699 / 136
|
ytvrj(y=zrosj(j=87, wh=rsuizsb(pm=96999, r=rsuizsb(pm=50, r=ytvrj(y=83, yb=514)))), yb=zrosj(j=699, wh=136))
|
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: bdeyd
description: Add two numbers.
parameters:
- name: v
type: float
description: first number to add
optional: False
- name: bh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of v and bh
- intent: xzprbcu
description: Subtract two numbers.
parameters:
- name: lz
type: float
description: the number to subtract from
optional: False
- name: sx
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of lz - sx
- intent: bjg
description: Divide two numbers.
parameters:
- name: a
type: float
description: numerator
optional: False
- name: ka
type: float
description: denominator
optional: False
return:
type: float
description: the result of a / ka
- intent: vjcrdqh
description: Multiply two numbers.
parameters:
- name: vi
type: float
description: first number
optional: False
- name: h
type: float
description: second number
optional: False
return:
type: float
description: the product of vi and h
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-25546 / 76267 + 38765 - ( 717 - ( -49098 - 94 ) )
|
xzprbcu(lz=bdeyd(v=bjg(a=-25546, ka=76267), bh=38765), sx=xzprbcu(lz=717, sx=xzprbcu(lz=-49098, sx=94)))
|
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: wzdqxi
description: Add two numbers.
parameters:
- name: z
type: float
description: first number to add
optional: False
- name: yf
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of z and yf
- intent: zdb
description: Subtract two numbers.
parameters:
- name: w
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 w - i
- intent: ojbx
description: Divide two numbers.
parameters:
- name: ny
type: float
description: numerator
optional: False
- name: wh
type: float
description: denominator
optional: False
return:
type: float
description: the result of ny / wh
- intent: nhhqm
description: Multiply two numbers.
parameters:
- name: a
type: float
description: first number
optional: False
- name: lm
type: float
description: second number
optional: False
return:
type: float
description: the product of a and lm
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -4714 + 4 - 15 ) / 6
|
ojbx(ny=wzdqxi(z=-4714, yf=zdb(w=4, i=15)), wh=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: foya
description: Add two numbers.
parameters:
- name: m
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 m and k
- intent: uvxigpz
description: Subtract two numbers.
parameters:
- name: us
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 us - b
- intent: ojlrft
description: Divide two numbers.
parameters:
- name: h
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of h / m
- intent: gfbtwno
description: Multiply two numbers.
parameters:
- name: z
type: float
description: first number
optional: False
- name: h
type: float
description: second number
optional: False
return:
type: float
description: the product of z and h
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 785 - ( 601 + ( -9 - 50 ) / 49688 ) ) / ( 4685 * ( 922 + -81 ) )
|
ojlrft(h=uvxigpz(us=785, b=foya(m=601, k=ojlrft(h=uvxigpz(us=-9, b=50), m=49688))), m=gfbtwno(z=4685, h=foya(m=922, k=-81)))
|
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: apyjkb
description: Add two numbers.
parameters:
- name: m
type: float
description: first number to add
optional: False
- name: xk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of m and xk
- intent: gxsp
description: Subtract two numbers.
parameters:
- name: s
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 s - n
- intent: ssf
description: Divide two numbers.
parameters:
- name: gx
type: float
description: numerator
optional: False
- name: fz
type: float
description: denominator
optional: False
return:
type: float
description: the result of gx / fz
- intent: cublx
description: Multiply two numbers.
parameters:
- name: z
type: float
description: first number
optional: False
- name: ew
type: float
description: second number
optional: False
return:
type: float
description: the product of z and ew
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
357 / ( 72417 - ( -95 + 34470 + -2312 ) * ( -291 + -1 ) ) + 6256
|
apyjkb(m=ssf(gx=357, fz=gxsp(s=72417, n=cublx(z=apyjkb(m=-95, xk=apyjkb(m=34470, xk=-2312)), ew=apyjkb(m=-291, xk=-1)))), xk=6256)
|
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: junibfs
description: Add two numbers.
parameters:
- name: oa
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 oa and q
- intent: zvjb
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: glzrbcf
description: Divide two numbers.
parameters:
- name: tg
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of tg / w
- intent: pjrmqfd
description: Multiply two numbers.
parameters:
- name: u
type: float
description: first number
optional: False
- name: m
type: float
description: second number
optional: False
return:
type: float
description: the product of u and m
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-295 + -76 / 714
|
junibfs(oa=-295, q=glzrbcf(tg=-76, w=714))
|
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: ufkazuf
description: Add two numbers.
parameters:
- name: jb
type: float
description: first number to add
optional: False
- name: te
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of jb and te
- intent: eoctl
description: Subtract two numbers.
parameters:
- name: ab
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 ab - t
- intent: yygxohl
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: vh
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / vh
- intent: mrux
description: Multiply two numbers.
parameters:
- name: cr
type: float
description: first number
optional: False
- name: sx
type: float
description: second number
optional: False
return:
type: float
description: the product of cr and sx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-13 / 604 + 1925
|
ufkazuf(jb=yygxohl(b=-13, vh=604), te=1925)
|
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: twuqibr
description: Add two numbers.
parameters:
- name: d
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 d and mx
- intent: ujzk
description: Subtract two numbers.
parameters:
- name: v
type: float
description: the number to subtract from
optional: False
- name: yq
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of v - yq
- intent: vwuskit
description: Divide two numbers.
parameters:
- name: c
type: float
description: numerator
optional: False
- name: f
type: float
description: denominator
optional: False
return:
type: float
description: the result of c / f
- intent: gub
description: Multiply two numbers.
parameters:
- name: db
type: float
description: first number
optional: False
- name: af
type: float
description: second number
optional: False
return:
type: float
description: the product of db and af
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-93407 * -5 * -421
|
gub(db=-93407, af=gub(db=-5, af=-421))
|
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: wvcyfsk
description: Add two numbers.
parameters:
- name: pf
type: float
description: first number to add
optional: False
- name: gx
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of pf and gx
- intent: hvilcy
description: Subtract two numbers.
parameters:
- name: bh
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 bh - r
- intent: xistbc
description: Divide two numbers.
parameters:
- name: x
type: float
description: numerator
optional: False
- name: kh
type: float
description: denominator
optional: False
return:
type: float
description: the result of x / kh
- intent: bzwgmk
description: Multiply two numbers.
parameters:
- name: qa
type: float
description: first number
optional: False
- name: i
type: float
description: second number
optional: False
return:
type: float
description: the product of qa and i
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 26341 + -25310 ) * ( -4456 - -1 ) - ( 979 - 7928 )
|
hvilcy(bh=bzwgmk(qa=wvcyfsk(pf=26341, gx=-25310), i=hvilcy(bh=-4456, r=-1)), r=hvilcy(bh=979, r=7928))
|
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: mnbuqqa
description: Add two numbers.
parameters:
- name: a
type: float
description: first number to add
optional: False
- name: ay
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of a and ay
- intent: trrd
description: Subtract two numbers.
parameters:
- name: jv
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 jv - q
- intent: setmm
description: Divide two numbers.
parameters:
- name: of
type: float
description: numerator
optional: False
- name: cl
type: float
description: denominator
optional: False
return:
type: float
description: the result of of / cl
- intent: jucokwa
description: Multiply two numbers.
parameters:
- name: z
type: float
description: first number
optional: False
- name: xj
type: float
description: second number
optional: False
return:
type: float
description: the product of z and xj
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
620 / 984 * -434 / ( 9189 / ( -672 + 235 ) )
|
setmm(of=jucokwa(z=setmm(of=620, cl=984), xj=-434), cl=setmm(of=9189, cl=mnbuqqa(a=-672, ay=235)))
|
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: tanarvy
description: Add two numbers.
parameters:
- name: gk
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 gk and e
- intent: wgui
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: pu
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - pu
- intent: jdgwlq
description: Divide two numbers.
parameters:
- name: by
type: float
description: numerator
optional: False
- name: mk
type: float
description: denominator
optional: False
return:
type: float
description: the result of by / mk
- intent: jox
description: Multiply two numbers.
parameters:
- name: hr
type: float
description: first number
optional: False
- name: w
type: float
description: second number
optional: False
return:
type: float
description: the product of hr and w
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-63 / 642 * -526 / -22016
|
jox(hr=jdgwlq(by=-63, mk=642), w=jdgwlq(by=-526, mk=-22016))
|
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: dboxbl
description: Add two numbers.
parameters:
- name: uq
type: float
description: first number to add
optional: False
- name: ew
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of uq and ew
- intent: zysboue
description: Subtract two numbers.
parameters:
- name: u
type: float
description: the number to subtract from
optional: False
- name: nv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of u - nv
- intent: wxqgfl
description: Divide two numbers.
parameters:
- name: zq
type: float
description: numerator
optional: False
- name: il
type: float
description: denominator
optional: False
return:
type: float
description: the result of zq / il
- intent: xar
description: Multiply two numbers.
parameters:
- name: km
type: float
description: first number
optional: False
- name: om
type: float
description: second number
optional: False
return:
type: float
description: the product of km and om
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3386 / ( -7779 + -6 )
|
wxqgfl(zq=3386, il=dboxbl(uq=-7779, ew=-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: ucvnnj
description: Add two numbers.
parameters:
- name: p
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 p and h
- intent: utjwpw
description: Subtract two numbers.
parameters:
- name: wf
type: float
description: the number to subtract from
optional: False
- name: gr
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of wf - gr
- intent: towxiic
description: Divide two numbers.
parameters:
- name: z
type: float
description: numerator
optional: False
- name: lg
type: float
description: denominator
optional: False
return:
type: float
description: the result of z / lg
- intent: eiiqi
description: Multiply two numbers.
parameters:
- name: fo
type: float
description: first number
optional: False
- name: um
type: float
description: second number
optional: False
return:
type: float
description: the product of fo and um
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
0 * 3831 - -17454 / -92086
|
utjwpw(wf=eiiqi(fo=0, um=3831), gr=towxiic(z=-17454, lg=-92086))
|
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: tpvj
description: Add two numbers.
parameters:
- name: uh
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 uh and y
- intent: lrhyim
description: Subtract two numbers.
parameters:
- name: sg
type: float
description: the number to subtract from
optional: False
- name: jw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of sg - jw
- intent: gqfkue
description: Divide two numbers.
parameters:
- name: a
type: float
description: numerator
optional: False
- name: at
type: float
description: denominator
optional: False
return:
type: float
description: the result of a / at
- intent: asq
description: Multiply two numbers.
parameters:
- name: e
type: float
description: first number
optional: False
- name: m
type: float
description: second number
optional: False
return:
type: float
description: the product of e and m
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -4 - 337 + -835 + -94 + 8677 ) / ( 5330 - -21359 ) + -8
|
tpvj(uh=gqfkue(a=tpvj(uh=lrhyim(sg=-4, jw=337), y=tpvj(uh=-835, y=tpvj(uh=-94, y=8677))), at=lrhyim(sg=5330, jw=-21359)), y=-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: tojudb
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: ux
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and ux
- intent: ftl
description: Subtract two numbers.
parameters:
- name: no
type: float
description: the number to subtract from
optional: False
- name: gt
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of no - gt
- intent: jlje
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: j
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / j
- intent: ggpxt
description: Multiply two numbers.
parameters:
- name: i
type: float
description: first number
optional: False
- name: p
type: float
description: second number
optional: False
return:
type: float
description: the product of i and p
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -90378 + 63 ) / 904 * -62
|
ggpxt(i=jlje(q=tojudb(y=-90378, ux=63), j=904), p=-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: gxnj
description: Add two numbers.
parameters:
- name: zb
type: float
description: first number to add
optional: False
- name: gf
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of zb and gf
- intent: agqme
description: Subtract two numbers.
parameters:
- name: o
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 o - j
- intent: tjhy
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: o
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / o
- intent: hikg
description: Multiply two numbers.
parameters:
- name: t
type: float
description: first number
optional: False
- name: l
type: float
description: second number
optional: False
return:
type: float
description: the product of t and l
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
45757 / ( -19 * ( 9 + -669 ) )
|
tjhy(l=45757, o=hikg(t=-19, l=gxnj(zb=9, gf=-669)))
|
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: bwtzf
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: uz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and uz
- intent: mhfeov
description: Subtract two numbers.
parameters:
- name: gc
type: float
description: the number to subtract from
optional: False
- name: gv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of gc - gv
- intent: kend
description: Divide two numbers.
parameters:
- name: r
type: float
description: numerator
optional: False
- name: t
type: float
description: denominator
optional: False
return:
type: float
description: the result of r / t
- intent: mhthg
description: Multiply two numbers.
parameters:
- name: zt
type: float
description: first number
optional: False
- name: s
type: float
description: second number
optional: False
return:
type: float
description: the product of zt and s
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-7 / ( ( 56071 + 803 / -14 ) / 0 + 86411 ) + 20758
|
bwtzf(p=kend(r=-7, t=bwtzf(p=kend(r=bwtzf(p=56071, uz=kend(r=803, t=-14)), t=0), uz=86411)), uz=20758)
|
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: jxmu
description: Add two numbers.
parameters:
- name: rn
type: float
description: first number to add
optional: False
- name: b
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of rn and b
- intent: doslcqx
description: Subtract two numbers.
parameters:
- name: l
type: float
description: the number to subtract from
optional: False
- name: ei
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of l - ei
- intent: fwpcr
description: Divide two numbers.
parameters:
- name: o
type: float
description: numerator
optional: False
- name: gs
type: float
description: denominator
optional: False
return:
type: float
description: the result of o / gs
- intent: ybetra
description: Multiply two numbers.
parameters:
- name: r
type: float
description: first number
optional: False
- name: l
type: float
description: second number
optional: False
return:
type: float
description: the product of r and l
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -528 - -9041 ) / -6 + -81 * -77289
|
jxmu(rn=fwpcr(o=doslcqx(l=-528, ei=-9041), gs=-6), b=ybetra(r=-81, l=-77289))
|
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: iczzjvf
description: Add two numbers.
parameters:
- name: az
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 az and l
- intent: gvaco
description: Subtract two numbers.
parameters:
- name: zj
type: float
description: the number to subtract from
optional: False
- name: cv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of zj - cv
- intent: lilv
description: Divide two numbers.
parameters:
- name: bq
type: float
description: numerator
optional: False
- name: ek
type: float
description: denominator
optional: False
return:
type: float
description: the result of bq / ek
- intent: fgc
description: Multiply two numbers.
parameters:
- name: l
type: float
description: first number
optional: False
- name: de
type: float
description: second number
optional: False
return:
type: float
description: the product of l and de
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 94 + 18323 - -8968 ) / -83851
|
lilv(bq=gvaco(zj=iczzjvf(az=94, l=18323), cv=-8968), ek=-83851)
|
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: gcdaksx
description: Add two numbers.
parameters:
- name: l
type: float
description: first number to add
optional: False
- name: f
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of l and f
- intent: qxfkap
description: Subtract two numbers.
parameters:
- name: fe
type: float
description: the number to subtract from
optional: False
- name: ff
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of fe - ff
- intent: qpj
description: Divide two numbers.
parameters:
- name: s
type: float
description: numerator
optional: False
- name: a
type: float
description: denominator
optional: False
return:
type: float
description: the result of s / a
- intent: ivqb
description: Multiply two numbers.
parameters:
- name: uu
type: float
description: first number
optional: False
- name: qk
type: float
description: second number
optional: False
return:
type: float
description: the product of uu and qk
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 25881 + -437 ) * 9143
|
ivqb(uu=gcdaksx(l=25881, f=-437), qk=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: lxtoeap
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: uem
description: Subtract two numbers.
parameters:
- name: tn
type: float
description: the number to subtract from
optional: False
- name: a
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of tn - a
- intent: xty
description: Divide two numbers.
parameters:
- name: o
type: float
description: numerator
optional: False
- name: pt
type: float
description: denominator
optional: False
return:
type: float
description: the result of o / pt
- intent: rntd
description: Multiply two numbers.
parameters:
- name: c
type: float
description: first number
optional: False
- name: yq
type: float
description: second number
optional: False
return:
type: float
description: the product of c and yq
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
577 * -7175 * 0 + -94 + 5917 * -5847
|
lxtoeap(s=rntd(c=577, yq=rntd(c=-7175, yq=0)), g=lxtoeap(s=-94, g=rntd(c=5917, yq=-5847)))
|
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: fofvlcr
description: Add two numbers.
parameters:
- name: kc
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 kc and x
- intent: trczab
description: Subtract two numbers.
parameters:
- name: z
type: float
description: the number to subtract from
optional: False
- name: xo
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of z - xo
- intent: hxnw
description: Divide two numbers.
parameters:
- name: h
type: float
description: numerator
optional: False
- name: nv
type: float
description: denominator
optional: False
return:
type: float
description: the result of h / nv
- intent: cvwftw
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: fh
type: float
description: second number
optional: False
return:
type: float
description: the product of b and fh
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
48 / -7 - -860 + ( -74475 - 459 ) * -18
|
fofvlcr(kc=trczab(z=hxnw(h=48, nv=-7), xo=-860), x=cvwftw(b=trczab(z=-74475, xo=459), fh=-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: ebrvt
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: ou
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and ou
- intent: zhcr
description: Subtract two numbers.
parameters:
- name: g
type: float
description: the number to subtract from
optional: False
- name: sv
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of g - sv
- intent: hpkynj
description: Divide two numbers.
parameters:
- name: d
type: float
description: numerator
optional: False
- name: z
type: float
description: denominator
optional: False
return:
type: float
description: the result of d / z
- intent: gqlelah
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: ge
type: float
description: second number
optional: False
return:
type: float
description: the product of g and ge
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( ( 175 - 53 ) / 543 + 51249 ) * ( -4595 - 34574 )
|
gqlelah(g=ebrvt(s=hpkynj(d=zhcr(g=175, sv=53), z=543), ou=51249), ge=zhcr(g=-4595, sv=34574))
|
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: dlf
description: Add two numbers.
parameters:
- name: l
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 l and m
- intent: pdx
description: Subtract two numbers.
parameters:
- name: c
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 c - k
- intent: yuj
description: Divide two numbers.
parameters:
- name: bu
type: float
description: numerator
optional: False
- name: qm
type: float
description: denominator
optional: False
return:
type: float
description: the result of bu / qm
- intent: xfsce
description: Multiply two numbers.
parameters:
- name: mr
type: float
description: first number
optional: False
- name: n
type: float
description: second number
optional: False
return:
type: float
description: the product of mr and n
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 9 - -9979 ) / ( ( 636 * 6004 + 1223 * -6 ) * -10 - -8114 )
|
yuj(bu=pdx(c=9, k=-9979), qm=pdx(c=xfsce(mr=dlf(l=xfsce(mr=636, n=6004), m=xfsce(mr=1223, n=-6)), n=-10), k=-8114))
|
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: dnl
description: Add two numbers.
parameters:
- name: j
type: float
description: first number to add
optional: False
- name: hb
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of j and hb
- intent: sky
description: Subtract two numbers.
parameters:
- name: uv
type: float
description: the number to subtract from
optional: False
- name: nk
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of uv - nk
- intent: irzkn
description: Divide two numbers.
parameters:
- name: v
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of v / m
- intent: qbsh
description: Multiply two numbers.
parameters:
- name: gr
type: float
description: first number
optional: False
- name: re
type: float
description: second number
optional: False
return:
type: float
description: the product of gr and re
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-5 * -99244 * -23 - ( 4856 + -8432 / -957 )
|
sky(uv=qbsh(gr=-5, re=qbsh(gr=-99244, re=-23)), nk=dnl(j=4856, hb=irzkn(v=-8432, m=-957)))
|
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: bjffbgs
description: Add two numbers.
parameters:
- name: e
type: float
description: first number to add
optional: False
- name: qh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of e and qh
- intent: mmrwrtd
description: Subtract two numbers.
parameters:
- name: g
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 g - b
- intent: vaw
description: Divide two numbers.
parameters:
- name: zy
type: float
description: numerator
optional: False
- name: j
type: float
description: denominator
optional: False
return:
type: float
description: the result of zy / j
- intent: hetl
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: v
type: float
description: second number
optional: False
return:
type: float
description: the product of k and v
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
86792 * -542 - -11 / -99003
|
mmrwrtd(g=hetl(k=86792, v=-542), b=vaw(zy=-11, j=-99003))
|
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: lnuece
description: Add two numbers.
parameters:
- name: p
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 p and u
- intent: lnxkkt
description: Subtract two numbers.
parameters:
- name: n
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 n - u
- intent: ybzvwrg
description: Divide two numbers.
parameters:
- name: yw
type: float
description: numerator
optional: False
- name: ok
type: float
description: denominator
optional: False
return:
type: float
description: the result of yw / ok
- intent: webskv
description: Multiply two numbers.
parameters:
- name: ff
type: float
description: first number
optional: False
- name: e
type: float
description: second number
optional: False
return:
type: float
description: the product of ff and e
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-75655 / -43190 + -1264 * 32550
|
lnuece(p=ybzvwrg(yw=-75655, ok=-43190), u=webskv(ff=-1264, e=32550))
|
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: gxnckj
description: Add two numbers.
parameters:
- name: hi
type: float
description: first number to add
optional: False
- name: tq
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of hi and tq
- intent: aotuy
description: Subtract two numbers.
parameters:
- name: jd
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 jd - bw
- intent: njdmzcn
description: Divide two numbers.
parameters:
- name: eh
type: float
description: numerator
optional: False
- name: w
type: float
description: denominator
optional: False
return:
type: float
description: the result of eh / w
- intent: dic
description: Multiply two numbers.
parameters:
- name: z
type: float
description: first number
optional: False
- name: uq
type: float
description: second number
optional: False
return:
type: float
description: the product of z and uq
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
1567 - 7081 + ( -4801 + 13834 ) / -7851 * -4
|
gxnckj(hi=aotuy(jd=1567, bw=7081), tq=dic(z=njdmzcn(eh=gxnckj(hi=-4801, tq=13834), w=-7851), uq=-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: ogsmf
description: Add two numbers.
parameters:
- name: rw
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 rw and t
- intent: wktoe
description: Subtract two numbers.
parameters:
- name: o
type: float
description: the number to subtract from
optional: False
- name: px
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of o - px
- intent: ifji
description: Divide two numbers.
parameters:
- name: ky
type: float
description: numerator
optional: False
- name: x
type: float
description: denominator
optional: False
return:
type: float
description: the result of ky / x
- intent: lnbc
description: Multiply two numbers.
parameters:
- name: f
type: float
description: first number
optional: False
- name: l
type: float
description: second number
optional: False
return:
type: float
description: the product of f and l
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
7 + -79 - 43
|
ogsmf(rw=7, t=wktoe(o=-79, px=43))
|
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: ysjzwhb
description: Add two numbers.
parameters:
- name: ix
type: float
description: first number to add
optional: False
- name: xe
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ix and xe
- intent: tjyrf
description: Subtract two numbers.
parameters:
- name: vl
type: float
description: the number to subtract from
optional: False
- name: wx
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vl - wx
- intent: fmtcur
description: Divide two numbers.
parameters:
- name: t
type: float
description: numerator
optional: False
- name: lp
type: float
description: denominator
optional: False
return:
type: float
description: the result of t / lp
- intent: rfx
description: Multiply two numbers.
parameters:
- name: n
type: float
description: first number
optional: False
- name: cf
type: float
description: second number
optional: False
return:
type: float
description: the product of n and cf
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 330 + 5 ) * ( -73 + 4 * -3714 - -2923 )
|
rfx(n=ysjzwhb(ix=330, xe=5), cf=ysjzwhb(ix=-73, xe=tjyrf(vl=rfx(n=4, cf=-3714), wx=-2923)))
|
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: alrt
description: Add two numbers.
parameters:
- name: ki
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 ki and r
- intent: kkiql
description: Subtract two numbers.
parameters:
- name: k
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 k - n
- intent: rvtp
description: Divide two numbers.
parameters:
- name: b
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of b / m
- intent: porieub
description: Multiply two numbers.
parameters:
- name: d
type: float
description: first number
optional: False
- name: gy
type: float
description: second number
optional: False
return:
type: float
description: the product of d and gy
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-43070 * 172 - -9879
|
kkiql(k=porieub(d=-43070, gy=172), n=-9879)
|
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: meijv
description: Add two numbers.
parameters:
- name: xg
type: float
description: first number to add
optional: False
- name: b
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xg and b
- intent: wher
description: Subtract two numbers.
parameters:
- name: o
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 o - d
- intent: vsrv
description: Divide two numbers.
parameters:
- name: jc
type: float
description: numerator
optional: False
- name: t
type: float
description: denominator
optional: False
return:
type: float
description: the result of jc / t
- intent: irmom
description: Multiply two numbers.
parameters:
- name: dv
type: float
description: first number
optional: False
- name: ib
type: float
description: second number
optional: False
return:
type: float
description: the product of dv and ib
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 23009 - ( -9 - 8482 ) + 518 / 3 * 37775 ) * ( -842 - -5 )
|
irmom(dv=meijv(xg=wher(o=23009, d=wher(o=-9, d=8482)), b=irmom(dv=vsrv(jc=518, t=3), ib=37775)), ib=wher(o=-842, d=-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: dsru
description: Add two numbers.
parameters:
- name: d
type: float
description: first number to add
optional: False
- name: lk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of d and lk
- intent: xueqq
description: Subtract two numbers.
parameters:
- name: dt
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 dt - i
- intent: emd
description: Divide two numbers.
parameters:
- name: oz
type: float
description: numerator
optional: False
- name: n
type: float
description: denominator
optional: False
return:
type: float
description: the result of oz / n
- intent: fgc
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: w
type: float
description: second number
optional: False
return:
type: float
description: the product of g and w
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -36256 / 125 + 7957 ) / ( 96862 * ( 20 + -8023 ) )
|
emd(oz=dsru(d=emd(oz=-36256, n=125), lk=7957), n=fgc(g=96862, w=dsru(d=20, lk=-8023)))
|
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: crcyfye
description: Add two numbers.
parameters:
- name: k
type: float
description: first number to add
optional: False
- name: hq
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of k and hq
- intent: kngkj
description: Subtract two numbers.
parameters:
- name: av
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 av - d
- intent: jywymtq
description: Divide two numbers.
parameters:
- name: bg
type: float
description: numerator
optional: False
- name: s
type: float
description: denominator
optional: False
return:
type: float
description: the result of bg / s
- intent: mpvhhjx
description: Multiply two numbers.
parameters:
- name: fn
type: float
description: first number
optional: False
- name: ga
type: float
description: second number
optional: False
return:
type: float
description: the product of fn and ga
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
27536 / ( 40 / ( -9015 * ( 599 - -2 + 9 ) ) - 52 / 6 )
|
jywymtq(bg=27536, s=kngkj(av=jywymtq(bg=40, s=mpvhhjx(fn=-9015, ga=crcyfye(k=kngkj(av=599, d=-2), hq=9))), d=jywymtq(bg=52, 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: fziugnb
description: Add two numbers.
parameters:
- name: ig
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 ig and w
- intent: gzj
description: Subtract two numbers.
parameters:
- name: p
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 p - z
- intent: vecal
description: Divide two numbers.
parameters:
- name: va
type: float
description: numerator
optional: False
- name: bk
type: float
description: denominator
optional: False
return:
type: float
description: the result of va / bk
- intent: ztf
description: Multiply two numbers.
parameters:
- name: x
type: float
description: first number
optional: False
- name: iy
type: float
description: second number
optional: False
return:
type: float
description: the product of x and iy
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
19 / ( ( -71 - -273 * 0 ) / ( -77711 * -46 ) )
|
vecal(va=19, bk=vecal(va=gzj(p=-71, z=ztf(x=-273, iy=0)), bk=ztf(x=-77711, iy=-46)))
|
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: pgpdb
description: Add two numbers.
parameters:
- name: sc
type: float
description: first number to add
optional: False
- name: qs
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of sc and qs
- intent: wxktzz
description: Subtract two numbers.
parameters:
- name: co
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 co - j
- intent: uavuv
description: Divide two numbers.
parameters:
- name: xx
type: float
description: numerator
optional: False
- name: jj
type: float
description: denominator
optional: False
return:
type: float
description: the result of xx / jj
- intent: unlb
description: Multiply two numbers.
parameters:
- name: v
type: float
description: first number
optional: False
- name: ai
type: float
description: second number
optional: False
return:
type: float
description: the product of v and ai
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 8360 + 9073 - ( -21888 - 1164 ) ) * -5517
|
unlb(v=wxktzz(co=pgpdb(sc=8360, qs=9073), j=wxktzz(co=-21888, j=1164)), ai=-5517)
|
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: fovnjvs
description: Add two numbers.
parameters:
- name: y
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 y and m
- intent: locdja
description: Subtract two numbers.
parameters:
- name: t
type: float
description: the number to subtract from
optional: False
- name: di
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of t - di
- intent: ofoext
description: Divide two numbers.
parameters:
- name: ln
type: float
description: numerator
optional: False
- name: hj
type: float
description: denominator
optional: False
return:
type: float
description: the result of ln / hj
- intent: pinjkr
description: Multiply two numbers.
parameters:
- name: c
type: float
description: first number
optional: False
- name: y
type: float
description: second number
optional: False
return:
type: float
description: the product of c and y
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
8708 / 88549 - ( 8362 + 7846 + 43598 - ( -44 * -43 + 89 ) )
|
locdja(t=ofoext(ln=8708, hj=88549), di=locdja(t=fovnjvs(y=8362, m=fovnjvs(y=7846, m=43598)), di=fovnjvs(y=pinjkr(c=-44, y=-43), m=89)))
|
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: ynbn
description: Add two numbers.
parameters:
- name: c
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 c and s
- intent: fwjmli
description: Subtract two numbers.
parameters:
- name: dc
type: float
description: the number to subtract from
optional: False
- name: x
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of dc - x
- intent: hpcc
description: Divide two numbers.
parameters:
- name: xu
type: float
description: numerator
optional: False
- name: f
type: float
description: denominator
optional: False
return:
type: float
description: the result of xu / f
- intent: nyh
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: zd
type: float
description: second number
optional: False
return:
type: float
description: the product of b and zd
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
628 * 2223 * 25 / 5712
|
nyh(b=628, zd=nyh(b=2223, zd=hpcc(xu=25, f=5712)))
|
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: okjakc
description: Add two numbers.
parameters:
- name: k
type: float
description: first number to add
optional: False
- name: qm
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of k and qm
- intent: rkr
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: giq
description: Divide two numbers.
parameters:
- name: c
type: float
description: numerator
optional: False
- name: za
type: float
description: denominator
optional: False
return:
type: float
description: the result of c / za
- intent: ctrxtuw
description: Multiply two numbers.
parameters:
- name: u
type: float
description: first number
optional: False
- name: o
type: float
description: second number
optional: False
return:
type: float
description: the product of u and o
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-4 * ( -2048 * ( 0 - 5 / 5 ) + 30 ) / 22205
|
giq(c=ctrxtuw(u=-4, o=okjakc(k=ctrxtuw(u=-2048, o=rkr(j=0, z=giq(c=5, za=5))), qm=30)), za=22205)
|
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: qtcb
description: Add two numbers.
parameters:
- name: le
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 le and l
- intent: afqoow
description: Subtract two numbers.
parameters:
- name: l
type: float
description: the number to subtract from
optional: False
- name: zo
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of l - zo
- intent: fqpu
description: Divide two numbers.
parameters:
- name: xu
type: float
description: numerator
optional: False
- name: z
type: float
description: denominator
optional: False
return:
type: float
description: the result of xu / z
- intent: jcyl
description: Multiply two numbers.
parameters:
- name: mu
type: float
description: first number
optional: False
- name: mw
type: float
description: second number
optional: False
return:
type: float
description: the product of mu and mw
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
6904 * 29 / -6560
|
fqpu(xu=jcyl(mu=6904, mw=29), z=-6560)
|
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: xippsl
description: Add two numbers.
parameters:
- name: qn
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 qn and m
- intent: wuwy
description: Subtract two numbers.
parameters:
- name: g
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 g - c
- intent: yfsgxx
description: Divide two numbers.
parameters:
- name: r
type: float
description: numerator
optional: False
- name: vm
type: float
description: denominator
optional: False
return:
type: float
description: the result of r / vm
- intent: ekba
description: Multiply two numbers.
parameters:
- name: wy
type: float
description: first number
optional: False
- name: ri
type: float
description: second number
optional: False
return:
type: float
description: the product of wy and ri
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -4 * 8 - ( -87866 * -53088 + 8 ) ) * -9
|
ekba(wy=wuwy(g=ekba(wy=-4, ri=8), c=xippsl(qn=ekba(wy=-87866, ri=-53088), m=8)), ri=-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: laccwc
description: Add two numbers.
parameters:
- name: b
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 b and xv
- intent: kryexwz
description: Subtract two numbers.
parameters:
- name: yq
type: float
description: the number to subtract from
optional: False
- name: hx
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of yq - hx
- intent: ppbur
description: Divide two numbers.
parameters:
- name: so
type: float
description: numerator
optional: False
- name: qu
type: float
description: denominator
optional: False
return:
type: float
description: the result of so / qu
- intent: vnkgugh
description: Multiply two numbers.
parameters:
- name: r
type: float
description: first number
optional: False
- name: hx
type: float
description: second number
optional: False
return:
type: float
description: the product of r and hx
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-309 + 50675 / -943
|
laccwc(b=-309, xv=ppbur(so=50675, qu=-943))
|
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: yje
description: Add two numbers.
parameters:
- name: xg
type: float
description: first number to add
optional: False
- name: at
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xg and at
- intent: deznn
description: Subtract two numbers.
parameters:
- name: m
type: float
description: the number to subtract from
optional: False
- name: hw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of m - hw
- intent: jrijxj
description: Divide two numbers.
parameters:
- name: kv
type: float
description: numerator
optional: False
- name: m
type: float
description: denominator
optional: False
return:
type: float
description: the result of kv / m
- intent: ioichjy
description: Multiply two numbers.
parameters:
- name: gk
type: float
description: first number
optional: False
- name: k
type: float
description: second number
optional: False
return:
type: float
description: the product of gk and k
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
3 / -24183 - ( -3077 / ( -21 - 991 ) - 0 )
|
deznn(m=jrijxj(kv=3, m=-24183), hw=deznn(m=jrijxj(kv=-3077, m=deznn(m=-21, hw=991)), hw=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: pllrs
description: Add two numbers.
parameters:
- name: yf
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 yf and i
- intent: uaw
description: Subtract two numbers.
parameters:
- name: r
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 r - u
- intent: mowexy
description: Divide two numbers.
parameters:
- name: o
type: float
description: numerator
optional: False
- name: c
type: float
description: denominator
optional: False
return:
type: float
description: the result of o / c
- intent: fds
description: Multiply two numbers.
parameters:
- name: jn
type: float
description: first number
optional: False
- name: bf
type: float
description: second number
optional: False
return:
type: float
description: the product of jn and bf
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
8 * -2414 / ( -96 + -84527 )
|
mowexy(o=fds(jn=8, bf=-2414), c=pllrs(yf=-96, i=-84527))
|
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: fqgj
description: Add two numbers.
parameters:
- name: x
type: float
description: first number to add
optional: False
- name: kq
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of x and kq
- intent: hnguj
description: Subtract two numbers.
parameters:
- name: wx
type: float
description: the number to subtract from
optional: False
- name: lh
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of wx - lh
- intent: twkpjng
description: Divide two numbers.
parameters:
- name: rx
type: float
description: numerator
optional: False
- name: y
type: float
description: denominator
optional: False
return:
type: float
description: the result of rx / y
- intent: ypfu
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: q
type: float
description: second number
optional: False
return:
type: float
description: the product of g and q
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
413 / ( -837 * -590 ) * 1667 * -9
|
ypfu(g=twkpjng(rx=413, y=ypfu(g=-837, q=-590)), q=ypfu(g=1667, q=-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: izigl
description: Add two numbers.
parameters:
- name: tu
type: float
description: first number to add
optional: False
- name: si
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of tu and si
- intent: sudkx
description: Subtract two numbers.
parameters:
- name: b
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 b - e
- intent: krsyr
description: Divide two numbers.
parameters:
- name: w
type: float
description: numerator
optional: False
- name: k
type: float
description: denominator
optional: False
return:
type: float
description: the result of w / k
- intent: emh
description: Multiply two numbers.
parameters:
- name: cs
type: float
description: first number
optional: False
- name: g
type: float
description: second number
optional: False
return:
type: float
description: the product of cs and g
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
5 - ( -954 - -5 ) / -57238 + 8 / 7
|
izigl(tu=sudkx(b=5, e=krsyr(w=sudkx(b=-954, e=-5), k=-57238)), si=krsyr(w=8, k=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: jzlrd
description: Add two numbers.
parameters:
- name: ds
type: float
description: first number to add
optional: False
- name: nh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of ds and nh
- intent: jgm
description: Subtract two numbers.
parameters:
- name: vb
type: float
description: the number to subtract from
optional: False
- name: aw
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of vb - aw
- intent: isdszx
description: Divide two numbers.
parameters:
- name: ag
type: float
description: numerator
optional: False
- name: i
type: float
description: denominator
optional: False
return:
type: float
description: the result of ag / i
- intent: avfrvxt
description: Multiply two numbers.
parameters:
- name: dw
type: float
description: first number
optional: False
- name: i
type: float
description: second number
optional: False
return:
type: float
description: the product of dw and i
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -3386 - -65670 ) / ( -956 * 343 )
|
isdszx(ag=jgm(vb=-3386, aw=-65670), i=avfrvxt(dw=-956, i=343))
|
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: mgxbext
description: Add two numbers.
parameters:
- name: xw
type: float
description: first number to add
optional: False
- name: cb
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of xw and cb
- intent: nsc
description: Subtract two numbers.
parameters:
- name: b
type: float
description: the number to subtract from
optional: False
- name: ry
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of b - ry
- intent: rabfp
description: Divide two numbers.
parameters:
- name: mx
type: float
description: numerator
optional: False
- name: a
type: float
description: denominator
optional: False
return:
type: float
description: the result of mx / a
- intent: odrv
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: k
type: float
description: second number
optional: False
return:
type: float
description: the product of b and k
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-58 + -47 * 0 / -5546 - ( 6349 - ( -254 - 5 ) )
|
nsc(b=mgxbext(xw=-58, cb=odrv(b=-47, k=rabfp(mx=0, a=-5546))), ry=nsc(b=6349, ry=nsc(b=-254, ry=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: anaqxaq
description: Add two numbers.
parameters:
- name: x
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 x and mx
- intent: kbgtr
description: Subtract two numbers.
parameters:
- name: f
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 f - i
- intent: kkt
description: Divide two numbers.
parameters:
- name: kk
type: float
description: numerator
optional: False
- name: f
type: float
description: denominator
optional: False
return:
type: float
description: the result of kk / f
- intent: glthcvn
description: Multiply two numbers.
parameters:
- name: ze
type: float
description: first number
optional: False
- name: tt
type: float
description: second number
optional: False
return:
type: float
description: the product of ze and tt
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-205 - -25 + ( 2 - -1834 ) * ( -9 - -75 ) - ( 9 - 2926 )
|
kbgtr(f=anaqxaq(x=kbgtr(f=-205, i=-25), mx=glthcvn(ze=kbgtr(f=2, i=-1834), tt=kbgtr(f=-9, i=-75))), i=kbgtr(f=9, i=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: evakr
description: Add two numbers.
parameters:
- name: p
type: float
description: first number to add
optional: False
- name: jz
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of p and jz
- intent: ybezzev
description: Subtract two numbers.
parameters:
- name: w
type: float
description: the number to subtract from
optional: False
- name: zr
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of w - zr
- intent: emotvl
description: Divide two numbers.
parameters:
- name: vm
type: float
description: numerator
optional: False
- name: h
type: float
description: denominator
optional: False
return:
type: float
description: the result of vm / h
- intent: atb
description: Multiply two numbers.
parameters:
- name: b
type: float
description: first number
optional: False
- name: it
type: float
description: second number
optional: False
return:
type: float
description: the product of b and it
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
8 / -89471 - ( -56 + 6842 + 64 )
|
ybezzev(w=emotvl(vm=8, h=-89471), zr=evakr(p=-56, jz=evakr(p=6842, jz=64)))
|
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: xcw
description: Add two numbers.
parameters:
- name: s
type: float
description: first number to add
optional: False
- name: el
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of s and el
- intent: oxs
description: Subtract two numbers.
parameters:
- name: mh
type: float
description: the number to subtract from
optional: False
- name: ny
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of mh - ny
- intent: ieerjt
description: Divide two numbers.
parameters:
- name: gx
type: float
description: numerator
optional: False
- name: bl
type: float
description: denominator
optional: False
return:
type: float
description: the result of gx / bl
- intent: myfhzv
description: Multiply two numbers.
parameters:
- name: k
type: float
description: first number
optional: False
- name: y
type: float
description: second number
optional: False
return:
type: float
description: the product of k and y
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 78906 + -812 + -25 ) / -9 * -90 * 11423 / 73159
|
ieerjt(gx=myfhzv(k=ieerjt(gx=xcw(s=78906, el=xcw(s=-812, el=-25)), bl=-9), y=myfhzv(k=-90, y=11423)), bl=73159)
|
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: hfl
description: Add two numbers.
parameters:
- name: i
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 i and a
- intent: vqdg
description: Subtract two numbers.
parameters:
- name: m
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 m - s
- intent: uwwyp
description: Divide two numbers.
parameters:
- name: v
type: float
description: numerator
optional: False
- name: rv
type: float
description: denominator
optional: False
return:
type: float
description: the result of v / rv
- intent: cdq
description: Multiply two numbers.
parameters:
- name: s
type: float
description: first number
optional: False
- name: h
type: float
description: second number
optional: False
return:
type: float
description: the product of s and h
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( -606 + 322 ) * 5 * 83024 - -94409
|
vqdg(m=cdq(s=hfl(i=-606, a=322), h=cdq(s=5, h=83024)), s=-94409)
|
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: czlx
description: Add two numbers.
parameters:
- name: uv
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 uv and w
- intent: lzgnvf
description: Subtract two numbers.
parameters:
- name: vm
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 vm - i
- intent: einm
description: Divide two numbers.
parameters:
- name: md
type: float
description: numerator
optional: False
- name: t
type: float
description: denominator
optional: False
return:
type: float
description: the result of md / t
- intent: ahfizk
description: Multiply two numbers.
parameters:
- name: ej
type: float
description: first number
optional: False
- name: p
type: float
description: second number
optional: False
return:
type: float
description: the product of ej and p
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 8 + ( 903 + -241 ) * -87903 ) / ( 97 * 429 )
|
einm(md=czlx(uv=8, w=ahfizk(ej=czlx(uv=903, w=-241), p=-87903)), t=ahfizk(ej=97, p=429))
|
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: xdlhgnv
description: Add two numbers.
parameters:
- name: b
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 b and m
- intent: tgmlsp
description: Subtract two numbers.
parameters:
- name: ng
type: float
description: the number to subtract from
optional: False
- name: xg
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of ng - xg
- intent: hqy
description: Divide two numbers.
parameters:
- name: i
type: float
description: numerator
optional: False
- name: hp
type: float
description: denominator
optional: False
return:
type: float
description: the result of i / hp
- intent: jeexqvv
description: Multiply two numbers.
parameters:
- name: s
type: float
description: first number
optional: False
- name: c
type: float
description: second number
optional: False
return:
type: float
description: the product of s and c
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
9 - ( -45 + 36796 ) * 1582
|
tgmlsp(ng=9, xg=jeexqvv(s=xdlhgnv(b=-45, m=36796), c=1582))
|
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: nsflua
description: Add two numbers.
parameters:
- name: g
type: float
description: first number to add
optional: False
- name: z
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of g and z
- intent: ikgd
description: Subtract two numbers.
parameters:
- name: j
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 j - d
- intent: ubwax
description: Divide two numbers.
parameters:
- name: ne
type: float
description: numerator
optional: False
- name: km
type: float
description: denominator
optional: False
return:
type: float
description: the result of ne / km
- intent: gitz
description: Multiply two numbers.
parameters:
- name: dq
type: float
description: first number
optional: False
- name: f
type: float
description: second number
optional: False
return:
type: float
description: the product of dq and f
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 39846 + 5254 ) * -21057 / 20610 * -59663 / ( 40 * 0 ) + -13051
|
nsflua(g=gitz(dq=nsflua(g=39846, z=5254), f=gitz(dq=ubwax(ne=-21057, km=20610), f=ubwax(ne=-59663, km=gitz(dq=40, f=0)))), z=-13051)
|
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: mfdl
description: Add two numbers.
parameters:
- name: d
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 d and h
- intent: mqhvb
description: Subtract two numbers.
parameters:
- name: rl
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 rl - q
- intent: juo
description: Divide two numbers.
parameters:
- name: l
type: float
description: numerator
optional: False
- name: xw
type: float
description: denominator
optional: False
return:
type: float
description: the result of l / xw
- intent: pqvedsj
description: Multiply two numbers.
parameters:
- name: dq
type: float
description: first number
optional: False
- name: m
type: float
description: second number
optional: False
return:
type: float
description: the product of dq and m
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 618 + 3 + 2505 ) * 622 / 6431
|
pqvedsj(dq=mfdl(d=618, h=mfdl(d=3, h=2505)), m=juo(l=622, xw=6431))
|
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: ehomzs
description: Add two numbers.
parameters:
- name: od
type: float
description: first number to add
optional: False
- name: kk
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of od and kk
- intent: zandop
description: Subtract two numbers.
parameters:
- name: j
type: float
description: the number to subtract from
optional: False
- name: za
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of j - za
- intent: ozgt
description: Divide two numbers.
parameters:
- name: df
type: float
description: numerator
optional: False
- name: p
type: float
description: denominator
optional: False
return:
type: float
description: the result of df / p
- intent: riclbsf
description: Multiply two numbers.
parameters:
- name: nl
type: float
description: first number
optional: False
- name: w
type: float
description: second number
optional: False
return:
type: float
description: the product of nl and w
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-653 * ( -16 + -548 + 99 - -74715 * 6126 )
|
riclbsf(nl=-653, w=zandop(j=ehomzs(od=-16, kk=ehomzs(od=-548, kk=99)), za=riclbsf(nl=-74715, w=6126)))
|
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: dqsweus
description: Add two numbers.
parameters:
- name: hu
type: float
description: first number to add
optional: False
- name: z
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of hu and z
- intent: xnrung
description: Subtract two numbers.
parameters:
- name: m
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 m - t
- intent: wan
description: Divide two numbers.
parameters:
- name: e
type: float
description: numerator
optional: False
- name: qo
type: float
description: denominator
optional: False
return:
type: float
description: the result of e / qo
- intent: hwcyc
description: Multiply two numbers.
parameters:
- name: l
type: float
description: first number
optional: False
- name: jg
type: float
description: second number
optional: False
return:
type: float
description: the product of l and jg
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-15542 / ( 17437 + -69 )
|
wan(e=-15542, qo=dqsweus(hu=17437, z=-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: iskshr
description: Add two numbers.
parameters:
- name: y
type: float
description: first number to add
optional: False
- name: vc
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of y and vc
- intent: kag
description: Subtract two numbers.
parameters:
- name: uy
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 uy - n
- intent: wkiyii
description: Divide two numbers.
parameters:
- name: zy
type: float
description: numerator
optional: False
- name: g
type: float
description: denominator
optional: False
return:
type: float
description: the result of zy / g
- intent: untxfzq
description: Multiply two numbers.
parameters:
- name: q
type: float
description: first number
optional: False
- name: nb
type: float
description: second number
optional: False
return:
type: float
description: the product of q and nb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 57 + 48675 ) / -347 - ( -64893 - 55 ) / ( ( 4533 + 71 ) * -62269 )
|
kag(uy=wkiyii(zy=iskshr(y=57, vc=48675), g=-347), n=wkiyii(zy=kag(uy=-64893, n=55), g=untxfzq(q=iskshr(y=4533, vc=71), nb=-62269)))
|
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: ddmws
description: Add two numbers.
parameters:
- name: i
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 i and r
- intent: lfzvfct
description: Subtract two numbers.
parameters:
- name: jm
type: float
description: the number to subtract from
optional: False
- name: kj
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of jm - kj
- intent: jyywobk
description: Divide two numbers.
parameters:
- name: jv
type: float
description: numerator
optional: False
- name: ys
type: float
description: denominator
optional: False
return:
type: float
description: the result of jv / ys
- intent: iiinrs
description: Multiply two numbers.
parameters:
- name: jp
type: float
description: first number
optional: False
- name: rb
type: float
description: second number
optional: False
return:
type: float
description: the product of jp and rb
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-403 - 51 + 6061
|
ddmws(i=lfzvfct(jm=-403, kj=51), r=6061)
|
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: smzz
description: Add two numbers.
parameters:
- name: nw
type: float
description: first number to add
optional: False
- name: bq
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of nw and bq
- intent: iwgw
description: Subtract two numbers.
parameters:
- name: y
type: float
description: the number to subtract from
optional: False
- name: vk
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of y - vk
- intent: lzga
description: Divide two numbers.
parameters:
- name: f
type: float
description: numerator
optional: False
- name: e
type: float
description: denominator
optional: False
return:
type: float
description: the result of f / e
- intent: yxkjmk
description: Multiply two numbers.
parameters:
- name: ht
type: float
description: first number
optional: False
- name: rk
type: float
description: second number
optional: False
return:
type: float
description: the product of ht and rk
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 8902 - 0 ) * 486
|
yxkjmk(ht=iwgw(y=8902, vk=0), rk=486)
|
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: eyigkxx
description: Add two numbers.
parameters:
- name: sf
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 sf and m
- intent: ojr
description: Subtract two numbers.
parameters:
- name: z
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 z - r
- intent: oobajox
description: Divide two numbers.
parameters:
- name: sv
type: float
description: numerator
optional: False
- name: nz
type: float
description: denominator
optional: False
return:
type: float
description: the result of sv / nz
- intent: ejlyow
description: Multiply two numbers.
parameters:
- name: ym
type: float
description: first number
optional: False
- name: u
type: float
description: second number
optional: False
return:
type: float
description: the product of ym and u
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 416 + 90 ) / ( ( 42 - 3774 ) / -3 )
|
oobajox(sv=eyigkxx(sf=416, m=90), nz=oobajox(sv=ojr(z=42, r=3774), nz=-3))
|
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: fqzqfsr
description: Add two numbers.
parameters:
- name: q
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 q and g
- intent: wceylm
description: Subtract two numbers.
parameters:
- name: hf
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 hf - y
- intent: dtnkxvb
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: klovm
description: Multiply two numbers.
parameters:
- name: d
type: float
description: first number
optional: False
- name: r
type: float
description: second number
optional: False
return:
type: float
description: the product of d and r
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-2267 + -6568 * -106 / -80162
|
fqzqfsr(q=-2267, g=klovm(d=-6568, r=dtnkxvb(s=-106, n=-80162)))
|
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: pbr
description: Add two numbers.
parameters:
- name: b
type: float
description: first number to add
optional: False
- name: et
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of b and et
- intent: meb
description: Subtract two numbers.
parameters:
- name: n
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 n - z
- intent: okodzse
description: Divide two numbers.
parameters:
- name: q
type: float
description: numerator
optional: False
- name: l
type: float
description: denominator
optional: False
return:
type: float
description: the result of q / l
- intent: pgsofcj
description: Multiply two numbers.
parameters:
- name: qe
type: float
description: first number
optional: False
- name: zy
type: float
description: second number
optional: False
return:
type: float
description: the product of qe and zy
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
8 + -84118 - ( -8214 + -6 )
|
meb(n=pbr(b=8, et=-84118), z=pbr(b=-8214, et=-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: gfl
description: Add two numbers.
parameters:
- name: wu
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 wu and i
- intent: gjepfgv
description: Subtract two numbers.
parameters:
- name: s
type: float
description: the number to subtract from
optional: False
- name: gy
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of s - gy
- intent: abfjf
description: Divide two numbers.
parameters:
- name: sn
type: float
description: numerator
optional: False
- name: d
type: float
description: denominator
optional: False
return:
type: float
description: the result of sn / d
- intent: bibt
description: Multiply two numbers.
parameters:
- name: y
type: float
description: first number
optional: False
- name: kr
type: float
description: second number
optional: False
return:
type: float
description: the product of y and kr
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-16794 / ( ( 77340 * 5653 - 3289 ) * 720 ) + -7 - -29595
|
gfl(wu=abfjf(sn=-16794, d=bibt(y=gjepfgv(s=bibt(y=77340, kr=5653), gy=3289), kr=720)), i=gjepfgv(s=-7, gy=-29595))
|
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: smdf
description: Add two numbers.
parameters:
- name: z
type: float
description: first number to add
optional: False
- name: oh
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of z and oh
- intent: touy
description: Subtract two numbers.
parameters:
- name: xa
type: float
description: the number to subtract from
optional: False
- name: vb
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of xa - vb
- intent: duiznp
description: Divide two numbers.
parameters:
- name: xk
type: float
description: numerator
optional: False
- name: p
type: float
description: denominator
optional: False
return:
type: float
description: the result of xk / p
- intent: eldt
description: Multiply two numbers.
parameters:
- name: p
type: float
description: first number
optional: False
- name: qp
type: float
description: second number
optional: False
return:
type: float
description: the product of p and qp
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
-783 / 0 + -71 + -326 * 47244
|
smdf(z=duiznp(xk=-783, p=0), oh=smdf(z=-71, oh=eldt(p=-326, qp=47244)))
|
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: jdgbbcv
description: Add two numbers.
parameters:
- name: v
type: float
description: first number to add
optional: False
- name: uc
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of v and uc
- intent: xtbhbj
description: Subtract two numbers.
parameters:
- name: m
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 m - n
- intent: oofvjl
description: Divide two numbers.
parameters:
- name: wy
type: float
description: numerator
optional: False
- name: a
type: float
description: denominator
optional: False
return:
type: float
description: the result of wy / a
- intent: imbrtv
description: Multiply two numbers.
parameters:
- name: s
type: float
description: first number
optional: False
- name: o
type: float
description: second number
optional: False
return:
type: float
description: the product of s and o
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 352 + 139 / -776 ) * -8
|
imbrtv(s=jdgbbcv(v=352, uc=oofvjl(wy=139, a=-776)), o=-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: ayvum
description: Add two numbers.
parameters:
- name: aa
type: float
description: first number to add
optional: False
- name: qo
type: float
description: second number to add
optional: False
return:
type: float
description: the sum of aa and qo
- intent: qokjrvm
description: Subtract two numbers.
parameters:
- name: m
type: float
description: the number to subtract from
optional: False
- name: jy
type: float
description: the number to subtract
optional: False
return:
type: float
description: the result of m - jy
- intent: ybnv
description: Divide two numbers.
parameters:
- name: u
type: float
description: numerator
optional: False
- name: tu
type: float
description: denominator
optional: False
return:
type: float
description: the result of u / tu
- intent: kqzhvox
description: Multiply two numbers.
parameters:
- name: g
type: float
description: first number
optional: False
- name: gl
type: float
description: second number
optional: False
return:
type: float
description: the product of g and gl
QUERY_FILL cannot be used as no information can be retrieved at runtime.
|
( 86692 - ( -21186 + -2 ) * -52329 ) / ( 398 / -3 )
|
ybnv(u=qokjrvm(m=86692, jy=kqzhvox(g=ayvum(aa=-21186, qo=-2), gl=-52329)), tu=ybnv(u=398, tu=-3))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.