Method

FoundryAcpPromptResultdup_raw_stop_reason

unstable since: 1.2

Declaration [src]

char*
foundry_acp_prompt_result_dup_raw_stop_reason (
  FoundryAcpPromptResult* self
)

Description

No description available.

Available since: 1.2

Return value

Type: char*

The protocol stop reason.

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.