Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 29, 2024
1 parent 8f83f8c commit fe85478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-schema/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ type MessageEdge {
cursor: String!
}

type ModelHealthResponse {
type ModelBackendHealthInfo {
latency: Int!
}

Expand Down Expand Up @@ -703,7 +703,7 @@ type Query {
"List user groups."
userGroups: [UserGroup!]!
sourceIdAccessPolicies(sourceId: String!): SourceIdAccessPolicy!
testModelConnection(backend: ModelHealthBackend!): ModelHealthResponse!
testModelConnection(backend: ModelHealthBackend!): ModelBackendHealthInfo!
}

type RefreshTokenResponse {
Expand Down

0 comments on commit fe85478

Please sign in to comment.