x
)"result"
field. If an error occurs,
the "status"
field will be set to "error"
with a
corresponding "message"
.
"result"
field. If an error occurs, the JSON
string will include an "error"
field with the corresponding
error message.
"result"
field. If an error occurs, the JSON string
will include an "error"
field with the corresponding error
message.
"result"
field. Each solution is represented as
a tuple of values corresponding to the variables. If an
error occurs, the JSON string will include an "error"
field with the corresponding error message.
"result"
field. Each solution is
represented as a tuple of values corresponding to the
variables. If an error occurs, the JSON string will
include an "error"
field with the corresponding
error message.
"result"
field. The solution is represented in a symbolic
format (e.g., intervals or expressions). If an error occurs,
the JSON string will include an "error"
field with the
corresponding error message.
"result"
field. The solution is represented in
a symbolic format (e.g., combined intervals or expressions).
If an error occurs, the JSON string will include an "error"
field with the corresponding error message.
"result"
field. The polynomial is returned
in a symbolic format. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. The coefficients are
ordered from the highest degree term to the constant term.
If an error occurs, the JSON string will include an `“error”
field with the corresponding error message.
"result"
field. Each solution is represented as a string.
If an error occurs, the JSON string will include an "error"
field with the corresponding error message.
"result"
field. The roots are represented as a list of
solutions. If an error occurs, the JSON string will include
a "status"
field set to "error"
and a "message"
field
with the corresponding error description.
"result"
field. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. If an error occurs, the JSON string
will include an "error"
field with the corresponding error
message.
"result"
field. If an error occurs,
the JSON string will include an "error"
field with the
corresponding error message.
"result"
field. If an error occurs, the JSON string
will include an "error"
field with the corresponding error
message.
"result"
field. The critical points are returned as a
list of values corresponding to the variable. If an error
occurs, the JSON string will include an "error"
field with
the corresponding error message.
"result"
field. The result will be "True"
if the
expression is continuous at the given point, otherwise
"False"
. If an error occurs, the JSON string will include
an "error"
field with the corresponding error message.
"result"
field. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. The inverse is represented in a symbolic
matrix format. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. The eigenvalues are represented as a
dictionary where keys are the eigenvalues (as strings) and
values are their multiplicities (as strings). If an error
occurs, the JSON string will include an "error"
field
with the corresponding error message.
"result"
field. Each eigenvalue is represented as a
dictionary with the following keys:
"eigenvalue"
: The eigenvalue (as a string)."multiplicity"
: The multiplicity of the eigenvalue
(as an integer)."eigenvectors"
: A list of eigenvectors
(each represented as a string)."error"
field with the corresponding error message.
"result"
field. The null space is represented as a list of
basis vectors, where each vector is given as a string in
symbolic format. If an error occurs, the JSON string will
include an "error"
field with the corresponding error
message.
"result"
field. The rank is represented as an integer.
If an error occurs,the JSON string will include an
"error"
field with the corresponding error message.
"result"
field. If an error occurs, the JSON string will include an
"error"
field with the corresponding error message.
"status"
: Always set to "error"
."message"
: A string representation of the
exception message.FunctionTool
objects representing
the toolkit’s methods, making them accessible to the agent.