Skip to main content

askAccord

Answer a free-form question about an accord using AI. Builds a prompt from the accord's stages, summary, team, and discussion history, runs the model, and records the answer as a system-AI comment on the discussion. The model call is bounded at 45 seconds; on expiry the request is aborted and the query fails with a top-level GraphQL error.

askAccord(
accordId: String!
query: String!
discussionId: String!
): AskAccordPayload

Arguments

askAccord.accordId ● String! non-null scalar

The accord to ground the question in.

askAccord.query ● String! non-null scalar

The user's question to answer.

askAccord.discussionId ● String! non-null scalar

The discussion to record the AI answer against as a comment.

Type

AskAccordPayload object

Result of an AI question asked against an accord's context.