|
79823 | 79823 | "id": "actor", |
79824 | 79824 | "href": "/graphql/reference/interfaces#actor" |
79825 | 79825 | }, |
| 79826 | + { |
| 79827 | + "name": "Agentic", |
| 79828 | + "id": "agentic", |
| 79829 | + "href": "/graphql/reference/interfaces#agentic" |
| 79830 | + }, |
79826 | 79831 | { |
79827 | 79832 | "name": "Node", |
79828 | 79833 | "id": "node", |
|
82952 | 82957 | "kind": "scalars", |
82953 | 82958 | "href": "/graphql/reference/scalars#boolean" |
82954 | 82959 | }, |
| 82960 | + { |
| 82961 | + "name": "viewerCopilotAgentCreatesChannel", |
| 82962 | + "description": "<p>Channel value for subscribing to live updates for session creations.</p>", |
| 82963 | + "type": "String", |
| 82964 | + "id": "string", |
| 82965 | + "kind": "scalars", |
| 82966 | + "href": "/graphql/reference/scalars#string" |
| 82967 | + }, |
| 82968 | + { |
| 82969 | + "name": "viewerCopilotAgentLogUpdatesChannel", |
| 82970 | + "description": "<p>Channel value for subscribing to live updates for session log updates.</p>", |
| 82971 | + "type": "String", |
| 82972 | + "id": "string", |
| 82973 | + "kind": "scalars", |
| 82974 | + "href": "/graphql/reference/scalars#string" |
| 82975 | + }, |
| 82976 | + { |
| 82977 | + "name": "viewerCopilotAgentUpdatesChannel", |
| 82978 | + "description": "<p>Channel value for subscribing to live updates for session updates.</p>", |
| 82979 | + "type": "String", |
| 82980 | + "id": "string", |
| 82981 | + "kind": "scalars", |
| 82982 | + "href": "/graphql/reference/scalars#string" |
| 82983 | + }, |
82955 | 82984 | { |
82956 | 82985 | "name": "viewerIsFollowing", |
82957 | 82986 | "description": "<p>Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.</p>", |
|
84846 | 84875 | } |
84847 | 84876 | ] |
84848 | 84877 | }, |
| 84878 | + { |
| 84879 | + "name": "Agentic", |
| 84880 | + "kind": "interfaces", |
| 84881 | + "id": "agentic", |
| 84882 | + "href": "/graphql/reference/interfaces#agentic", |
| 84883 | + "description": "<p>Copilot Agentic fields in context of the current viewer.</p>", |
| 84884 | + "fields": [ |
| 84885 | + { |
| 84886 | + "name": "viewerCopilotAgentCreatesChannel", |
| 84887 | + "description": "<p>Channel value for subscribing to live updates for session creations.</p>", |
| 84888 | + "type": "String", |
| 84889 | + "id": "string", |
| 84890 | + "kind": "scalars", |
| 84891 | + "href": "/graphql/reference/scalars#string" |
| 84892 | + }, |
| 84893 | + { |
| 84894 | + "name": "viewerCopilotAgentLogUpdatesChannel", |
| 84895 | + "description": "<p>Channel value for subscribing to live updates for session log updates.</p>", |
| 84896 | + "type": "String", |
| 84897 | + "id": "string", |
| 84898 | + "kind": "scalars", |
| 84899 | + "href": "/graphql/reference/scalars#string" |
| 84900 | + }, |
| 84901 | + { |
| 84902 | + "name": "viewerCopilotAgentUpdatesChannel", |
| 84903 | + "description": "<p>Channel value for subscribing to live updates for session updates.</p>", |
| 84904 | + "type": "String", |
| 84905 | + "id": "string", |
| 84906 | + "kind": "scalars", |
| 84907 | + "href": "/graphql/reference/scalars#string" |
| 84908 | + } |
| 84909 | + ] |
| 84910 | + }, |
84849 | 84911 | { |
84850 | 84912 | "name": "Assignable", |
84851 | 84913 | "kind": "interfaces", |
|
0 commit comments