Method

FoundryLlmTooldup_description

Declaration [src]

char*
foundry_llm_tool_dup_description (
  FoundryLlmTool* self
)

Description [src]

Gets the “description” of a tool which may be provided to the model.

This should describe what the function does.

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.