Gonka Second Opinion (multi-model)
gonka_second_opinionGet a SECOND OPINION: run one prompt across Gonka models in parallel and return each answer for comparison. Your own model stays in charge — use this to sanity-check a decision, test a hypothesis, or see where other models/viewpoints agree or differ, without switching your main provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share | No | Default False. Set True ONLY when the user explicitly wants a shareable public link. It creates a PUBLIC (unlisted) web page at gogonka.com/o/<id> showing the question and answers, and returns `share_url`. Warn the user the page is public before sharing. Publication is refused if the text looks like it holds an API key/secret. | |
| prompt | Yes | The question to put to every opinion (required). | |
| system | No | Optional base system instruction applied to all. | |
| synthesis | No | Optional. When sharing (share=True), pass YOUR short comparison of the opinions (where they agree / differ, your takeaway) — it is shown on the page as the asking agent's take. Leave empty if you have none; the page still shows a text-similarity signal. | |
| max_tokens | No | Max completion tokens per opinion (kept low — this fans out). | |
| perspectives | No | Optional list of short role/stance labels (max 5). Each becomes one independent opinion. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||