agently-model-response

Use when the user wants to reuse one model result, read text/data/meta without re-requesting, or stream partial updates, including `get_response()`, async getters, `delta`, `instant`, and `specific`.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agently-model-response" with this command: npx skills add agentera/agently-skills/agentera-agently-skills-agently-model-response

Agently Model Response

Use this skill when the output contract is already chosen and the remaining issue is how the response instance should be consumed or reused.

The user does not need to say get_response(). Requests to reuse one result as text, parsed data, metadata, or progressive updates should route here.

Native-First Rules

  • prefer get_response() when one request result must be consumed more than once
  • prefer async response APIs in async runtimes
  • use delta, instant, specific, or all instead of custom stream splitting logic

Anti-Patterns

  • do not re-issue the same request to obtain text, data, and metadata separately
  • do not build ad hoc field-level stream parsers when instant or streaming_parse already fits

Read Next

  • references/overview.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agently-playbook

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-model-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-output-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-langgraph-to-triggerflow

No summary provided by upstream source.

Repository SourceNeeds Review